summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
Commit message (Expand)AuthorAgeFilesLines
* NFS: More fine grained attribute trackingTrond Myklebust2018-04-101-5/+16
* NFS: Convert NFS_INO_INVALID flags to unsigned longTrond Myklebust2018-04-101-8/+8
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-1/+12
|\
| * fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova2017-11-171-1/+2
| * NFS: Create NFS_ACCESS_* flagsAnna Schumaker2017-10-161-0/+10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* NFS: remove jiffies field from access cacheNeilBrown2017-09-061-1/+0
* NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-151-2/+2
* NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-151-0/+1
* NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust2017-07-211-1/+1
* nfs: add a nfs_ilookup helperPeng Tao2017-07-131-0/+1
* NFSv4: Don't special case "launder"Trond Myklebust2017-04-261-13/+1
* NFS: Add an iocounter wait function for async RPC tasksBenjamin Coddington2017-04-211-0/+1
* NFS: fix usage of mempools.NeilBrown2017-04-201-1/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-1/+1
* NFS: Clean up nfs_attribute_timeout()Trond Myklebust2016-12-191-1/+0
* NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust2016-12-191-1/+0
* NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust2016-12-041-0/+1
* NFS: discard nfs_lockowner structure.NeilBrown2016-12-011-5/+1
* NFSv4: add flock_owner to open contextNeilBrown2016-12-011-1/+2
* NFS: remove l_pid field from nfs_lockownerNeilBrown2016-12-011-1/+0
* NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust2016-07-051-1/+0
* NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-051-0/+1
* NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust2016-06-221-1/+0
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-3/+2
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-3/+2
* | nfs: per-name sillyunlink exclusionAl Viro2016-05-091-8/+3
|/
* nfs: fix nfs_size_to_loff_tChristoph Hellwig2016-02-081-3/+1
* Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-01-141-9/+14
|\
| * NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington2016-01-071-7/+1
| * Merge branch 'pnfs_generic'Trond Myklebust2016-01-041-1/+0
| |\
| | * NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-311-1/+0
| * | nfs: only remove page from mapping if launder_page failsPeng Tao2015-12-281-1/+13
| |/
* / teach nfs_get_link() to work in RCU modeAl Viro2015-12-081-0/+1
|/
* NFS: Remove nfs_release()Anna Schumaker2015-08-171-1/+1
* NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHETrond Myklebust2015-07-221-2/+5
* nfs42: serialize LAYOUTSTATS calls of the same filePeng Tao2015-06-241-0/+1
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-261-0/+1
|\
| * NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust2015-03-271-0/+1
* | nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2015-04-151-2/+1
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-1/+1
|/
* NFS: Fix a regression in the read() syscallTrond Myklebust2015-03-031-0/+1
* NFS: Add attribute update barriers to NFS writebacksTrond Myklebust2015-03-011-0/+1
* NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust2015-03-011-1/+1
* NFS: Add a helper to set attribute barriersTrond Myklebust2015-03-011-0/+1
* NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust2015-02-131-1/+0
* NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson2014-11-241-2/+2
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-2/+2
|\
| * block: Remove REQ_KERNELMartin K. Petersen2014-10-141-2/+2
* | NFS: Move NFS v3 acl functions to nfs3_fs.hAnna Schumaker2014-09-121-33/+0