summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-21nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATIONJeff Layton
2025-01-21nfsd: handle delegated timestamps in SETATTRJeff Layton
2025-01-21nfsd: add support for delegated timestampsJeff Layton
2025-01-21nfsd: rework NFS4_SHARE_WANT_* flag handlingJeff Layton
2025-01-21nfsd: add support for FATTR4_OPEN_ARGUMENTSJeff Layton
2025-01-21nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegationsJeff Layton
2025-01-21nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*Jeff Layton
2025-01-21nfsd: switch to autogenerated definitions for open_delegation_type4Jeff Layton
2025-01-21nfs_common: make include/linux/nfs4.h include generated nfs4_1.hJeff Layton
2025-01-21nfsd: fix handling of delegated change attr in CB_GETATTRJeff Layton
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer
2025-01-14nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lockMike Snitzer
2025-01-14nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_fileMike Snitzer
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer
2025-01-14nfsd: update percpu_ref to manage references on nfsd_netMike Snitzer
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer
2025-01-14nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operationsMike Snitzer
2025-01-10NFSD: Insulate nfsd4_encode_fattr4() from page boundaries in the encode bufferChuck Lever
2025-01-10NFSD: Insulate nfsd4_encode_secinfo() from page boundaries in the encode bufferChuck Lever
2025-01-10NFSD: Refactor nfsd4_do_encode_secinfo() againChuck Lever
2025-01-10NFSD: Insulate nfsd4_encode_readlink() from page boundaries in the encode bufferChuck Lever
2025-01-10NFSD: Insulate nfsd4_encode_read_plus_data() from page boundaries in the enco...Chuck Lever
2025-01-10NFSD: Insulate nfsd4_encode_read_plus() from page boundaries in the encode bu...Chuck Lever
2025-01-10NFSD: Insulate nfsd4_encode_read() from page boundaries in the encode bufferChuck Lever
2025-01-10NFSD: Encode COMPOUND operation status on page boundariesChuck Lever
2025-01-06nfsd: fix UAF when access ex_uuid or ex_statsYang Erkun
2025-01-06nfsd: no need get cache ref when protected by rcuYang Erkun
2025-01-06NFSD: add cb opcode to WARN_ONCE on failed callbackOlga Kornievskaia
2025-01-06NFSD: fix decoding in nfs4_xdr_dec_cb_getattrOlga Kornievskaia
2025-01-06nfsd: add shrinker to reduce number of slots allocated per sessionNeilBrown
2025-01-06nfsd: add support for freeing unused session-DRC slotsNeilBrown
2025-01-06nfsd: allocate new session-based DRC slots on demand.NeilBrown
2025-01-06nfsd: add session slot count to /proc/fs/nfsd/clients/*/infoNeilBrown
2025-01-06nfsd: remove artificial limits on the session-based DRCNeilBrown
2025-01-06nfsd: use an xarray to store v4.1 session slotsNeilBrown
2025-01-06sunrpc: remove all connection limit configurationNeilBrown
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown
2025-01-06nfsd: fix legacy client tracking initializationScott Mayhew
2025-01-06NFSD: Clean up unused variableChuck Lever
2025-01-06nfsd: use new wake_up_var interfaces.NeilBrown
2025-01-06nfsd: trace: remove redundant stateid even deleg_recallChen Hanxiao
2024-12-23Merge tag 'nfsd-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-12-20nfsd: restore callback functionality for NFSv4.0NeilBrown
2024-12-17NFSD: fix management of pending async copiesOlga Kornievskaia
2024-12-17nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler