aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-19NFS: Clean up nfs_attribute_timeout()Gravatar Trond Myklebust 1-1/+0
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Gravatar Trond Myklebust 1-1/+0
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierGravatar Trond Myklebust 1-0/+1
2016-12-01NFS: discard nfs_lockowner structure.Gravatar NeilBrown 1-5/+1
2016-12-01NFSv4: add flock_owner to open contextGravatar NeilBrown 1-1/+2
2016-12-01NFS: remove l_pid field from nfs_lockownerGravatar NeilBrown 1-1/+0
2016-07-05NFS: Remove unused function nfs_revalidate_mapping_protected()Gravatar Trond Myklebust 1-1/+0
2016-07-05NFS: Do not serialise O_DIRECT reads and writesGravatar Trond Myklebust 1-0/+1
2016-06-22NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerGravatar Trond Myklebust 1-1/+0
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+2
2016-05-09nfs: per-name sillyunlink exclusionGravatar Al Viro 1-8/+3
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-3/+2
2016-02-08nfs: fix nfs_size_to_loff_tGravatar Christoph Hellwig 1-3/+1
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-9/+14
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadGravatar Benjamin Coddington 1-7/+1
2016-01-04Merge branch 'pnfs_generic'Gravatar Trond Myklebust 1-1/+0
2015-12-31NFS: Allow multiple commit requests in flight per fileGravatar Trond Myklebust 1-1/+0
2015-12-28nfs: only remove page from mapping if launder_page failsGravatar Peng Tao 1-1/+13
2015-12-08teach nfs_get_link() to work in RCU modeGravatar Al Viro 1-0/+1
2015-08-17NFS: Remove nfs_release()Gravatar Anna Schumaker 1-1/+1
2015-07-22NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHEGravatar Trond Myklebust 1-2/+5
2015-06-24nfs42: serialize LAYOUTSTATS calls of the same fileGravatar Peng Tao 1-0/+1
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Gravatar Al Viro 1-2/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-1/+1
2015-03-27NFSv4: Truncating file opens should also sync O_DIRECT writesGravatar Trond Myklebust 1-0/+1
2015-03-03NFS: Fix a regression in the read() syscallGravatar Trond Myklebust 1-0/+1
2015-03-01NFS: Add attribute update barriers to NFS writebacksGravatar Trond Myklebust 1-0/+1
2015-03-01NFS: Add attribute update barriers to nfs_setattr_update_inode()Gravatar Trond Myklebust 1-1/+1
2015-03-01NFS: Add a helper to set attribute barriersGravatar Trond Myklebust 1-0/+1
2015-02-13NFSv4: Kill unused nfs_inode->delegation_state fieldGravatar Trond Myklebust 1-1/+0
2014-11-24NFS: fix subtle change in COMMIT behaviorGravatar Weston Andros Adamson 1-2/+2
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-09-12NFS: Move NFS v3 acl functions to nfs3_fs.hGravatar Anna Schumaker 1-33/+0
2014-09-12NFS: Unconditionally enable commit codeGravatar Anna Schumaker 1-8/+0
2014-08-03NFS: allow lockless access to access_cacheGravatar NeilBrown 1-0/+1
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUGravatar NeilBrown 1-0/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+3
2014-05-28NFS: Create a common nfs_pgio_result_common functionGravatar Anna Schumaker 1-2/+0
2014-05-28NFS: Create a common read and write data structGravatar Anna Schumaker 1-2/+2
2014-05-06convert the guts of nfs_direct_IO() to iov_iterGravatar Al Viro 1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-2/+1
2014-03-17nfs: make nfs_async_rename non-staticGravatar Jeff Layton 1-1/+0
2014-02-11NFS: Be more aggressive in using readdirplus for 'ls -l' situationsGravatar Trond Myklebust 1-0/+1
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingGravatar Jeff Layton 1-0/+1
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsGravatar Christoph Hellwig 1-17/+7
2013-11-19NFS: Enabling v4.2 should not recompile nfsd and lockdGravatar Anna Schumaker 1-18/+0
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()Gravatar David Howells 1-2/+6