summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust2024-01-041-0/+3
* Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-11-081-14/+48
|\
| * nfs: Convert nfs_symlink() to use a folioMatthew Wilcox (Oracle)2023-11-011-3/+4
| * NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia2023-11-011-2/+3
| * NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia2023-11-011-1/+6
| * NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust2023-10-221-8/+10
| * NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAYTrond Myklebust2023-10-221-0/+25
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \ | |/ |/|
| * nfs: move nfs4_xattr_handlers to .rodataWedson Almeida Filho2023-10-091-1/+1
* | NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-10-181-2/+0
* | NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2023-09-271-1/+3
* | NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia2023-09-151-1/+5
|/
* Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-08-311-12/+5
|\
| * NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-08-241-0/+4
| * NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker2023-08-231-12/+1
* | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-2/+2
|\ \ | |/ |/|
| * fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-2/+2
* | NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin2023-08-191-3/+2
* | NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington2023-07-021-1/+8
|/
* Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington2023-06-291-4/+2
* NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSIONOlga Kornievskaia2023-06-191-0/+1
* NFSv4: Clean up some shutdown loopsBenjamin Coddington2023-06-191-1/+1
* NFSv4.2: Fix a potential double free with READ_PLUSAnna Schumaker2023-05-191-2/+10
* NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2023-04-281-5/+12
* NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust2023-03-221-3/+2
* Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-02-221-1/+3
|\
| * NFS: fix disabling of swapNeilBrown2023-02-151-1/+3
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-5/+5
|/
* NFS: avoid spurious warning of lost lock that is being unlocked.NeilBrown2022-12-061-1/+2
* NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access()ChenXiaoSong2022-12-061-11/+5
* NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust2022-11-271-7/+12
* NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust2022-11-271-1/+3
* NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust2022-11-271-5/+10
* NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington2022-10-271-2/+4
* NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-271-2/+2
* Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-131-2/+2
|\
| * nfs: remove unnecessary (void*) conversions.yuzhe2022-10-031-2/+2
* | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-7/+7
|/
* NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-021-5/+6
* NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-07-271-0/+3
* NFSv4.1 probe offline transports for trunking on session creationOlga Kornievskaia2022-07-251-0/+8
* NFSv4.1 remove xprt from xprt_switch if session trunking test failsOlga Kornievskaia2022-07-251-0/+3
* NFSv4.1 offline trunkable transports on DESTROY_SESSIONOlga Kornievskaia2022-07-251-0/+1
* NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust2022-07-121-1/+0
* NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust2022-07-121-3/+2
* NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew2022-06-301-6/+13
* NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia2022-05-311-12/+14
* NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-05-311-8/+7
* NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributesTrond Myklebust2022-05-171-0/+69
* NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesTrond Myklebust2022-05-171-3/+6