summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-07-11Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2025-07-10null_blk: use memzero_page()Matthew Wilcox (Oracle)1-1/+1
2025-07-10nbd: fix lockdep deadlock warningMing Lei1-1/+11
2025-07-08drbd: add missing kref_get in handle_write_conflictsSarah Newman1-1/+5
2025-07-08block: mtip32xx: Fix usage of dma_map_sg()Thomas Fourier1-10/+17
2025-07-07nbd: fix uaf in nbd_genl_connect() error pathZheng Qixing1-3/+3
2025-07-07block: remove pktcdvd driverJens Axboe3-2960/+0
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds2-7/+10
2025-07-04ublk: introduce and use ublk_set_canceling helperUday Shankar1-20/+34
2025-07-04ublk: speed up ublk server exit handlingUday Shankar1-15/+21
2025-07-04zram: pass buffer offset to zcomp_available_show()Sergey Senozhatsky3-13/+13
2025-07-04block: zram: replace scnprintf() with sysfs_emit() in *_show() functionsRahul Kumar1-11/+11
2025-07-01virtio: blk/scsi: use block layer helpers to calculate num of queuesDaniel Wagner1-3/+2
2025-07-01brd: fix sleeping function called from invalid context in brd_insert_page()Yu Kuai1-2/+4
2025-07-01ublk: don't queue request if the associated uring_cmd is canceledMing Lei1-5/+6
2025-07-01ublk: cache-align struct ublk_ioCaleb Sander Mateos1-1/+1
2025-07-01ublk: remove ubq checks from ublk_{get,put}_req_ref()Caleb Sander Mateos1-24/+11
2025-07-01ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon taskCaleb Sander Mateos1-1/+8
2025-07-01ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon taskCaleb Sander Mateos1-9/+61
2025-07-01ublk: return early if blk_should_fake_timeout()Caleb Sander Mateos1-2/+3
2025-07-01ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any taskCaleb Sander Mateos1-5/+22
2025-07-01ublk: don't take ublk_queue in ublk_unregister_io_buf()Caleb Sander Mateos1-3/+3
2025-07-01ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checksCaleb Sander Mateos1-4/+1
2025-07-01ublk: remove task variable from __ublk_ch_uring_cmd()Caleb Sander Mateos1-3/+1
2025-07-01ublk: handle UBLK_IO_FETCH_REQ earlierCaleb Sander Mateos1-9/+12
2025-07-01ublk: check cmd_op firstCaleb Sander Mateos1-6/+6
2025-07-01ublk: remove struct ublk_rq_dataCaleb Sander Mateos1-60/+71
2025-07-01ublk: use vmalloc for ublk_device's __queuesCaleb Sander Mateos1-2/+2
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-12/+37
2025-06-26ublk: sanity check add_dev input for underflowRonnie Sahlberg1-1/+2
2025-06-25ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei1-10/+25
2025-06-25ublk: build batch from IOs in same io_ring_ctx and io taskMing Lei1-1/+10
2025-06-20Merge tag 'block-6.16-20250619' of git://git.kernel.dk/linuxLinus Torvalds4-3/+22
2025-06-19ublk: santizize the arguments from userspace when adding a deviceRonnie Sahlberg1-0/+3
2025-06-17aoe: defer rexmit timer downdev work to workqueueJustin Sanders3-3/+11
2025-06-17aoe: clean device rq_list in aoedev_downdev()Justin Sanders1-0/+8
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds1-6/+5
2025-06-11loop: move lo_set_size() out of queue freezeMing Lei1-6/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-10/+14
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds2-57/+62
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-13/+35
2025-06-01zram: support deflate-specific paramsSergey Senozhatsky3-6/+28
2025-06-01zram: rename ZCOMP_PARAM_NO_LEVELSergey Senozhatsky6-7/+7
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-108/+223
2025-05-31ublk: have a per-io daemon instead of a per-queue daemonUday Shankar1-55/+56
2025-05-27loop: add file_start_write() and file_end_write()Ming Lei1-2/+6
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds8-320/+1892
2025-05-23ublk: add feature UBLK_F_QUIESCEMing Lei1-1/+123
2025-05-22Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linuxLinus Torvalds1-3/+0