aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs3proc.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Gravatar Anna Schumaker 1-1/+1
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resGravatar Anna Schumaker 1-2/+1
2021-11-05NFS: Remove the nfs4_label from the nfs4_lookupp_res structGravatar Anna Schumaker 1-1/+1
2021-11-05NFS: Remove the label from the nfs4_lookup_res structGravatar Anna Schumaker 1-2/+1
2021-08-27NFSv3: Delete duplicate judgement in nfs3_async_handle_jukeboxGravatar Ye Bin 1-2/+1
2021-06-21nfs: fix acl memory leak of posix_acl_create()Gravatar Gao Xiang 1-2/+2
2020-12-02NFS: Allow the NFS generic code to pass in a verifier to readdirGravatar Trond Myklebust 1-18/+17
2020-12-02NFSv3: Add emulation of the lookupp() operationGravatar Trond Myklebust 1-0/+15
2020-12-02NFSv3: Refactor nfs3_proc_lookup() to split out the dentryGravatar Trond Myklebust 1-11/+22
2020-05-27NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupGravatar Xu Wang 1-1/+1
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Gravatar Trond Myklebust 1-6/+11
2020-01-15NFSv3: FIx bug when using chacl and chmod to change aclGravatar Su Yanjun 1-1/+1
2020-01-15NFS: Add mount option 'softreval'Gravatar Trond Myklebust 1-1/+6
2020-01-15NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupGravatar zhengbin 1-1/+1
2020-01-15NFS: Add fs_context support.Gravatar David Howells 1-1/+1
2019-09-20NFSv3: use nfs_add_or_obtain() to create and reference inodesGravatar Benjamin Coddington 1-9/+36
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-16/+2
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.Gravatar NeilBrown 1-2/+9
2018-12-19NFS: change access cache to use 'struct cred'.Gravatar NeilBrown 1-1/+8
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesGravatar Trond Myklebust 1-0/+5
2018-06-04NFS: Pass the inode down to the getattr() callbackGravatar Trond Myklebust 1-1/+2
2018-05-31NFSv4: Fix sillyrename to return the delegation when appropriateGravatar Trond Myklebust 1-1/+3
2018-05-31NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Gravatar Anna Schumaker 1-1/+2
2018-05-31NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Gravatar Anna Schumaker 1-1/+2
2018-04-10NFSv3/acl: forget acl cache after setattrGravatar chendt 1-1/+4
2018-04-10NFS: Remove the unused return_delegation() callbackGravatar Trond Myklebust 1-7/+0
2018-04-10NFS: Add a delegation return into nfs4_proc_unlink_setup()Gravatar Trond Myklebust 1-1/+1
2018-04-10NFS: Move delegation recall into the NFSv4 callback for rename_setup()Gravatar Trond Myklebust 1-1/+3
2018-04-10NFS: Move the delegation return down into nfs4_proc_remove()Gravatar Trond Myklebust 1-3/+3
2018-02-22NFS: make struct nlmclnt_fl_close_lock_ops staticGravatar Colin Ian King 1-1/+1
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-16/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-16NFS: Don't compare apples to elephants to determine access bitsGravatar Anna Schumaker 1-16/+1
2017-07-21NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Gravatar Trond Myklebust 1-9/+2
2017-07-13NFS: convert flags to boolGravatar Benjamin Coddington 1-1/+1
2017-04-25NFSv3: nfs3_nlm_alloc_call should be declared staticGravatar Trond Myklebust 1-3/+3
2017-04-21NFS: Always wait for I/O completion before unlockGravatar Benjamin Coddington 1-1/+53
2017-04-21lockd: Introduce nlmclnt_operationsGravatar Benjamin Coddington 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-6/+0
2016-07-20qstr: constify instances in nfsGravatar Al Viro 1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-6/+6
2015-03-01NFS: Add attribute update barriers to NFS writebacksGravatar Trond Myklebust 1-1/+1
2015-03-01NFS: Add attribute update barriers to nfs_setattr_update_inode()Gravatar Trond Myklebust 1-1/+1
2015-02-03NFSv4.1/NFSv3: Add pNFS callbacks for nfs3_(read|write|commit)_done()Gravatar Trond Myklebust 1-0/+9
2014-09-12NFS: Move v3 declarations out of internal.hGravatar Anna Schumaker 1-0/+1
2014-07-13Merge branch 'bugfixes' into linux-nextGravatar Trond Myklebust 1-2/+2
2014-07-08nfs: only show Posix ACLs in listxattr if actually presentGravatar Christoph Hellwig 1-2/+2
2014-06-24nfs: merge nfs_pgio_data into _headerGravatar Weston Andros Adamson 1-9/+12
2014-05-28NFS: Create a common pgio_rpc_prepare functionGravatar Anna Schumaker 1-9/+2
2014-05-28NFS: Create a common read and write data structGravatar Anna Schumaker 1-6/+6