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