Age | Commit message (Expand) | Author | Files | Lines |
2008-03-28 | [NETNS]: Compile NET /proc support only if CONFIG_NET is set. | Denis V. Lunev | 1 | -0/+2 |
2008-03-25 | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -3/+3 |
2008-03-21 | [NET]: Fix permissions of /proc/net | Andre Noll | 1 | -1/+1 |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David S. Miller | 83 | -926/+1144 |
2008-03-18 | [NET] endianness noise: INADDR_ANY | Al Viro | 1 | -1/+1 |
2008-03-17 | hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage | Al Viro | 1 | -3/+15 |
2008-03-15 | nfsd: fix oops on access from high-numbered ports | J. Bruce Fields | 1 | -2/+2 |
2008-03-13 | pagemap: proper read error handling | Marcelo Tosatti | 1 | -5/+13 |
2008-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -37/+116 |
2008-03-12 | net: fix build with CONFIG_NET=n | Andrew Morton | 1 | -0/+2 |
2008-03-11 | ocfs2: Fix NULL pointer dereferences in o2net | Tao Ma | 1 | -5/+4 |
2008-03-11 | ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlock | Sunil Mushran | 1 | -2/+4 |
2008-03-11 | ocfs2/dlm: Print message showing the recovery master | Sunil Mushran | 1 | -3/+3 |
2008-03-11 | ocfs2/dlm: Add missing dlm_lockres_put()s | Sunil Mushran | 1 | -1/+10 |
2008-03-11 | ocfs2/dlm: Add missing dlm_lockres_put()s in migration path | Sunil Mushran | 2 | -6/+35 |
2008-03-11 | ocfs2/dlm: Add missing dlm_lock_put()s | Sunil Mushran | 2 | -0/+12 |
2008-03-11 | ocfs2: Fix an endian bug in online resize. | Tao Ma | 1 | -1/+1 |
2008-03-11 | [PATCH] [OCFS2]: constify function pointer tables | Jan Engelhardt | 1 | -1/+1 |
2008-03-11 | ocfs2: Fix endian bug in o2dlm protocol negotiation. | Joel Becker | 2 | -45/+76 |
2008-03-11 | ocfs2: Use dlm_print_one_lock_resource for lock resource print | Tao Ma | 3 | -4/+4 |
2008-03-11 | [PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warning | Andrew Morton | 1 | -1/+1 |
2008-03-07 | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 3 | -3/+7 |
2008-03-07 | NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossings | Trond Myklebust | 1 | -0/+2 |
2008-03-07 | NFS: Fix the fsid revalidation in nfs_update_inode() | Trond Myklebust | 1 | -2/+4 |
2008-03-07 | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c | Trond Myklebust | 1 | -1/+1 |
2008-03-07 | [NET]: Make /proc/net a symlink on /proc/self/net (v3) | Pavel Emelyanov | 4 | -37/+114 |
2008-03-06 | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2 | -7/+11 |
2008-03-06 | [XFS] fix inode leak in xfs_iget_core() | David Chinner | 1 | -0/+1 |
2008-03-06 | [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too many | David Chinner | 1 | -7/+10 |
2008-03-06 | NFS: use new LSM interfaces to explicitly set mount options | Eric Paris | 2 | -2/+65 |
2008-03-06 | LSM/SELinux: Interfaces to allow FS to control mount options | Eric Paris | 1 | -2/+2 |
2008-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -4/+0 |
2008-03-05 | ext3: fix mount option parsing | Josef Bacik | 1 | -1/+1 |
2008-03-05 | eCryptfs: make ecryptfs_prepare_write decrypt the page | Michael Halcrow | 1 | -26/+76 |
2008-03-05 | fs/reiserfs/super.c: correct use of ! and & | Julia Lawall | 1 | -1/+1 |
2008-03-05 | vfs: fix NULL pointer dereference in fsync_buffers_list() | Jan Kara | 1 | -1/+1 |
2008-03-05 | core dump: user_regset writeback | Roland McGrath | 1 | -0/+15 |
2008-03-05 | debugfs: fix sparse warnings | Harvey Harrison | 1 | -4/+0 |
2008-03-04 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -36/+24 |
2008-03-04 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -6/+9 |
2008-03-04 | block/genhd.c: proper externs | Adrian Bunk | 1 | -2/+1 |
2008-03-04 | splice: only return -EAGAIN if there's hope of more data | Jens Axboe | 1 | -4/+8 |
2008-03-04 | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 4 | -19/+22 |
2008-03-04 | [PATCH] fs/ocfs2/aops.c: Correct use of ! and & | Julia Lawall | 1 | -1/+1 |
2008-03-04 | [2.6 patch] ocfs2: make dlm_do_assert_master() static | Adrian Bunk | 1 | -3/+3 |
2008-03-04 | [2.6 patch] make ocfs2_downconvert_thread() static | Adrian Bunk | 1 | -1/+1 |
2008-03-04 | [2.6 patch] fs/ocfs2/: possible cleanups | Adrian Bunk | 4 | -22/+15 |
2008-03-04 | [PATCH] ocfs2: le*_add_cpu conversion | Marcin Slusarz | 2 | -5/+3 |
2008-03-04 | ocfs2: Fix writeout in ocfs2_data_convert_worker() | Mark Fasheh | 1 | -1/+1 |
2008-03-04 | ocfs2: Enable localalloc for local mounts | Sunil Mushran | 1 | -3/+0 |