aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Fix permissions of /proc/netAndre Noll2008-03-201-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-1783-926/+1144
|\
| * hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro2008-03-171-3/+15
| * nfsd: fix oops on access from high-numbered portsJ. Bruce Fields2008-03-141-2/+2
| * pagemap: proper read error handlingMarcelo Tosatti2008-03-131-5/+13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-124-37/+116
| |\
| * | ocfs2: Fix NULL pointer dereferences in o2netTao Ma2008-03-101-5/+4
| * | ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlockSunil Mushran2008-03-101-2/+4
| * | ocfs2/dlm: Print message showing the recovery masterSunil Mushran2008-03-101-3/+3
| * | ocfs2/dlm: Add missing dlm_lockres_put()sSunil Mushran2008-03-101-1/+10
| * | ocfs2/dlm: Add missing dlm_lockres_put()s in migration pathSunil Mushran2008-03-102-6/+35
| * | ocfs2/dlm: Add missing dlm_lock_put()sSunil Mushran2008-03-102-0/+12
| * | ocfs2: Fix an endian bug in online resize.Tao Ma2008-03-101-1/+1
| * | [PATCH] [OCFS2]: constify function pointer tablesJan Engelhardt2008-03-101-1/+1
| * | ocfs2: Fix endian bug in o2dlm protocol negotiation.Joel Becker2008-03-102-45/+76
| * | ocfs2: Use dlm_print_one_lock_resource for lock resource printTao Ma2008-03-103-4/+4
| * | [PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warningAndrew Morton2008-03-101-1/+1
| * | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-073-3/+7
| |\ \
| | * | NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust2008-03-071-0/+2
| | * | NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust2008-03-071-2/+4
| | * | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust2008-03-071-1/+1
| * | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-03-062-7/+11
| |\ \ \
| | * | | [XFS] fix inode leak in xfs_iget_core()David Chinner2008-03-061-0/+1
| | * | | [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too manyDavid Chinner2008-03-061-7/+10
| * | | | NFS: use new LSM interfaces to explicitly set mount optionsEric Paris2008-03-062-2/+65
| * | | | LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris2008-03-061-2/+2
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-03-041-4/+0
| |\ \ \
| | * | | debugfs: fix sparse warningsHarvey Harrison2008-03-041-4/+0
| * | | | ext3: fix mount option parsingJosef Bacik2008-03-041-1/+1
| * | | | eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow2008-03-041-26/+76
| * | | | fs/reiserfs/super.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
| * | | | vfs: fix NULL pointer dereference in fsync_buffers_list()Jan Kara2008-03-041-1/+1
| * | | | core dump: user_regset writebackRoland McGrath2008-03-041-0/+15
| |/ / /
| * | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-048-36/+24
| |\ \ \
| | * | | [PATCH] fs/ocfs2/aops.c: Correct use of ! and &Julia Lawall2008-03-031-1/+1
| | * | | [2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk2008-03-031-3/+3
| | * | | [2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk2008-03-031-1/+1
| | * | | [2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk2008-03-034-22/+15
| | * | | [PATCH] ocfs2: le*_add_cpu conversionMarcin Slusarz2008-03-032-5/+3
| | * | | ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh2008-03-031-1/+1
| | * | | ocfs2: Enable localalloc for local mountsSunil Mushran2008-03-031-3/+0
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-042-6/+9
| |\ \ \ \
| | * | | | block/genhd.c: proper externsAdrian Bunk2008-03-041-2/+1
| | * | | | splice: only return -EAGAIN if there's hope of more dataJens Axboe2008-03-041-4/+8
| | |/ / /
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-044-19/+22
| |\ \ \ \ | | |/ / /
| | * | | docbook: fix filesystems.tmpl source filesRandy Dunlap2008-03-033-18/+13
| | * | | Allow ARG_MAX execve string space even with a small stack limitLinus Torvalds2008-03-031-1/+9
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-0140-468/+606
| |\ \ \ \ | | |/ / /
| | * | | [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-285-12/+12
| | * | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-02-263-29/+120
| | |\ \ \