summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17NFSv4: Fix incorrect argument passed to nfs4_delete_lease() in nfs4_add_lease()Zhansong Gao1-1/+3
2026-08-17nfs4.2: open UNCACHEABLE_FILE_DATA files with O_DIRECTMike Snitzer1-0/+10
2026-08-17nfs4.2: request UNCACHEABLE_FILE_DATA only for regular filesMike Snitzer1-5/+41
2026-08-17nfs4.2: add UNCACHEABLE_FILE_DATA attribute supportTom Haynes1-3/+12
2026-07-31NFSv4.2: fix nfs4_listxattr size accountingAchilles Gaikwad1-3/+7
2026-07-20NFS: Decrement refcounts if allocating nfs_free_stateid_data failsAnna Schumaker1-7/+13
2026-07-20NFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker1-0/+5
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-16/+47
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+2
2026-06-08nfs: use nfsi->rwsem to protect traversal of the file lock listYang Erkun1-11/+11
2026-06-08NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEIDLei Yin1-0/+32
2026-06-08NFSv4: clear exception state on successful mkdir retryIgor Raits1-3/+2
2026-06-08nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_inoJeff Layton1-2/+2
2026-05-11nfs: Implement fileattr_get for case sensitivityChuck Lever1-3/+7
2026-05-01security,fs,nfs,net: update security_inode_listsecurity() interfaceStephen Smalley1-5/+2
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-10/+32
2026-04-13NFSv4.1: Apply session size limits on clone pathTushar Sariya1-0/+3
2026-04-13NFSv4: retry GETATTR if GET_DIR_DELEGATION failedOlga Kornievskaia1-0/+8
2026-04-13NFS: fix RENAME attr in presence of directory delegationsOlga Kornievskaia1-0/+1
2026-04-13NFSv4/pnfs: If the server is down, retry the layout returns on rebootTrond Myklebust1-10/+20
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-19/+19
2026-02-09nfs: nfs4proc: Convert comma to semicolonChen Ni1-1/+1
2026-02-09NFSv4: pass lease period in seconds to nfs4_set_lease_period()Sergey Shtylyov1-1/+1
2026-02-09nfs: unify security_inode_listsecurity() callsStephen Smalley1-35/+3
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker1-55/+0
2026-01-30NFS: Add a way to disable NFS v4.0 via KConfigAnna Schumaker1-0/+2
2026-01-30NFS: Move sequence slot operations into minorversion operationsAnna Schumaker1-71/+32
2026-01-30NFS: Pass a struct nfs_client to nfs4_init_sequence()Anna Schumaker1-57/+69
2026-01-30NFS: Move the NFS v4.0 minor version ops into nfs40proc.cAnna Schumaker1-111/+4
2026-01-30NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.cAnna Schumaker1-109/+6
2026-01-30NFS: Split out the nfs40_state_renewal_ops into nfs40proc.cAnna Schumaker1-101/+1
2026-01-30NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.cAnna Schumaker1-29/+5
2026-01-30NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.cAnna Schumaker1-11/+2
2026-01-30NFS: Move nfs40_call_sync_ops into nfs40proc.cAnna Schumaker1-24/+1
2026-01-20NFS: take a delegation reference in nfs4_get_valid_delegationChristoph Hellwig1-13/+13
2026-01-20NFS: simplify the detached delegation check in update_open_stateidChristoph Hellwig1-2/+1
2026-01-20NFS: move delegation lookup into can_open_delegatedChristoph Hellwig1-32/+33
2026-01-04NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust1-8/+39
2026-01-04pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust1-3/+3
2025-12-05NFSv4: Handle NFS4ERR_NOTSUPP errors for directory delegationsTrond Myklebust1-8/+17
2025-11-23NFS: Add a module option to disable directory delegationsAnna Schumaker1-0/+2
2025-11-23NFS: Request a directory delegation during RENAMEAnna Schumaker1-1/+4
2025-11-23NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker1-4/+51
2025-11-23NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew1-2/+11
2025-11-19NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust1-13/+14
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust1-3/+6
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt1-0/+13
2025-09-23nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro1-0/+2