summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-09fs/nfs: Fix readdir slow-start regressionSagi Grimberg
2026-02-02pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia
2026-01-30NFS: fix delayed delegation return handlingChristoph Hellwig
2026-01-30NFS: simplify error handling in nfs_end_delegation_returnChristoph Hellwig
2026-01-30NFS: fold nfs_abort_delegation_return into nfs_end_delegation_returnChristoph Hellwig
2026-01-30NFS: remove the delegation == NULL check in nfs_end_delegation_returnChristoph Hellwig
2026-01-30NFS: use bool for the issync argument to nfs_end_delegation_returnChristoph Hellwig
2026-01-30NFS: return void from ->return_delegationChristoph Hellwig
2026-01-30NFS: return void from nfs4_inode_make_writeableChristoph Hellwig
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 NFS v4.0 pathdown recovery into nfs40client.cAnna Schumaker
2026-01-30NFS: Move nfs40_init_client into nfs40client.cAnna Schumaker
2026-01-30NFS: Move nfs40_shutdown_client into nfs40client.cAnna Schumaker
2026-01-30NFS: Make the various NFS v4.0 operations static againAnna 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-22NFS/localio: switch nfs_local_do_read and nfs_local_do_write to return voidMike Snitzer
2026-01-22NFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer
2026-01-22NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer
2026-01-22NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepagesMike Snitzer
2026-01-22NFS/localio: Cleanup the nfs_local_pgio_done() parametersTrond Myklebust
2026-01-22NFS/localio: Handle short writes by retryingTrond Myklebust
2026-01-20NFS: make nfs_mark_return_unreferenced_delegations less aggressiveChristoph Hellwig
2026-01-20NFS: return delegations from the end of a LRU when over the watermarkChristoph Hellwig
2026-01-20NFS: add a separate delegation return listChristoph Hellwig
2026-01-20NFS: reformat nfs_mark_delegation_revokedChristoph Hellwig
2026-01-20NFS: use a local RCU critical section in nfs_start_delegation_returnChristoph Hellwig
2026-01-20NFS: use refcount_inc_not_zero nfs_start_delegation_returnChristoph Hellwig
2026-01-20NFS: don't consume a delegation reference in nfs_end_delegation_returnChristoph Hellwig
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 the deleg_cur check out of nfs_detach_delegation_lockedChristoph Hellwig
2026-01-20NFS: return bool from nfs_detach_delegation{,_locked}Christoph Hellwig
2026-01-20NFS: move delegation lookup into can_open_delegatedChristoph Hellwig
2026-01-20NFS: rewrite nfs_delegations_present in terms of nr_active_delegationsChristoph Hellwig
2026-01-20NFS: remove nfs_free_delegationChristoph Hellwig
2026-01-20NFS: open code nfs_delegation_need_returnChristoph Hellwig
2026-01-20NFS: remove NFS_DELEGATION_INODE_FREEINGChristoph Hellwig
2026-01-20NFS: drop the _locked postfix from nfs_start_delegation_returnChristoph Hellwig
2026-01-20NFS: assert rcu_read_lock is held in nfs_start_delegation_return_lockedChristoph Hellwig
2026-01-20NFS: remove nfs_start_delegation_returnChristoph Hellwig
2026-01-20NFS: remove nfs_inode_detach_delegationChristoph Hellwig
2026-01-20NFS: remove the NULL inode check in nfs4_inode_return_delegation_on_closeChristoph Hellwig