summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * nfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-011-0/+2
| * fs/nfs: remove duplicate includeMenglong Dong2021-02-011-4/+0
* | acl: handle idmapped mountsChristian Brauner2021-01-241-0/+3
|/
* pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust2021-01-101-16/+10
* NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski2021-01-061-1/+1
* Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-171-29/+42
|\
| * NFSv4/pnfs: Add tracing for the deviceid cacheTrond Myklebust2020-12-161-0/+2
| * NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yetTrond Myklebust2020-12-141-7/+8
| * NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir callsTrond Myklebust2020-12-021-0/+2
| * NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust2020-12-021-19/+17
| * NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia2020-12-021-2/+8
| * NFSv4: Observe the NFS_MOUNT_SOFTREVAL flag in _nfs4_proc_lookuppTrond Myklebust2020-12-021-1/+5
* | NFS: Disable READ_PLUS by defaultAnna Schumaker2020-12-101-1/+1
|/
* NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia2020-10-161-3/+6
* NFSv4: Use the net namespace uniquifier if it is setTrond Myklebust2020-10-091-4/+17
* NFSv4: Clean up initialisation of uniquified client id stringsTrond Myklebust2020-10-091-41/+34
* NFS: Add READ_PLUS data segment supportAnna Schumaker2020-10-071-3/+40