summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-09NFS: Fix the ftruncate() credential problemTrond Myklebust4-26/+29
2008-07-09rpc: bring back cl_chattyOlga Kornievskaia1-1/+1
2008-07-09NFS: implement option checking when remounting NFS filesystems (resend)Jeff Layton1-0/+76
2008-07-09fs/nfs/nfsroot.c: remove CVS keywordAdrian Bunk1-2/+0
2008-07-09NFS: Fix trace debugging nits in write.cChuck Lever1-13/+14
2008-07-09NFS: Use NFSDBG_FILE for all fopsChuck Lever3-30/+43
2008-07-09NFS: Add debugging facility for NFS aopsChuck Lever1-2/+27
2008-07-09NFS: Make nfs_open methods consistentChuck Lever2-2/+9
2008-07-09NFS: Make nfs_llseek methods consistentChuck Lever2-2/+15
2008-07-09NFS: Make nfs_fsync methods consistentChuck Lever2-6/+9
2008-07-09NFS: Update help text for CONFIG_NFS_FSChuck Lever1-58/+57
2008-07-09NFS: do_setlk(): don't flush caches when we have a delegationTrond Myklebust1-1/+2
2008-07-09NFS: Revert commit 44dd151dTrond Myklebust1-11/+2
2008-07-09NFS: Optimise append writes with holesTrond Myklebust2-9/+23
2008-07-09NFS: Add correct bounds checking to NFSv2 locksTrond Myklebust2-5/+39
2008-07-09NFS: Fix a preemption count leak in nfs_update_requestTrond Myklebust1-7/+4
2008-07-09NFS: Reduce the stack usage in NFSv3 create operationsTrond Myklebust1-129/+142
2008-07-09NFS: Reduce the stack usage in NFSv4 create operationsTrond Myklebust1-107/+97
2008-07-08Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2008-07-08reiserfs: discard prealloc in reiserfs_delete_inodeJeff Mahoney1-0/+2
2008-07-08NFS: Fix readdir cache invalidationTrond Myklebust1-1/+1
2008-07-05Fix pagemap_read() use of struct mm_walkAndrew Morton1-34/+38
2008-07-05Fix clear_refs_write() use of struct mm_walkAndrew Morton1-4/+4
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan1-15/+22
2008-07-04add kernel-doc for simple_read_from_buffer and memory_read_from_bufferAkinobu Mita1-0/+28
2008-07-04ntfs: update help textJess Guerrero1-1/+1
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Michael Halcrow1-2/+0
2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara1-1/+3
2008-07-04ext4: add missing unlock to an error path in ext4_quota_write()Jan Kara1-1/+3
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara1-1/+3
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen3-10/+14
2008-07-01Properly notify block layer of sync writesJens Axboe1-5/+8
2008-06-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-34/+23
2008-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-91/+88
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Benjamin Marzinski1-14/+9
2008-06-24[GFS2] BUG: unable to handle kernel paging request at ffff81002690e000Bob Peterson1-1/+1
2008-06-24Merge branch 'master' into for_mmJan Kara14-183/+185
2008-06-24udf: Fix regression in UDF anchor block detectionTomas Janousek1-34/+23
2008-06-23NFS: nfs_updatepage(): don't mark page as dirty if an error occurredTrond Myklebust1-3/+4
2008-06-23NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust2-6/+7
2008-06-23NFS: Reduce the NFS mount code stack usage.Trond Myklebust1-28/+40
2008-06-23[patch 2/3] vfs: dcache cleanupsMiklos Szeredi1-17/+14
2008-06-23[patch 1/3] vfs: dcache sparse fixesMiklos Szeredi1-11/+12
2008-06-23[patch 3/3] vfs: make d_path() consistent across mount operationsAndreas Gruenbacher1-5/+7
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev1-6/+0
2008-06-23[patch 3/4] vfs: fix ERR_PTR abuse in generic_readlinkMarcin Slusarz1-7/+8
2008-06-23[patch 2/4] fs: make struct file arg to d_path constJan Engelhardt1-1/+1
2008-06-23[patch 1/4] vfs: path_{get,put}() cleanupsJan Blunck2-12/+9
2008-06-23[patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens()Michael Kerrisk1-8/+3
2008-06-23[patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UT...Michael Kerrisk1-15/+21