summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-101-190/+99
|\
| * NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker2021-11-051-5/+4
| * NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker2021-11-051-1/+1
| * NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker2021-11-051-1/+1
| * NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker2021-11-051-40/+16
| * NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-051-14/+11
| * NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker2021-11-051-24/+11
| * NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker2021-11-051-6/+4
| * NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker2021-11-051-9/+7
| * NFS: Remove the nfs4_label from the nfs4_link_res structAnna Schumaker2021-11-051-13/+3
| * NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker2021-11-051-7/+5
| * nfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew2021-11-031-0/+8
| * NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust2021-10-271-7/+8
| * NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker2021-10-201-0/+2
| * NFS: Remove --> and <-- dprintk call sitesChuck Lever2021-10-201-49/+5
| * NFSv4: Retrieve ACCESS on open if we're not using NFS4_CREATE_EXCLUSIVETrond Myklebust2021-10-031-23/+22
* | security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-1/+2
|/
* Merge part 2 of branch 'sysfs-devel'Trond Myklebust2021-07-081-5/+33
|\
| * NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia2021-07-081-5/+33
* | NFSv4/pnfs: Clean up layout get on openTrond Myklebust2021-07-081-5/+1
* | Merge branch 'leases-devel'Trond Myklebust2021-06-291-0/+37
|\ \
| * | NFSv4: setlease should return EAGAIN if locks are not availableTrond Myklebust2021-06-291-2/+2
| * | NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust2021-06-131-0/+37
| |/
* / NFSv4: Fix handling of non-atomic change attrbute updatesTrond Myklebust2021-06-261-18/+15
|/
* NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust2021-06-031-2/+7
* NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2021-06-031-1/+11
* NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateScott Mayhew2021-06-031-4/+4
* NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo2021-06-011-0/+8
* fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao2021-05-201-2/+2
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-113/+145
|\
| * NFS: Split attribute support out from the server capabilitiesTrond Myklebust2021-04-141-24/+25
| * NFS: Don't store NFS_INO_REVAL_FORCEDTrond Myklebust2021-04-141-4/+1
| * NFSv4: link must update the inode nlink.Trond Myklebust2021-04-141-0/+9
| * NFSv4: nfs4_inc/dec_nlink_locked should also invalidate ctimeTrond Myklebust2021-04-141-7/+11
| * NFS: Use information about the change attribute to optimise updatesTrond Myklebust2021-04-131-3/+17
| * NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust2021-04-131-0/+1
| * NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust2021-04-131-5/+9
| * NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidTrond Myklebust2021-04-131-6/+7
| * NFSv4: Fix nfs4_bitmap_copy_adjust()Trond Myklebust2021-04-131-17/+16
| * NFS: Don't set NFS_INO_REVAL_PAGECACHE in the inode cache validityTrond Myklebust2021-04-121-1/+0
| * NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validityTrond Myklebust2021-04-121-3/+2
| * NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust2021-04-121-3/+3
| * NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust2021-04-121-22/+34
| * NFSv4: Simplify nfs4_retry_setlk()Trond Myklebust2021-04-051-31/+23
* | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-6/+0
|/
* nfs: we don't support removing system.nfs4_aclJ. Bruce Fields2021-03-111-0/+3
* NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek2021-03-091-1/+1
* NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust2021-03-081-16/+12
* Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-02-261-11/+10
|\
| * NFSv4: Fixes for nfs4_bitmask_adjust()Trond Myklebust2021-02-081-7/+8