aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust1-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-19NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust1-1/+2
2010-02-10NFS: Improve NFS iostat byte count accuracy for writesChuck Lever1-3/+12
2010-02-10NFS: Account for NFS bytes read via the splice APIChuck Lever1-1/+4
2010-02-10NFS: Fix byte accounting for generic NFS readsChuck Lever1-2/+4
2010-02-10NFS: Proper accounting for NFS VFS callsChuck Lever1-2/+2
2010-01-26NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust1-0/+2
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-16HWPOISON: Enable error_remove_page for NFSAndi Kleen1-0/+1
2009-08-10NFS: read-modify-write page updatingPeter Staubach1-2/+46
2009-08-10NFS: Add a ->migratepage() aop for NFSTrond Myklebust1-0/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-17NFS: add support for splice writesSuresh Jayaraman1-0/+31
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust1-6/+0
2009-05-02NFS: Close page_mkwrite() racesTrond Myklebust1-3/+3
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust1-2/+0
2009-04-03NFS: FS-Cache page managementDavid Howells1-4/+14
2009-04-03NFS: Add comment banners to some NFS functionsDavid Howells1-0/+26
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust1-16/+16
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+4
2009-03-19NFS: Optimise NFS close()Trond Myklebust1-9/+2
2009-03-11NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust1-7/+5
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust1-0/+9
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-10-07nfs: remove an obsolete nfs_flock commentJ. Bruce Fields1-7/+0
2008-10-06NFS: Fix nfs_file_llseek()Trond Myklebust1-4/+7
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust1-4/+0
2008-07-15Merge branch 'devel' into nextTrond Myklebust1-35/+116
2008-07-15NFS: Remove BKL usage from open()Trond Myklebust1-2/+0
2008-07-15NFS: Remove BKL usage from the write pathTrond Myklebust1-2/+0
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-1/+1
2008-07-09NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust1-2/+2
2008-07-09NFS: Use NFSDBG_FILE for all fopsChuck Lever1-23/+36
2008-07-09NFS: Add debugging facility for NFS aopsChuck Lever1-2/+27
2008-07-09NFS: Make nfs_open methods consistentChuck Lever1-0/+4
2008-07-09NFS: Make nfs_llseek methods consistentChuck Lever1-0/+5
2008-07-09NFS: Make nfs_fsync methods consistentChuck Lever1-5/+7
2008-07-09NFS: do_setlk(): don't flush caches when we have a delegationTrond Myklebust1-1/+2
2008-07-09NFS: Optimise append writes with holesTrond Myklebust1-0/+20
2008-07-09NFS: Add correct bounds checking to NFSv2 locksTrond Myklebust1-5/+15
2008-07-02Remove BKL from remote_llseek v2Andi Kleen1-1/+5
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-24Merge branch 'devel'Trond Myklebust1-16/+2
2008-04-19NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust1-10/+2
2008-04-08fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/do_mmap_private()Bryan Wu1-0/+4
2008-03-19NFS: Always enable NFS direct I/OChuck Lever1-6/+0
2008-01-30NFS: nfs_write_end clean upChuck Lever1-1/+3
2008-01-30NFS: Optimise nfs_vm_page_mkwrite()Trond Myklebust1-22/+14