aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-08NFS: Ensure that NFS file unlock waits for readahead to completeTrond Myklebust1-0/+9
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-5/+5
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-12/+29
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-09-28NFS: Write the entire file if a server reboot occurs during fsync()Trond Myklebust1-0/+7
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust1-12/+22
2012-09-11NFS: fsync() must exit with an error if page writeback failedTrond Myklebust1-1/+3
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-5/+23
2012-07-31nfs: enable swap on NFSMel Gorman1-2/+20
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman1-3/+3
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton1-0/+9
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-0/+13
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker1-0/+2
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-07-17NFS: Split out NFS v4 file operationsBryan Schumaker1-135/+16
2012-07-17NFS: Split out NFS v3 inode operationsBryan Schumaker1-12/+0
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker1-6/+0
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker1-3/+3
2012-06-29NFS: Create a v4-specific fsync functionBryan Schumaker1-8/+32
2012-06-01nfs: don't open in ->d_revalidateMiklos Szeredi1-4/+73
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson1-0/+1
2012-05-08NFS: Don't do a full flush to disk on close() if we hold a delegationTrond Myklebust1-0/+7
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-31NFS: Ensure that mmapped pages remain stable during writebackTrond Myklebust1-0/+2
2012-01-05NFS - fix recent breakage to NFS error handling.NeilBrown1-2/+2
2011-12-15NFS: Fix a regression in nfs_file_llseek()Trond Myklebust1-1/+1
2011-11-04nfs: move nfs_file_operations declaration to bottom of file.c (try #2)Jeff Layton1-40/+19
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton1-0/+32
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust1-8/+2
2011-11-02nfs: Fix unused variable warning from file.cRakib Mullick1-6/+3
2011-10-28nfs: drop unnecessary locking in llseekAndi Kleen1-9/+2
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-2/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+8
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24NFSv4.1 convert layoutcommit sync to booleanAndy Adamson1-1/+1
2011-03-23NFSv4.1: layoutcommitAndy Adamson1-0/+3
2011-03-11NFSv4.1: shift pnfs_update_layout locationsFred Isaman1-4/+0
2010-12-07NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov1-0/+2
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig1-2/+0
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-1/+2
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+5
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-25/+56
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy1-0/+5
2010-10-24Revalidate caches on lockRicardo Labiaga1-3/+16
2010-10-19NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidationTrond Myklebust1-9/+8
2010-09-23nfs: introduce mount option '-olocal_lock' to make locks localSuresh Jayaraman1-13/+32
2010-09-12Remove incorrect do_vfs_lock messageFabio Olive Leite1-4/+0