summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-30SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever1-0/+4
2026-03-30SUNRPC: Track consumed rq_pages entriesChuck Lever1-0/+10
2026-03-30SUNRPC: Allocate a separate Reply page arrayChuck Lever1-24/+23
2026-03-30NFSD/export: Add sign_fh export optionBenjamin Coddington1-2/+2
2026-03-30NFSD: Add a key for signing filehandlesBenjamin Coddington1-0/+1
2026-03-30sunrpc: split cache_detail queue into request and reader listsJeff Layton1-1/+3
2026-03-30sunrpc: convert queue_wait from global to per-cache-detail waitqueueJeff Layton1-0/+2
2026-03-30sunrpc: convert queue_lock from global spinlock to per-cache-detail lockJeff Layton1-0/+1
2026-03-30sunrpc: Add XPT flags missing from SVC_XPRT_FLAG_LISTChuck Lever1-1/+3
2026-03-30Documentation: Add the RPC language description of NLM version 4Chuck Lever1-0/+233
2026-03-30NFSD: Enforce timeout on layout recall and integrate lease manager fencingDai Ngo1-0/+1
2026-03-30sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-opAndy Shevchenko2-5/+6
2026-03-30sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko1-2/+0
2026-03-30lockd: Make linux/lockd/nlm.h an internal headerChuck Lever2-60/+0
2026-03-30lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/Chuck Lever2-116/+2
2026-03-30lockd: Remove lockd/debug.hChuck Lever1-40/+0
2026-03-30lockd: Relocate include/linux/lockd/lockd.hChuck Lever1-401/+0
2026-03-30lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever2-32/+2
2026-03-30lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/Chuck Lever3-49/+4
2026-03-30NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLMChuck Lever1-0/+1
2026-03-30lockd: Relocate nlmsvc_unlock API declarationsChuck Lever2-6/+7
2026-03-30lockd: Have nlm_fopen() return errno valuesChuck Lever2-5/+5
2026-03-30lockd: Introduce nlm__int__deadlockChuck Lever1-0/+1
2026-03-30lockd: Relocate and rename nlm_drop_replyChuck Lever2-2/+6
2026-03-30nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton1-1/+0
2026-03-30nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton1-1/+4
2026-03-30Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-16/+5
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2026-03-29Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+7
2026-03-29Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...Linus Torvalds1-11/+21
2026-03-28mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-11/+21
2026-03-28Merge tag 'spi-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2026-03-27Merge tag 'sound-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-5/+0
2026-03-26Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-8/+113
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+16
2026-03-26futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-0/+1
2026-03-26netfs: Fix the handling of stream->front by removing itDavid Howells2-5/+4
2026-03-26netfilter: ctnetlink: use netlink policy range checksDavid Carlier1-0/+4
2026-03-26netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso1-1/+17
2026-03-26netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso1-0/+5
2026-03-26netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso1-1/+1
2026-03-26ASoC: adau1372: Fix error handling in adau1372_set_power()Mark Brown21-32/+155
2026-03-26Merge tag 'rcu-fixes.v7.0-20260325a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+9
2026-03-25srcu: Use irq_work to start GP in tiny SRCUJoel Fernandes1-0/+4
2026-03-25rcu: Use an intermediate irq_work to start process_srcu()Boqun Feng1-0/+1
2026-03-25srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable()Paul E. McKenney1-4/+4
2026-03-25ASoC: SDCA: remove the max count of initialization tableShuming Fan1-5/+0
2026-03-25dma-mapping: add missing `inline` for `dma_free_attrs`Miguel Ojeda1-2/+2
2026-03-25net_sched: codel: fix stale state for empty flows in fq_codelJonas Köppeler1-0/+1
2026-03-24Merge tag 'mm-hotfixes-stable-2026-03-23-17-56' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+6