summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST_RES procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_MSG procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_MSG procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_MSG procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK_MSG procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST_MSG procedureChuck Lever
2026-03-29lockd: Refactor nlm4svc_callback()Chuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 NULL procedureChuck Lever
2026-03-29Documentation: Add the RPC language description of NLM version 4Chuck Lever
2026-03-29NFSD: Enforce timeout on layout recall and integrate lease manager fencingDai Ngo
2026-03-29NFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdelegDai Ngo
2026-03-29sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-opAndy Shevchenko
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko
2026-03-29nfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko
2026-03-29lockd: Relocate svc_version definitions to XDR layerChuck Lever
2026-03-29lockd: Move nlm4svc_set_file_lock_range()Chuck Lever
2026-03-29lockd: Make linux/lockd/nlm.h an internal headerChuck Lever
2026-03-29lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/Chuck Lever
2026-03-29lockd: Remove lockd/debug.hChuck Lever
2026-03-29lockd: Relocate include/linux/lockd/lockd.hChuck Lever
2026-03-29lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever
2026-03-29lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/Chuck Lever
2026-03-29NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLMChuck Lever
2026-03-29lockd: Relocate nlmsvc_unlock API declarationsChuck Lever
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever
2026-03-29lockd: Introduce nlm__int__deadlockChuck Lever
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever
2026-03-29lockd: Simplify cast_status() in svcproc.cChuck Lever
2026-03-29nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig optionJeff Layton
2026-03-29nfsd: add a runtime switch for disabling delegated timestampsJeff Layton
2026-03-29NFSD: Track SCSI Persistent Registration Fencing per Client with xarrayDai Ngo
2026-03-29nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton
2026-03-29nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton
2026-03-29Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera
2026-03-29Merge tag 'ovl-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-29Merge tag 'ext4_for_linus-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-27ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo
2026-03-27ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo
2026-03-27ocfs2: remove redundant error code assignmentAlexey Velichayshiy
2026-03-27ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi
2026-03-27ocfs2: fix deadlock when creating quota fileHeming Zhao
2026-03-27proc: array: drop stale FIXME about RCU in task_sig()Jaime Saguillo Revilla
2026-03-27ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o