summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-15block: add tracepoint for blkdev_zone_mgmtJohannes Thumshirn
2025-07-15block: add tracepoint for blk_zone_update_request_bioJohannes Thumshirn
2025-07-15block: split blk_zone_update_request_bio into two functionsJohannes Thumshirn
2025-07-15blktrace: add zoned block commands to blk_fill_rwbsJohannes Thumshirn
2025-07-13block: floppy: Fix uninitialized use of outparamPurva Yeshi
2025-07-11loop: Avoid updating block size under exclusive ownerJan Kara
2025-07-11nvme-pci: don't allocate dma_vec for IOVA mappingsChristoph Hellwig
2025-07-09nbd: fix lockdep deadlock warningMing Lei
2025-07-08drbd: add missing kref_get in handle_write_conflictsSarah Newman
2025-07-08block: mtip32xx: Fix usage of dma_map_sg()Thomas Fourier
2025-07-08Documentation: remove reference to pktcdvd in cdrom documentationJens Axboe
2025-07-08nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mappingChristoph Hellwig
2025-07-07block: remove pktcdvd driverJens Axboe
2025-07-04ublk: introduce and use ublk_set_canceling helperUday Shankar
2025-07-04ublk: speed up ublk server exit handlingUday Shankar
2025-07-03zram: pass buffer offset to zcomp_available_show()Sergey Senozhatsky
2025-07-03block: zram: replace scnprintf() with sysfs_emit() in *_show() functionsRahul Kumar
2025-07-02bcache: switch from pages to folios in read_super()Matthew Wilcox (Oracle)
2025-07-01virtio: blk/scsi: use block layer helpers to calculate num of queuesDaniel Wagner
2025-07-01scsi: use block layer helpers to calculate num of queuesDaniel Wagner
2025-07-01nvme-pci: use block layer helpers to calculate num of queuesDaniel Wagner
2025-07-01blk-mq: add number of queue calc helperDaniel Wagner
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner
2025-06-30ublk: cache-align struct ublk_ioCaleb Sander Mateos
2025-06-30ublk: remove ubq checks from ublk_{get,put}_req_ref()Caleb Sander Mateos
2025-06-30ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon taskCaleb Sander Mateos
2025-06-30ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon taskCaleb Sander Mateos
2025-06-30ublk: return early if blk_should_fake_timeout()Caleb Sander Mateos
2025-06-30ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any taskCaleb Sander Mateos
2025-06-30ublk: don't take ublk_queue in ublk_unregister_io_buf()Caleb Sander Mateos
2025-06-30ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checksCaleb Sander Mateos
2025-06-30ublk: remove task variable from __ublk_ch_uring_cmd()Caleb Sander Mateos
2025-06-30ublk: handle UBLK_IO_FETCH_REQ earlierCaleb Sander Mateos
2025-06-30ublk: check cmd_op firstCaleb Sander Mateos
2025-06-30ublk: remove struct ublk_rq_dataCaleb Sander Mateos
2025-06-30ublk: use vmalloc for ublk_device's __queuesCaleb Sander Mateos
2025-06-30nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORSChristoph Hellwig
2025-06-30nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTEChristoph Hellwig
2025-06-30nvme-pci: convert the data mapping to blk_rq_dma_mapChristoph Hellwig
2025-06-30nvme-pci: remove superfluous argumentsChristoph Hellwig
2025-06-30nvme-pci: merge the simple PRP and SGL setup into a common helperChristoph Hellwig
2025-06-30nvme-pci: refactor nvme_pci_use_sglsChristoph Hellwig
2025-06-30block: add scatterlist-less DMA mapping helpersChristoph Hellwig
2025-06-30block: don't merge different kinds of P2P transfers in a single bioChristoph Hellwig
2025-06-30dm: Check for forbidden splitting of zone write operationsDamien Le Moal
2025-06-30dm: dm-crypt: Do not partially accept write BIOs with zoned targetsDamien Le Moal
2025-06-30dm: Always split write BIOs to zoned device limitsDamien Le Moal
2025-06-30block: Introduce bio_needs_zone_write_plugging()Damien Le Moal
2025-06-30block: Make REQ_OP_ZONE_FINISH a write operationDamien Le Moal
2025-06-30block: Increase BLK_DEF_MAX_SECTORS_CAPDamien Le Moal