summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-08nfs: use nfsi->rwsem to protect traversal of the file lock listYang Erkun
2026-06-08NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEIDLei Yin
2026-06-08NFSv4: clear exception state on successful mkdir retryIgor Raits
2026-06-08nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_inoJeff Layton
2026-05-11nfs: Implement fileattr_get for case sensitivityChuck Lever
2026-05-01security,fs,nfs,net: update security_inode_listsecurity() interfaceStephen Smalley
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-13NFSv4.1: Apply session size limits on clone pathTushar Sariya
2026-04-13NFSv4: retry GETATTR if GET_DIR_DELEGATION failedOlga Kornievskaia
2026-04-13NFS: fix RENAME attr in presence of directory delegationsOlga Kornievskaia
2026-04-13NFSv4/pnfs: If the server is down, retry the layout returns on rebootTrond Myklebust
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09nfs: nfs4proc: Convert comma to semicolonChen Ni
2026-02-09NFSv4: pass lease period in seconds to nfs4_set_lease_period()Sergey Shtylyov
2026-02-09nfs: unify security_inode_listsecurity() callsStephen Smalley
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker
2026-01-30NFS: Add a way to disable NFS v4.0 via KConfigAnna Schumaker
2026-01-30NFS: Move sequence slot operations into minorversion operationsAnna Schumaker
2026-01-30NFS: Pass a struct nfs_client to nfs4_init_sequence()Anna Schumaker
2026-01-30NFS: Move the NFS v4.0 minor version ops into nfs40proc.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_state_renewal_ops into nfs40proc.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.cAnna Schumaker
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker
2026-01-30NFS: Move nfs40_call_sync_ops into nfs40proc.cAnna Schumaker
2026-01-20NFS: take a delegation reference in nfs4_get_valid_delegationChristoph Hellwig
2026-01-20NFS: simplify the detached delegation check in update_open_stateidChristoph Hellwig
2026-01-20NFS: move delegation lookup into can_open_delegatedChristoph Hellwig
2026-01-04NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust
2026-01-04pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust
2025-12-05NFSv4: Handle NFS4ERR_NOTSUPP errors for directory delegationsTrond Myklebust
2025-11-23NFS: Add a module option to disable directory delegationsAnna Schumaker
2025-11-23NFS: Request a directory delegation during RENAMEAnna Schumaker
2025-11-23NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker
2025-11-23NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew
2025-11-19NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt
2025-09-23nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro
2025-09-23NFS: Update getacl to use xdr_set_scratch_folio()Anna Schumaker
2025-09-23NFSv4.1: fix backchannel max_resp_sz verification checkAnthony Iliopoulos
2025-09-23NFSv4: handle ERR_GRACE on delegation recallsOlga Kornievskaia
2025-08-29NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not supportedTrond Myklebust
2025-08-29NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not setTrond Myklebust
2025-08-29NFSv4: Don't clear capabilities that won't be resetTrond Myklebust
2025-08-04NFSv4: Remove duplicate lookups, capability probes and fsinfo callsTrond Myklebust