linux-2.6-block.git
2024-04-24 Chuck LeverRevert "NFSD: Convert the callback workqueue to use...
2024-04-24 Chuck LeverRevert "NFSD: Reschedule CB operations when backchannel...
2024-04-20 Chuck LeverRevert "svcrdma: Add Write chunk WRs to the RPC's Send...
2024-04-11 Vasily GorbikNFSD: fix endianness issue in nfsd4_encode_fattr4
2024-04-10 Steven Rostedt... SUNRPC: Fix rpcgss_context trace event acceptor field
2024-04-05 Jeff Laytonnfsd: hold a lighter-weight client reference over CB_RE...
2024-04-04 Chuck LeverSUNRPC: Fix a slow server-side memory leak with RPC...
2024-03-27 Chuck LeverNFSD: CREATE_SESSION must never cache NFS4ERR_DELAY...
2024-03-22 Chuck LeverSUNRPC: Revert 561141dd494382217bace4d1a51d08168420eace
2024-03-22 Jan Karanfsd: Fix error cleanup path in nfsd_rename()
2024-03-09 Chuck LeverNFSD: Clean up nfsd4_encode_replay()
2024-03-05 Dai NgoNFSD: send OP_CB_RECALL_ANY to clients when number...
2024-03-05 Chuck LeverNFSD: Document nfsd_setattr() fill-attributes behavior
2024-03-01 Trond Myklebustnfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
2024-03-01 Trond Myklebustnfsd: Fix a regression in nfsd_setattr()
2024-03-01 Dai NgoNFSD: OP_CB_RECALL_ANY should recall both read and...
2024-03-01 Dai NgoNFSD: handle GETATTR conflict with write delegation
2024-03-01 Dai NgoNFSD: add support for CB_GETATTR callback
2024-03-01 Chuck LeverNFSD: Document the phases of CREATE_SESSION
2024-03-01 Chuck LeverNFSD: Fix the NFSv4.1 CREATE_SESSION operation
2024-03-01 Chen Hanxiaonfsd: clean up comments over nfs4_client definition
2024-03-01 Chuck Leversvcrdma: Add Write chunk WRs to the RPC's Send WR chain
2024-03-01 Chuck Leversvcrdma: Post WRs for Write chunks in svc_rdma_sendto()
2024-03-01 Chuck Leversvcrdma: Post the Reply chunk and Send WR together
2024-03-01 Chuck Leversvcrdma: Move write_info for Reply chunks into struct...
2024-03-01 Chuck Leversvcrdma: Post Send WR chain
2024-03-01 Chuck Leversvcrdma: Fix retry loop in svc_rdma_send()
2024-03-01 Chuck Leversvcrdma: Prevent a UAF in svc_rdma_send()
2024-03-01 Chuck Leversvcrdma: Fix SQ wake-ups
2024-03-01 Chuck Leversvcrdma: Increase the per-transport rw_ctx count
2024-03-01 Chuck Leversvcrdma: Update max_send_sges after QP is created
2024-03-01 Chuck Leversvcrdma: Report CQ depths in debugging output
2024-03-01 Chuck Leversvcrdma: Reserve an extra WQE for ib_drain_rq()
2024-03-01 Jeff LaytonMAINTAINERS: add Alex Aring as Reviewer for file lockin...
2024-03-01 Kunwu Channfsd: Simplify the allocation of slab caches in nfsd4_i...
2024-03-01 Kunwu Channfsd: Simplify the allocation of slab caches in nfsd_dr...
2024-03-01 Kunwu Channfsd: Simplify the allocation of slab caches in nfsd_fi...
2024-03-01 Kunwu Channfsd: Simplify the allocation of slab caches in nfsd4_i...
2024-03-01 NeilBrownnfsd: don't call locks_release_private() twice concurrently
2024-03-01 NeilBrownnfsd: allow layout state to be admin-revoked.
2024-03-01 NeilBrownnfsd: allow delegation state ids to be revoked and...
2024-03-01 NeilBrownnfsd: allow open state ids to be revoked and then freed
2024-03-01 NeilBrownnfsd: allow lock state ids to be revoked and then freed
2024-03-01 NeilBrownnfsd: allow admin-revoked NFSv4.0 state to be freed.
2024-03-01 NeilBrownnfsd: report in /proc/fs/nfsd/clients/*/states when...
2024-03-01 NeilBrownnfsd: allow state with no file to appear in /proc/fs...
2024-03-01 NeilBrownnfsd: prepare for supporting admin-revocation of state
2024-03-01 NeilBrownnfsd: split sc_status out of sc_type
2024-03-01 NeilBrownnfsd: avoid race after unhash_delegation_locked()
2024-03-01 NeilBrownnfsd: don't call functions with side-effecting inside...
2024-03-01 NeilBrownnfsd: hold ->cl_lock for hash_delegation_locked()
2024-03-01 NeilBrownnfsd: remove stale comment in nfs4_show_deleg()
2024-03-01 Chuck LeverNFSD: Remove redundant cb_seq_status initialization
2024-03-01 Chuck LeverSUNRPC: Remove stale comments
2024-03-01 Chuck LeverNFSD: Remove BUG_ON in nfsd4_process_cb_update()
2024-03-01 Chuck LeverNFSD: Replace comment with lockdep assertion
2024-03-01 Chuck LeverNFSD: Remove unused @reason argument
2024-03-01 Chuck LeverSUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()
2024-03-01 Chuck LeverNFSD: Add callback operation lifetime trace points
2024-03-01 Chuck LeverNFSD: Rename nfsd_cb_state trace point
2024-03-01 Chuck LeverNFSD: Replace dprintks in nfsd4_cb_sequence_done()
2024-03-01 Chuck LeverNFSD: Add nfsd_seq4_status trace event
2024-03-01 Chuck LeverNFSD: Retransmit callbacks after client reconnects
2024-03-01 Chuck LeverNFSD: Reschedule CB operations when backchannel rpc_cln...
2024-03-01 Chuck LeverNFSD: Convert the callback workqueue to use delayed_work
2024-03-01 Chuck LeverNFSD: Reset cb_seq_status after NFS4ERR_DELAY
2024-03-01 Josef Baciknfsd: make svc_stat per-network namespace instead of...
2024-03-01 Josef Baciknfsd: remove nfsd_stats, make th_cnt a global counter
2024-03-01 Josef Baciknfsd: make all of the nfsd stats per-network namespace
2024-03-01 Josef Baciknfsd: expose /proc/net/sunrpc/nfsd in net namespaces
2024-03-01 Josef Baciknfsd: rename NFSD_NET_* to NFSD_STATS_*
2024-03-01 Josef Baciksunrpc: use the struct net as the svc proc private
2024-03-01 Josef Baciksunrpc: remove ->pg_stats from svc_program
2024-03-01 Josef Baciksunrpc: pass in the sv_stats struct through svc_create_...
2024-03-01 Josef Baciknfsd: stop setting ->pg_stats for unused stats
2024-03-01 Josef Baciksunrpc: don't change ->sv_stats if it doesn't exist
2024-03-01 Jorge MoraNFSD: fix LISTXATTRS returning more bytes than maxcount
2024-03-01 Jorge MoraNFSD: fix LISTXATTRS returning a short list with eof...
2024-03-01 Jorge MoraNFSD: change LISTXATTRS cookie encoding to big-endian
2024-03-01 Jorge MoraNFSD: fix nfsd4_listxattr_validate_cookie
2024-03-01 NeilBrownnfsd: use __fput_sync() to avoid delayed closing of...
2024-03-01 NeilBrownnfsd: Don't leave work of closing files to a work queue
2024-03-01 Chuck LeverSUNRPC: Use a static buffer for the checksum initializa...
2024-03-01 Zhipeng LuSUNRPC: fix some memleaks in gssx_dec_option_array
2024-03-01 Zhipeng LuSUNRPC: fix a memleak in gss_import_v2_context
2024-02-25 Linus TorvaldsLinux 6.8-rc6 v6.8-rc6
2024-02-25 Linus TorvaldsMerge tag 'bcachefs-2024-02-25' of https://evilpiepirat...
2024-02-25 Kent Overstreetbcachefs: fix bch2_save_backtrace()
2024-02-25 Linus TorvaldsMerge tag 'docs-6.8-fixes3' of git://git.lwn.net/linux
2024-02-25 Linus TorvaldsMerge tag 'usb-6.8-rc6' of git://git./linux/kernel...
2024-02-25 Linus TorvaldsMerge tag 'tty-6.8-rc6' of git://git./linux/kernel...
2024-02-25 Linus TorvaldsMerge tag 'x86_urgent_for_v6.8_rc6' of git://git./linux...
2024-02-25 Linus TorvaldsMerge tag 'irq_urgent_for_v6.8_rc6' of git://git./linux...
2024-02-25 Linus TorvaldsMerge tag 'erofs-for-6.8-rc6-fixes' of git://git./linux...
2024-02-25 Linus TorvaldsMerge tag 'pull-fixes.pathwalk-rcu-2' of git://git...
2024-02-25 Linus TorvaldsMerge tag 'pull-fixes' of git://git./linux/kernel/git...
2024-02-25 Al Viroext4_get_link(): fix breakage in RCU mode
2024-02-25 Al Virocifs_get_link(): bail out in unsafe case
2024-02-25 Al Virofuse: fix UAF in rcu pathwalks
2024-02-25 Al Viroprocfs: make freeing proc_fs_info rcu-delayed
next