aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)Author
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
2008-01-30NFS: Optimise nfs_vm_page_mkwrite()Trond Myklebust
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust
2007-10-16nfs: convert to new aopsNick Piggin
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-10-09NFS: clean up explicit check for mandatory locksPavel Emelyanov
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust
2007-10-09NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust
2007-10-09NFS: Clean up write code...Trond Myklebust
2007-10-09NFS: Add the helper nfs_vm_page_mkwriteTrond Myklebust
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields
2007-07-18nfs: disable leases over NFSJ. Bruce Fields
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2007-01-30[PATCH] Remove warning: VFS is out of sync with lock managerNeil Brown