aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Gravatar Jeff Layton 1-4/+0
2014-04-07mm: implement ->map_pages for page cacheGravatar Kirill A. Shutemov 1-0/+1
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersGravatar Niels de Vos 1-3/+3
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsGravatar Al Viro 1-74/+43
2013-09-03NFS avoid expired credential keys for buffered writesGravatar Andy Adamson 1-1/+14
2013-08-22NFS: Add event tracing for generic NFS eventsGravatar Trond Myklebust 1-0/+5
2013-07-03fs: nfs: inform the VM about pages being committed or unstableGravatar Mel Gorman 1-0/+30
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-3/+5
2013-04-08NFS: Ensure that NFS file unlock waits for readahead to completeGravatar Trond Myklebust 1-0/+9
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-5/+5
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-12/+29
2012-10-09mm: kill vma flag VM_CAN_NONLINEARGravatar Konstantin Khlebnikov 1-0/+1
2012-09-28NFS: Write the entire file if a server reboot occurs during fsync()Gravatar Trond Myklebust 1-0/+7
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootGravatar Trond Myklebust 1-12/+22
2012-09-11NFS: fsync() must exit with an error if page writeback failedGravatar Trond Myklebust 1-1/+3
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-5/+23
2012-07-31nfs: enable swap on NFSGravatar Mel Gorman 1-2/+20
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesGravatar Mel Gorman 1-3/+3
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsGravatar Jeff Layton 1-0/+9
2012-07-30NFS: Convert v4 into a moduleGravatar Bryan Schumaker 1-0/+13
2012-07-30NFS: Convert v2 into a moduleGravatar Bryan Schumaker 1-0/+2
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsGravatar Jeff Layton 1-2/+5
2012-07-17NFS: Split out NFS v4 file operationsGravatar Bryan Schumaker 1-135/+16
2012-07-17NFS: Split out NFS v3 inode operationsGravatar Bryan Schumaker 1-12/+0
2012-07-17NFS: Split out NFS v2 inode operationsGravatar Bryan Schumaker 1-6/+0
2012-06-29NFS: Create a have_delegation rpc_opGravatar Bryan Schumaker 1-3/+3
2012-06-29NFS: Create a v4-specific fsync functionGravatar Bryan Schumaker 1-8/+32
2012-06-01nfs: don't open in ->d_revalidateGravatar Miklos Szeredi 1-4/+73
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdGravatar Andy Adamson 1-0/+1
2012-05-08NFS: Don't do a full flush to disk on close() if we hold a delegationGravatar Trond Myklebust 1-0/+7
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-01-31NFS: Ensure that mmapped pages remain stable during writebackGravatar Trond Myklebust 1-0/+2
2012-01-05NFS - fix recent breakage to NFS error handling.Gravatar NeilBrown 1-2/+2
2011-12-15NFS: Fix a regression in nfs_file_llseek()Gravatar Trond Myklebust 1-1/+1
2011-11-04nfs: move nfs_file_operations declaration to bottom of file.c (try #2)Gravatar Jeff Layton 1-40/+19
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Gravatar Jeff Layton 1-0/+32
2011-11-02Merge branch 'osd-devel' into nfs-for-nextGravatar Trond Myklebust 1-8/+2
2011-11-02nfs: Fix unused variable warning from file.cGravatar Rakib Mullick 1-6/+3
2011-10-28nfs: drop unnecessary locking in llseekGravatar Andi Kleen 1-9/+2
2011-10-28vfs: do (nearly) lockless generic_file_llseekGravatar Andi Kleen 1-2/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-3/+8
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekGravatar Josef Bacik 1-2/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24NFSv4.1 convert layoutcommit sync to booleanGravatar Andy Adamson 1-1/+1
2011-03-23NFSv4.1: layoutcommitGravatar Andy Adamson 1-0/+3
2011-03-11NFSv4.1: shift pnfs_update_layout locationsGravatar Fred Isaman 1-4/+0
2010-12-07NFS: Fix fcntl F_GETLK not reporting some conflictsGravatar Sergey Vlasov 1-0/+2
2010-10-31locks: let the caller free file_lock on ->setlease failureGravatar Christoph Hellwig 1-2/+0