aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-03NFS: Don't write enable new pages while an invalidation is proceedingGravatar Trond Myklebust 1-0/+3
2015-03-03NFS: Fix a regression in the read() syscallGravatar Trond Myklebust 1-2/+2
2015-03-01NFS: Ensure that buffered writes wait for O_DIRECT writes to completeGravatar Trond Myklebust 1-0/+4
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubGravatar Kirill A. Shutemov 1-1/+0
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2014-10-14block: Remove REQ_KERNELGravatar Martin K. Petersen 1-2/+2
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-12/+1
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()Gravatar NeilBrown 1-8/+6
2014-09-25NFS: avoid waiting at all in nfs_release_page when congested.Gravatar NeilBrown 1-2/+7
2014-09-25NFS: avoid deadlocks with loop-back mounted NFS filesystems.Gravatar NeilBrown 1-10/+16
2014-09-10nfs: fix RCU cl_xprt handling in nfs_swap_activate/deactivateGravatar Jeff Layton 1-2/+14
2014-09-10pnfs: add flag to force read-modify-write in ->write_beginGravatar Christoph Hellwig 1-0/+7
2014-09-09locks: consolidate "nolease" routinesGravatar Jeff Layton 1-12/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-2/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-48/+17
2014-06-12nfs: switch to iter_splice_write_file()Gravatar Al Viro 1-31/+1
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Gravatar Jeff Layton 1-4/+0
2014-05-06nfs: switch to ->write_iter()Gravatar Al Viro 1-9/+7
2014-05-06nfs: switch to ->read_iter()Gravatar Al Viro 1-11/+6
2014-05-06start adding the tag to iov_iterGravatar Al Viro 1-2/+2
2014-05-06new helper: generic_file_read_iter()Gravatar Al Viro 1-1/+1
2014-05-06convert the guts of nfs_direct_IO() to iov_iterGravatar Al Viro 1-6/+12
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