aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2025-04-19Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-12/+1
2025-04-13nfs: add missing selections of CONFIG_CRC32Eric Biggers3-12/+1
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds19-58/+537
2025-04-02nfs: Add missing release on error in nfs_lock_and_join_requests()Dan Carpenter1-1/+3
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+2
2025-03-28NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()Trond Myklebust1-1/+2
2025-03-28NFS: Don't allow waiting for exiting tasksTrond Myklebust4-3/+15
2025-03-26NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust1-1/+9
2025-03-26NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_clientTrond Myklebust1-1/+1
2025-03-26NFSv4: Further cleanups to shutdown loopsTrond Myklebust2-2/+2
2025-03-26NFS: Shut down the nfs_client only after all the superblocksTrond Myklebust1-1/+21
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-46/+66
2025-03-21pNFS/flexfiles: Report ENETDOWN as a connection errorTrond Myklebust1-0/+1
2025-03-21pNFS/flexfiles: Treat ENETUNREACH errors as fatal in containersTrond Myklebust3-2/+28
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust3-0/+10
2025-03-21NFS: Add a mount option to make ENETUNREACH errors fatalTrond Myklebust2-0/+42
2025-03-21NFS: Add implid to sysfsAnna Schumaker1-0/+60
2025-03-21NFS: Extend rdirplus mount option with "force|none"Benjamin Coddington3-4/+31
2025-03-17NFS: Refactor trace_nfs4_offload_cancelChuck Lever2-1/+11
2025-03-17NFS: Use NFSv4.2's OFFLOAD_STATUS operationChuck Lever1-11/+59
2025-03-17NFS: Implement NFSv4.2's OFFLOAD_STATUS operationChuck Lever2-1/+105
2025-03-17NFS: Implement NFSv4.2's OFFLOAD_STATUS XDRChuck Lever2-0/+87
2025-03-17NFS: fix open_owner_id_maxsz and related fields.NeilBrown1-9/+9
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for delayed delegationsTrond Myklebust1-6/+12
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for expired delegationsTrond Myklebust1-0/+7
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for returning delegationsTrond Myklebust1-0/+5
2025-03-17NFSv4: Don't trigger uneccessary scans for return-on-close delegationsTrond Myklebust1-15/+18
2025-03-10nfsd: disallow file locking and delegations for NFSv4 reexportMike Snitzer1-1/+2
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-1/+2
2025-03-05nfs: change mkdir inode_operation to return alternate dentry if needed.NeilBrown4-38/+59
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown2-6/+6
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner1-3/+1
2025-02-26nfs/vfs: discard d_exact_alias()NeilBrown1-3/+1
2025-02-25lsm,nfs: fix memory leak of lsm_contextStephen Smalley1-3/+4
2025-02-19NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust3-0/+41
2025-02-19NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust1-0/+4
2025-02-19NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust1-0/+19
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown1-1/+2
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-54/+41
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds17-139/+295
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-4/+1
2025-01-27nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro5-23/+24
2025-01-27nfs{,4}_lookup_validate(): use stable parent inode passed by callerAl Viro1-30/+13
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-3/+6
2025-01-22pnfs/flexfiles: retry getting layout segment for readsMike Snitzer1-6/+21
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+15
2025-01-21NFSv4.2: make LAYOUTSTATS and LAYOUTERROR MOVEABLEOlga Kornievskaia1-2/+2