index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-07-15
block: add tracepoint for blkdev_zone_mgmt
Johannes Thumshirn
2025-07-15
block: add tracepoint for blk_zone_update_request_bio
Johannes Thumshirn
2025-07-15
block: split blk_zone_update_request_bio into two functions
Johannes Thumshirn
2025-07-15
blktrace: add zoned block commands to blk_fill_rwbs
Johannes Thumshirn
2025-07-13
block: floppy: Fix uninitialized use of outparam
Purva Yeshi
2025-07-11
loop: Avoid updating block size under exclusive owner
Jan Kara
2025-07-11
nvme-pci: don't allocate dma_vec for IOVA mappings
Christoph Hellwig
2025-07-09
nbd: fix lockdep deadlock warning
Ming Lei
2025-07-08
drbd: add missing kref_get in handle_write_conflicts
Sarah Newman
2025-07-08
block: mtip32xx: Fix usage of dma_map_sg()
Thomas Fourier
2025-07-08
Documentation: remove reference to pktcdvd in cdrom documentation
Jens Axboe
2025-07-08
nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mapping
Christoph Hellwig
2025-07-07
block: remove pktcdvd driver
Jens Axboe
2025-07-04
ublk: introduce and use ublk_set_canceling helper
Uday Shankar
2025-07-04
ublk: speed up ublk server exit handling
Uday Shankar
2025-07-03
zram: pass buffer offset to zcomp_available_show()
Sergey Senozhatsky
2025-07-03
block: zram: replace scnprintf() with sysfs_emit() in *_show() functions
Rahul Kumar
2025-07-02
bcache: switch from pages to folios in read_super()
Matthew Wilcox (Oracle)
2025-07-01
virtio: blk/scsi: use block layer helpers to calculate num of queues
Daniel Wagner
2025-07-01
scsi: use block layer helpers to calculate num of queues
Daniel Wagner
2025-07-01
nvme-pci: use block layer helpers to calculate num of queues
Daniel Wagner
2025-07-01
blk-mq: add number of queue calc helper
Daniel Wagner
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
2025-06-30
ublk: cache-align struct ublk_io
Caleb Sander Mateos
2025-06-30
ublk: remove ubq checks from ublk_{get,put}_req_ref()
Caleb Sander Mateos
2025-06-30
ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon task
Caleb Sander Mateos
2025-06-30
ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
Caleb Sander Mateos
2025-06-30
ublk: return early if blk_should_fake_timeout()
Caleb Sander Mateos
2025-06-30
ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
Caleb Sander Mateos
2025-06-30
ublk: don't take ublk_queue in ublk_unregister_io_buf()
Caleb Sander Mateos
2025-06-30
ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
Caleb Sander Mateos
2025-06-30
ublk: remove task variable from __ublk_ch_uring_cmd()
Caleb Sander Mateos
2025-06-30
ublk: handle UBLK_IO_FETCH_REQ earlier
Caleb Sander Mateos
2025-06-30
ublk: check cmd_op first
Caleb Sander Mateos
2025-06-30
ublk: remove struct ublk_rq_data
Caleb Sander Mateos
2025-06-30
ublk: use vmalloc for ublk_device's __queues
Caleb Sander Mateos
2025-06-30
nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS
Christoph Hellwig
2025-06-30
nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
Christoph Hellwig
2025-06-30
nvme-pci: convert the data mapping to blk_rq_dma_map
Christoph Hellwig
2025-06-30
nvme-pci: remove superfluous arguments
Christoph Hellwig
2025-06-30
nvme-pci: merge the simple PRP and SGL setup into a common helper
Christoph Hellwig
2025-06-30
nvme-pci: refactor nvme_pci_use_sgls
Christoph Hellwig
2025-06-30
block: add scatterlist-less DMA mapping helpers
Christoph Hellwig
2025-06-30
block: don't merge different kinds of P2P transfers in a single bio
Christoph Hellwig
2025-06-30
dm: Check for forbidden splitting of zone write operations
Damien Le Moal
2025-06-30
dm: dm-crypt: Do not partially accept write BIOs with zoned targets
Damien Le Moal
2025-06-30
dm: Always split write BIOs to zoned device limits
Damien Le Moal
2025-06-30
block: Introduce bio_needs_zone_write_plugging()
Damien Le Moal
2025-06-30
block: Make REQ_OP_ZONE_FINISH a write operation
Damien Le Moal
2025-06-30
block: Increase BLK_DEF_MAX_SECTORS_CAP
Damien Le Moal
[next]