summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-11NFS: fix disabling of swapNeilBrown1-1/+3
2023-03-11NFSv4: keep state manager thread active if swap is enabledNeilBrown1-0/+20
2023-01-14NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust1-7/+12
2023-01-14NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust1-5/+10
2022-11-25NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington1-2/+4
2022-08-25NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust1-5/+6
2022-08-25NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei1-0/+3
2022-08-25NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust1-1/+0
2022-08-25NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust1-3/+2
2022-06-14NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust1-0/+4
2022-05-12NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust1-1/+11
2022-04-08NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia1-0/+1
2022-02-16NFS: change nfs_access_get_cached to only report the maskNeilBrown1-9/+9
2021-11-18NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust1-7/+8
2021-06-16NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo1-0/+8
2021-06-16NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust1-2/+7
2021-06-16NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust1-1/+11
2021-06-03fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao1-2/+2
2021-05-19NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust1-22/+34
2021-03-30nfs: we don't support removing system.nfs4_aclJ. Bruce Fields1-0/+3
2021-03-17NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek1-1/+1
2021-03-04NFSv4: Fixes for nfs4_bitmask_adjust()Trond Myklebust1-7/+8
2021-01-19pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust1-16/+10
2021-01-19NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski1-1/+1
2020-12-30NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia1-2/+8
2020-12-11NFS: Disable READ_PLUS by defaultAnna Schumaker1-1/+1
2020-10-16NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia1-3/+6
2020-10-09NFSv4: Use the net namespace uniquifier if it is setTrond Myklebust1-4/+17
2020-10-09NFSv4: Clean up initialisation of uniquified client id stringsTrond Myklebust1-41/+34
2020-10-07NFS: Add READ_PLUS data segment supportAnna Schumaker1-3/+40
2020-10-02NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEBenjamin Coddington1-34/+47
2020-09-24NFSv4: make cache consistency bitmask dynamicOlga Kornievskaia1-3/+42
2020-09-21nfs4: strengthen error check to avoid unexpected resultChengguang Xu1-1/+1
2020-09-21NFS: remove redundant pointer clntColin Ian King1-3/+1
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+9
2020-09-05NFS: Zero-stateid SETATTR should first return delegationChuck Lever1-1/+3
2020-08-27NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia1-1/+6
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-16/+16
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-33/+206
2020-08-12nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell1-2/+0
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki1-1/+1
2020-07-17freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFSHe Zhe1-1/+1
2020-07-14freezer: Add unsafe version of freezable_schedule_timeout_interruptible() for...He Zhe1-1/+1
2020-07-14NFSv4.2: add client side xattr caching.Frank van der Linden1-6/+36
2020-07-14NFSv4.2: hook in the user extended attribute handlersFrank van der Linden1-2/+121
2020-07-14nfs: make the buf_to_pages_noslab function available to the nfs codeFrank van der Linden1-2/+2
2020-07-14nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden1-1/+2
2020-07-14nfs: modify update_changeattr to deal with regular filesFrank van der Linden1-26/+44
2020-07-14NFSv4.2: query the extended attribute access bitsFrank van der Linden1-0/+6
2020-07-14NFSv4.2: query the server for extended attribute supportFrank van der Linden1-1/+2