summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/ufs/balloc.c: fix sparc64 printk warningAndrew Morton2008-03-191-2/+2
* zisofs: fix readpage() outside i_sizeDave Young2008-03-191-0/+11
* fs: fix kernel-doc notation warningsRandy Dunlap2008-03-196-16/+15
* eCryptfs: Swap dput() and mntput()Michael Halcrow2008-03-191-1/+1
* jbd2: correctly unescape journal data blocksDuane Griffin2008-03-191-1/+1
* jbd: correctly unescape journal data blocksDuane Griffin2008-03-191-1/+1
* ROMFS: Fix up an error in iget removalDavid Howells2008-03-191-19/+11
* ext3: fix wrong gfp type under transactionJosef Bacik2008-03-193-8/+8
* quota: add possibly missing iput() when quotaon and quotaoff racesJan Kara2008-03-191-1/+1
* jbd: fix jbd kernel-doc notationRandy Dunlap2008-03-192-3/+5
* aio: bad AIO race in aio_complete() leads to process hangQuentin Barnes2008-03-191-0/+8
* Merge branch 'audit.b49' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-181-0/+22
|\
| * [PATCH] export sessionid alongside the loginuid in procfsEric Paris2008-03-181-0/+22
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-181-0/+2
|\ \ | |/ |/|
| * Revert "unexport bio_{,un}map_user"Jens Axboe2008-03-171-0/+2
* | 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
|\
| * net: fix build with CONFIG_NET=nAndrew Morton2008-03-111-0/+2
| * [NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov2008-03-074-37/+114
* | 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