linux-block.git
2025-05-23 Jens Axboeio_uring/io-wq: move hash helpers to the top
2025-05-22 Caleb Sander... trace/io_uring: fix io_uring_local_work_run ctx documen...
2025-05-21 Jens Axboeio_uring: finish IOU_OK -> IOU_COMPLETE transition
2025-05-18 Jens Axboeio_uring: add new helpers for posting overflows
2025-05-18 Jens Axboeio_uring: pass in struct io_big_cqe to io_alloc_ocqe()
2025-05-18 Jens Axboeio_uring: make io_alloc_ocqe() take a struct io_cqe...
2025-05-18 Jens Axboeio_uring: split alloc and add of overflow
2025-05-16 Pavel Begunkovio_uring: open code io_req_cqe_overflow()
2025-05-16 Jens Axboeio_uring/fdinfo: get rid of dumping credentials
2025-05-16 Jens Axboeio_uring/fdinfo: only compile if CONFIG_PROC_FS is set
2025-05-16 Jens AxboeMerge branch 'io_uring-6.15' into for-6.16/io_uring
2025-05-14 Jens Axboeio_uring/fdinfo: grab ctx->uring_lock around io_uring_s... io_uring-6.15-20250515
2025-05-13 Pavel Begunkovio_uring/kbuf: unify legacy buf provision and removal
2025-05-13 Pavel Begunkovio_uring/kbuf: refactor __io_remove_buffers
2025-05-13 Pavel Begunkovio_uring/kbuf: don't compute size twice on prep
2025-05-13 Pavel Begunkovio_uring/kbuf: drop extra vars in io_register_pbuf_ring
2025-05-13 Pavel Begunkovio_uring/kbuf: use mem_is_zero()
2025-05-13 Pavel Begunkovio_uring/kbuf: account ring io_buffer_list memory
2025-05-12 Jens Axboeio_uring/memmap: don't use page_address() on a highmem...
2025-05-12 Pavel Begunkovio_uring: drain based on allocates reqs
2025-05-12 hexueio_uring/uring_cmd: fix hybrid polling initialization...
2025-05-09 Pavel Begunkovio_uring: count allocated requests
2025-05-09 Pavel Begunkovio_uring: open code io_account_cq_overflow()
2025-05-09 Pavel Begunkovio_uring: consolidate drain seq checking
2025-05-09 Pavel Begunkovio_uring: remove drain prealloc checks
2025-05-09 Pavel Begunkovio_uring: simplify drain ret passing
2025-05-09 Pavel Begunkovio_uring: fix spurious drain flushing
2025-05-09 Pavel Begunkovio_uring: account drain memory to cgroup
2025-05-09 Pavel Begunkovio_uring: add lockdep asserts to io_add_aux_cqe
2025-05-09 Pavel Begunkovio_uring/net: move CONFIG_NET guards to Makefile
2025-05-09 Long Liio_uring: update parameter name in io_pin_pages functio...
2025-05-09 Gabriel Krisman... io_uring/sqpoll: Increase task_work submission batch... io_uring-6.15-20250509
2025-05-07 Jens Axboeio_uring: ensure deferred completions are flushed for...
2025-05-06 Pavel Begunkovio_uring: move io_req_put_rsrc_nodes()
2025-05-06 Pavel Begunkovio_uring: remove io_preinit_req()
2025-05-06 Pavel Begunkovio_uring/timeout: don't export link t-out disarm helper
2025-05-06 Pavel Begunkovio_uring/zcrx: dmabuf backed zerocopy receive
2025-05-04 Jens Axboeio_uring: always arm linked timeouts prior to issue
2025-05-02 Pavel Begunkovio_uring/zcrx: split common area map/unmap parts
2025-05-02 Pavel Begunkovio_uring/zcrx: split out memory holders from area
2025-05-02 Pavel Begunkovio_uring/zcrx: resolve netdev before area creation
2025-05-02 Pavel Begunkovio_uring/zcrx: improve area validation
2025-04-30 Jens Axboeio_uring/fdinfo: annotate racy sq/cq head/tail reads io_uring-6.15-20250502
2025-04-28 Pavel Begunkovio_uring/cmd: move net cmd into a separate file
2025-04-28 Pavel Begunkovio_uring: delete misleading comment in io_fill_cqe_aux()
2025-04-24 Jens Axboeio_uring: fix 'sync' handling of io_fallback_tw() io_uring-6.15-20250424
2025-04-24 Pavel Begunkovio_uring/eventfd: open code io_eventfd_grab()
2025-04-24 Pavel Begunkovio_uring/eventfd: clean up rcu locking
2025-04-24 Pavel Begunkovio_uring/eventfd: dedup signalling helpers
2025-04-24 Pavel Begunkovio_uring: don't duplicate flushing in io_req_post_cqe
2025-04-23 Pavel Begunkovio_uring/zcrx: add support for multiple ifqs
2025-04-21 Pavel Begunkovio_uring/zcrx: move zcrx region to struct io_zcrx_ifq
2025-04-21 Pavel Begunkovio_uring/zcrx: let zcrx choose region for mmaping
2025-04-21 Pavel Begunkovio_uring/zcrx: remove sqe->file_index check
2025-04-21 Pavel Begunkovio_uring/zcrx: move io_zcrx_iov_page
2025-04-21 Pavel Begunkovio_uring/zcrx: remove duplicated freelist init
2025-04-21 Pavel Begunkovio_uring/rsrc: remove null check on import
2025-04-21 Pavel Begunkovio_uring/rsrc: clean up io_coalesce_buffer()
2025-04-21 Pavel Begunkovio_uring/rsrc: use unpin_user_folio
2025-04-21 Jens Axboeio_uring/rsrc: remove node assignment helpers
2025-04-21 Jens Axboeio_uring: add support for IORING_OP_PIPE
2025-04-21 Pavel Begunkovio_uring: don't store bgid in req->buf_index
2025-04-21 Pavel Begunkovio_uring/kbuf: pass bgid to io_buffer_select()
2025-04-21 Pavel Begunkovio_uring: set IMPORT_BUFFER in generic send setup
2025-04-21 Pavel Begunkovio_uring/net: don't use io_do_buffer_select at prep
2025-04-21 Caleb Sander... io_uring/wq: avoid indirect do_work/free_work calls
2025-04-20 Linus Torvaldsgcc-15: disable '-Wunterminated-string-initialization...
2025-04-20 Linus TorvaldsLinux 6.15-rc3 v6.15-rc3
2025-04-20 Linus Torvaldsgcc-15: work around sequence-point warning
2025-04-20 Linus Torvaldsgcc-15: add '__nonstring' markers to byte arrays
2025-04-20 Linus Torvaldsgcc-15: get rid of misc extra NUL character padding
2025-04-20 Linus Torvaldsgcc-15: acpi: sprinkle random '__nonstring' crumbles...
2025-04-20 Linus Torvaldsgcc-15: make 'unterminated string initialization' just...
2025-04-20 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2025-04-19-21-24' of...
2025-04-19 Linus TorvaldsMerge tag 'vfs-6.15-rc3.fixes.2' of git://git./linux...
2025-04-19 Linus TorvaldsMerge tag 'i2c-for-6.15-rc3' of git://git./linux/kernel...
2025-04-19 Christian BraunerRevert "hfs{plus}: add deprecation warning"
2025-04-19 Linus TorvaldsMerge tag 'trace-v6.15-rc2' of git://git./linux/kernel...
2025-04-19 Linus TorvaldsMerge tag 'nfsd-6.15-1' of git://git./linux/kernel...
2025-04-19 Linus TorvaldsMerge tag 'rust-fixes-6.15' of git://git./linux/kernel...
2025-04-19 Linus TorvaldsMerge tag 'drm-fixes-2025-04-19' of https://gitlab...
2025-04-19 Dave AirlieMerge tag 'drm-msm-fixes-2025-04-18' of https://gitlab...
2025-04-19 Dave AirlieMerge tag 'drm-xe-fixes-2025-04-18' of https://gitlab...
2025-04-19 Linus TorvaldsMerge tag '6.15-rc2-smb3-client-fixes' of git://git...
2025-04-18 Rob Clarkdrm/msm/a6xx+: Don't let IB_SIZE overflow
2025-04-18 Wolfram SangMerge tag 'i2c-host-fixes-6.15-rc3' of git://git./linux...
2025-04-18 Linus TorvaldsMerge tag 'x86-urgent-2025-04-18' of git://git./linux...
2025-04-18 Linus TorvaldsMerge tag 'timers-urgent-2025-04-18' of git://git....
2025-04-18 Linus TorvaldsMerge tag 'perf-urgent-2025-04-18' of git://git./linux...
2025-04-18 Linus TorvaldsMerge tag 'irq-urgent-2025-04-18' of git://git./linux...
2025-04-18 Linus TorvaldsMerge tag 'core-urgent-2025-04-18' of git://git./linux...
2025-04-18 Linus TorvaldsMerge tag 'hardening-v6.15-rc3' of git://git./linux...
2025-04-18 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.15-rc3' of git://git....
2025-04-18 Linus TorvaldsMerge tag 'thermal-6.15-rc3' of git://git./linux/kernel...
2025-04-18 Linus TorvaldsMerge tag 'pm-6.15-rc3' of git://git./linux/kernel...
2025-04-18 Rafael J. WysockiMerge branch 'pm-docs'
2025-04-18 Linus TorvaldsMerge tag 'riscv-for-linus-6.15-rc3' of git://git....
2025-04-18 Linus TorvaldsMerge tag 'linux_kselftest-kunit-fixes-6.15-rc3' of...
2025-04-18 Linus TorvaldsMerge tag 'linux_kselftest-fixes-6.15-rc3' of git:...
2025-04-18 Linus TorvaldsMerge tag 'v6.15-rc2-ksmbd-server-fixes' of git://git...
next