aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust1-1/+1
2007-10-16nfs: convert to new aopsNick Piggin1-20/+60
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+1
2007-10-09NFS: clean up explicit check for mandatory locksPavel Emelyanov1-2/+1
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust1-4/+4
2007-10-09NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust1-20/+44
2007-10-09NFS: Clean up write code...Trond Myklebust1-1/+1
2007-10-09NFS: Add the helper nfs_vm_page_mkwriteTrond Myklebust1-2/+33
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust1-1/+1
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields1-1/+3
2007-07-18nfs: disable leases over NFSJ. Bruce Fields1-0/+12
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe1-6/+9
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel1-6/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-2/+2
2007-01-30[PATCH] Remove warning: VFS is out of sync with lock managerNeil Brown1-2/+3
2007-01-11[PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust1-8/+8
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-7/+7
2006-12-06NFS: Fix nfs_release_pageTrond Myklebust1-6/+7
2006-12-06NFS: Ensure we only call set_page_writeback() under the page lockTrond Myklebust1-5/+1
2006-12-06NFS: Add nfs_set_page_dirty()Trond Myklebust1-1/+1
2006-12-06NFS: Remove nfs_writepage_sync()Trond Myklebust1-0/+6
2006-12-06NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust1-3/+6
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-16/+18
2006-09-22NFS: Use SEEK_END instead of hardcoded valueJosef 'Jeff' Sipek1-1/+1
2006-09-22NFS: Make better use of inode* dereferencing macrosDavid Howells1-1/+1
2006-08-24NFS: Fix a potential deadlock in nfs_release_pageNikita Danilov1-1/+7
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1