linux-block.git
2025-07-17 Alok Tiwarinvme: fix multiple spelling and grammar issues in host...
2025-07-16 Johannes Thumshirnblock: fix blk_zone_append_update_request_bio() kernel-doc
2025-07-15 Caleb Sander... ublk: remove unused req argument from ublk_sub_req_ref()
2025-07-15 Ming Leiselftests: ublk: add utils.h
2025-07-15 Ming Leiselftests: ublk: add helper ublk_handle_uring_cmd(...
2025-07-15 Ming Leiselftests: ublk: improve flags naming
2025-07-15 Ming Leiselftests: ublk: remove ublk queue self-defined flags
2025-07-15 Ming Leiselftests: ublk: pass 'ublk_thread *' to more common...
2025-07-15 Ming Leiselftests: ublk: pass 'ublk_thread *' to ->queue_io...
2025-07-15 Ming Leiselftests: ublk: remove `tag` parameter of ->tgt_io_done()
2025-07-15 Ming Leiublk: pass 'const struct ublk_io *' to ublk_[un]map_io()
2025-07-15 Ming Leiublk: remove ublk_commit_and_fetch()
2025-07-15 Ming Leiublk: add helper ublk_check_fetch_buf()
2025-07-15 Ming Leiublk: store auto buffer register data into `struct...
2025-07-15 Ming Leiublk: move auto buffer register handling into one dedic...
2025-07-15 Ming Leiublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_c...
2025-07-15 Ming Leiublk: let ublk_fill_io_cmd() cover more things
2025-07-15 Ming Leiublk: move fake timeout logic into __ublk_complete_rq()
2025-07-15 Ming Leiublk: look up ublk task via its pid in timeout handler
2025-07-15 Ming Leiublk: validate ublk server pid
2025-07-15 Johannes Thumshirnblock: add trace messages to zone write plugging
2025-07-15 Johannes Thumshirnblock: add tracepoint for blkdev_zone_mgmt
2025-07-15 Johannes Thumshirnblock: add tracepoint for blk_zone_update_request_bio
2025-07-15 Johannes Thumshirnblock: split blk_zone_update_request_bio into two functions
2025-07-15 Johannes Thumshirnblktrace: add zoned block commands to blk_fill_rwbs
2025-07-13 Purva Yeshiblock: floppy: Fix uninitialized use of outparam
2025-07-12 Jan Karaloop: Avoid updating block size under exclusive owner
2025-07-11 Christoph Hellwignvme-pci: don't allocate dma_vec for IOVA mappings
2025-07-09 Ming Leinbd: fix lockdep deadlock warning
2025-07-08 Sarah Newmandrbd: add missing kref_get in handle_write_conflicts
2025-07-08 Thomas Fourierblock: mtip32xx: Fix usage of dma_map_sg()
2025-07-08 Jens AxboeDocumentation: remove reference to pktcdvd in cdrom...
2025-07-08 Christoph Hellwignvme-pci: fix dma unmapping when using PRPs and not...
2025-07-07 Jens Axboeblock: remove pktcdvd driver
2025-07-04 Uday Shankarublk: introduce and use ublk_set_canceling helper
2025-07-04 Uday Shankarublk: speed up ublk server exit handling
2025-07-04 Sergey Senozhatskyzram: pass buffer offset to zcomp_available_show()
2025-07-04 Rahul Kumarblock: zram: replace scnprintf() with sysfs_emit()...
2025-07-03 Matthew Wilcox... bcache: switch from pages to folios in read_super()
2025-07-01 Daniel Wagnervirtio: blk/scsi: use block layer helpers to calculate...
2025-07-01 Daniel Wagnerscsi: use block layer helpers to calculate num of queues
2025-07-01 Daniel Wagnernvme-pci: use block layer helpers to calculate num...
2025-07-01 Daniel Wagnerblk-mq: add number of queue calc helper
2025-07-01 Daniel Wagnerlib/group_cpus: Let group_cpu_evenly() return the numbe...
2025-07-01 Caleb Sander... ublk: cache-align struct ublk_io
2025-07-01 Caleb Sander... ublk: remove ubq checks from ublk_{get,put}_req_ref()
2025-07-01 Caleb Sander... ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon...
2025-07-01 Caleb Sander... ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
2025-07-01 Caleb Sander... ublk: return early if blk_should_fake_timeout()
2025-07-01 Caleb Sander... ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
2025-07-01 Caleb Sander... ublk: don't take ublk_queue in ublk_unregister_io_buf()
2025-06-30 Caleb Sander... ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV...
2025-06-30 Caleb Sander... ublk: remove task variable from __ublk_ch_uring_cmd()
2025-06-30 Caleb Sander... ublk: handle UBLK_IO_FETCH_REQ earlier
2025-06-30 Caleb Sander... ublk: check cmd_op first
2025-06-30 Caleb Sander... ublk: remove struct ublk_rq_data
2025-06-30 Caleb Sander... ublk: use vmalloc for ublk_device's __queues
2025-06-30 Christoph Hellwignvme-pci: rework the build time assert for NVME_MAX_NR_...
2025-06-30 Christoph Hellwignvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
2025-06-30 Christoph Hellwignvme-pci: convert the data mapping to blk_rq_dma_map
2025-06-30 Christoph Hellwignvme-pci: remove superfluous arguments
2025-06-30 Christoph Hellwignvme-pci: merge the simple PRP and SGL setup into a...
2025-06-30 Christoph Hellwignvme-pci: refactor nvme_pci_use_sgls
2025-06-30 Christoph Hellwigblock: add scatterlist-less DMA mapping helpers
2025-06-30 Christoph Hellwigblock: don't merge different kinds of P2P transfers...
2025-06-30 Damien Le Moaldm: Check for forbidden splitting of zone write operations
2025-06-30 Damien Le Moaldm: dm-crypt: Do not partially accept write BIOs with...
2025-06-30 Damien Le Moaldm: Always split write BIOs to zoned device limits
2025-06-30 Damien Le Moalblock: Introduce bio_needs_zone_write_plugging()
2025-06-30 Damien Le Moalblock: Make REQ_OP_ZONE_FINISH a write operation
2025-06-30 Damien Le Moalblock: Increase BLK_DEF_MAX_SECTORS_CAP
2025-06-29 Linus TorvaldsLinux 6.16-rc4
2025-06-29 Linus TorvaldsMerge tag 'staging-6.16-rc4' of git://git./linux/kernel...
2025-06-29 Linus TorvaldsMerge tag 'tty-6.16-rc4' of git://git./linux/kernel...
2025-06-29 Linus TorvaldsMerge tag 'edac_urgent_for_v6.16_rc4' of git://git...
2025-06-29 Linus TorvaldsMerge tag 'x86_urgent_for_v6.16_rc4' of git://git....
2025-06-29 Linus TorvaldsMerge tag 'perf_urgent_for_v6.16_rc4' of git://git...
2025-06-29 Linus TorvaldsMerge tag 'locking_urgent_for_v6.16_rc4' of git://git...
2025-06-28 Linus TorvaldsMerge tag 'i2c-for-6.16-rc4' of git://git./linux/kernel...
2025-06-28 Linus TorvaldsMerge tag 'trace-v6.16-rc3' of git://git./linux/kernel...
2025-06-28 Linus TorvaldsMerge tag 'loongarch-fixes-6.16-1' of git://git./linux...
2025-06-28 Linus TorvaldsMerge tag 'v6.16-rc3-smb3-client-fixes' of git://git...
2025-06-28 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2025-06-27-16-56' of...
2025-06-28 Linus TorvaldsMerge tag 'riscv-for-linus-5.16-rc4' of git://git....
2025-06-28 Linus TorvaldsMerge tag 'pci-v6.16-fixes-2' of git://git./linux/kerne...
2025-06-28 Linus TorvaldsMerge tag 'drm-fixes-2025-06-28' of https://gitlab...
2025-06-28 Linus TorvaldsMerge tag 'cxl-fixes-6.16-rc4' of git://git./linux...
2025-06-28 Linus TorvaldsMerge tag 'libcrypto-for-linus' of git://git./linux...
2025-06-27 Dave AirlieMerge tag 'drm-misc-fixes-2025-06-26' of https://gitlab...
2025-06-27 Edward Adam... tracing: Fix filter logic error
2025-06-27 Linus TorvaldsMerge tag 'acpi-6.16-rc4' of git://git./linux/kernel...
2025-06-27 Linus TorvaldsMerge tag 'block-6.16-20250626' of git://git.kernel...
2025-06-27 Linus TorvaldsMerge tag 'io_uring-6.16-20250626' of git://git.kernel...
2025-06-27 Linus TorvaldsMerge tag 'ata-6.16-rc4' of git://git./linux/kernel...
2025-06-27 Linus TorvaldsMerge tag 's390-6.16-3' of git://git./linux/kernel...
2025-06-27 Linus TorvaldsMerge tag 'sound-6.16-rc4' of git://git./linux/kernel...
2025-06-27 Johannes Bergi2c: scx200_acb: depends on HAS_IOPORT
2025-06-27 Bibo MaoLoongArch: KVM: Disable updating of "num_cpu" and ...
2025-06-27 Bibo MaoLoongArch: KVM: Check validity of "num_cpu" from user...
2025-06-27 Bibo MaoLoongArch: KVM: Check interrupt route from physical CPU
next