aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15NFS: Add fs_context support.David Howells1-1/+1
2019-09-20NFSv3: use nfs_add_or_obtain() to create and reference inodesBenjamin Coddington1-9/+36
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-16/+2
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown1-2/+9
2018-12-19NFS: change access cache to use 'struct cred'.NeilBrown1-1/+8
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust1-0/+5
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust1-1/+2
2018-05-31NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust1-1/+3
2018-05-31NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker1-1/+2
2018-05-31NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker1-1/+2
2018-04-10NFSv3/acl: forget acl cache after setattrchendt1-1/+4
2018-04-10NFS: Remove the unused return_delegation() callbackTrond Myklebust1-7/+0
2018-04-10NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust1-1/+1
2018-04-10NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust1-1/+3
2018-04-10NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust1-3/+3
2018-02-22NFS: make struct nlmclnt_fl_close_lock_ops staticColin Ian King1-1/+1
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-16/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker1-16/+1
2017-07-21NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Trond Myklebust1-9/+2
2017-07-13NFS: convert flags to boolBenjamin Coddington1-1/+1
2017-04-25NFSv3: nfs3_nlm_alloc_call should be declared staticTrond Myklebust1-3/+3
2017-04-21NFS: Always wait for I/O completion before unlockBenjamin Coddington1-1/+53
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-07-20qstr: constify instances in nfsAl Viro1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-6/+6
2015-03-01NFS: Add attribute update barriers to NFS writebacksTrond Myklebust1-1/+1
2015-03-01NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust1-1/+1
2015-02-03NFSv4.1/NFSv3: Add pNFS callbacks for nfs3_(read|write|commit)_done()Trond Myklebust1-0/+9
2014-09-12NFS: Move v3 declarations out of internal.hAnna Schumaker1-0/+1
2014-07-13Merge branch 'bugfixes' into linux-nextTrond Myklebust1-2/+2
2014-07-08nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig1-2/+2
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson1-9/+12
2014-05-28NFS: Create a common pgio_rpc_prepare functionAnna Schumaker1-9/+2
2014-05-28NFS: Create a common read and write data structAnna Schumaker1-6/+6
2014-05-28nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig1-1/+0
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig1-1/+0
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-36/+0
2014-03-17nfs: remove synchronous rename codeJeff Layton1-36/+0
2014-02-03nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo1-0/+1
2014-01-30nfs: fix xattr inode op pointers when disabledChristoph Hellwig1-2/+2
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig1-24/+52
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro1-4/+4
2013-09-04NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown1-2/+4
2013-08-21NFSv3: Deal with a sparse warning in nfs3_proc_createTrond Myklebust1-2/+2
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+4
2013-06-08NFS:Add labels to client function prototypesDavid Quigley1-3/+4
2013-05-12freezer: add unsafe versions of freezable helpers for NFSColin Cross1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1