summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: fix disabling of swapNeilBrown2023-03-101-1/+3
* NFSv4: keep state manager thread active if swap is enabledNeilBrown2023-03-101-0/+20
* NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust2022-12-311-7/+12
* NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust2022-12-311-1/+3
* NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust2022-12-311-5/+10
* NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington2022-11-261-2/+4
* NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew2022-11-031-7/+12
* NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-11-031-8/+7
* NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-251-5/+6
* NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-08-251-0/+3
* NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust2022-08-251-1/+0
* NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust2022-08-251-3/+2
* NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust2022-06-141-0/+4
* NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia2022-06-091-12/+14
* NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-06-091-8/+7
* NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust2022-05-121-1/+11
* NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia2022-04-081-0/+1
* NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust2022-02-231-2/+1
* NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-02-161-10/+66
* NFSv4 store server support for fs_location attributeOlga Kornievskaia2022-02-161-0/+2
* NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-02-161-9/+9
* NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust2021-11-181-7/+8
* 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
|/