aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)Author
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-09-28NFS: Write the entire file if a server reboot occurs during fsync()Trond Myklebust
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust
2012-09-11NFS: fsync() must exit with an error if page writeback failedTrond Myklebust
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-07-17NFS: Split out NFS v4 file operationsBryan Schumaker
2012-07-17NFS: Split out NFS v3 inode operationsBryan Schumaker
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker
2012-06-29NFS: Create a v4-specific fsync functionBryan Schumaker
2012-06-01nfs: don't open in ->d_revalidateMiklos Szeredi
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson
2012-05-08NFS: Don't do a full flush to disk on close() if we hold a delegationTrond Myklebust
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-31NFS: Ensure that mmapped pages remain stable during writebackTrond Myklebust
2012-01-05NFS - fix recent breakage to NFS error handling.NeilBrown
2011-12-15NFS: Fix a regression in nfs_file_llseek()Trond Myklebust
2011-11-04nfs: move nfs_file_operations declaration to bottom of file.c (try #2)Jeff Layton
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust
2011-11-02nfs: Fix unused variable warning from file.cRakib Mullick
2011-10-28nfs: drop unnecessary locking in llseekAndi Kleen
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24NFSv4.1 convert layoutcommit sync to booleanAndy Adamson
2011-03-23NFSv4.1: layoutcommitAndy Adamson
2011-03-11NFSv4.1: shift pnfs_update_layout locationsFred Isaman
2010-12-07NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy
2010-10-24Revalidate caches on lockRicardo Labiaga
2010-10-19NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidationTrond Myklebust
2010-09-23nfs: introduce mount option '-olocal_lock' to make locks localSuresh Jayaraman
2010-09-12Remove incorrect do_vfs_lock messageFabio Olive Leite
2010-08-11NFS: fix the return value of nfs_file_fsync()J. R. Okajima
2010-08-07Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds