summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust2020-12-021-18/+17
* NFSv3: Add emulation of the lookupp() operationTrond Myklebust2020-12-021-0/+15
* NFSv3: Refactor nfs3_proc_lookup() to split out the dentryTrond Myklebust2020-12-021-11/+22
* NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupXu Wang2020-05-271-1/+1
* NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-241-6/+11
* NFSv3: FIx bug when using chacl and chmod to change aclSu Yanjun2020-01-151-1/+1
* NFS: Add mount option 'softreval'Trond Myklebust2020-01-151-1/+6
* NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupzhengbin2020-01-151-1/+1
* NFS: Add fs_context support.David Howells2020-01-151-1/+1
* NFSv3: use nfs_add_or_obtain() to create and reference inodesBenjamin Coddington2019-09-201-9/+36
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-16/+2
* NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-191-2/+9
* NFS: change access cache to use 'struct cred'.NeilBrown2018-12-191-1/+8
* NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2018-09-301-0/+5
* NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-1/+2
* NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust2018-05-311-1/+3
* NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker2018-05-311-1/+2
* NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker2018-05-311-1/+2
* NFSv3/acl: forget acl cache after setattrchendt2018-04-101-1/+4
* NFS: Remove the unused return_delegation() callbackTrond Myklebust2018-04-101-7/+0
* NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust2018-04-101-1/+1
* NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust2018-04-101-1/+3
* NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust2018-04-101-3/+3
* NFS: make struct nlmclnt_fl_close_lock_ops staticColin Ian King2018-02-221-1/+1
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-16/+1
|\
| * NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker2017-10-161-16/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Trond Myklebust2017-07-211-9/+2
* NFS: convert flags to boolBenjamin Coddington2017-07-131-1/+1
* NFSv3: nfs3_nlm_alloc_call should be declared staticTrond Myklebust2017-04-251-3/+3
* NFS: Always wait for I/O completion before unlockBenjamin Coddington2017-04-211-1/+53
* lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-211-1/+1
* vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-6/+0
* qstr: constify instances in nfsAl Viro2016-07-201-4/+4
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-6/+6
* NFS: Add attribute update barriers to NFS writebacksTrond Myklebust2015-03-011-1/+1
* NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust2015-03-011-1/+1
* NFSv4.1/NFSv3: Add pNFS callbacks for nfs3_(read|write|commit)_done()Trond Myklebust2015-02-031-0/+9
* NFS: Move v3 declarations out of internal.hAnna Schumaker2014-09-121-0/+1
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-07-131-2/+2
|\
| * nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2014-07-081-2/+2
* | nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-241-9/+12
|/
* NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-281-9/+2
* NFS: Create a common read and write data structAnna Schumaker2014-05-281-6/+6
* nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig2014-05-281-1/+0
* nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig2014-05-281-1/+0
* Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-061-36/+0
|\
| * nfs: remove synchronous rename codeJeff Layton2014-03-171-36/+0
* | nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo2014-02-031-0/+1
|/
* nfs: fix xattr inode op pointers when disabledChristoph Hellwig2014-01-301-2/+2