summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds-3/+2
2025-07-16loop: use kiocb helpers to fix lockdep warningMing Lei-3/+2
2025-07-11Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds-3/+3
2025-07-07nbd: fix uaf in nbd_genl_connect() error pathZheng Qixing-3/+3
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds-7/+10
2025-07-01brd: fix sleeping function called from invalid context in brd_insert_page()Yu Kuai-2/+4
2025-07-01ublk: don't queue request if the associated uring_cmd is canceledMing Lei-5/+6
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds-12/+37
2025-06-26ublk: sanity check add_dev input for underflowRonnie Sahlberg-1/+2
2025-06-24ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei-10/+25
2025-06-24ublk: build batch from IOs in same io_ring_ctx and io taskMing Lei-1/+10
2025-06-19Merge tag 'block-6.16-20250619' of git://git.kernel.dk/linuxLinus Torvalds-3/+22
2025-06-19ublk: santizize the arguments from userspace when adding a deviceRonnie Sahlberg-0/+3
2025-06-17aoe: defer rexmit timer downdev work to workqueueJustin Sanders-3/+11
2025-06-17aoe: clean device rq_list in aoedev_downdev()Justin Sanders-0/+8
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds-6/+5
2025-06-11loop: move lo_set_size() out of queue freezeMing Lei-6/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-10/+14
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds-57/+62
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+2
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-13/+35
2025-05-31zram: support deflate-specific paramsSergey Senozhatsky-6/+28
2025-05-31zram: rename ZCOMP_PARAM_NO_LEVELSergey Senozhatsky-7/+7
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-108/+223
2025-05-31ublk: have a per-io daemon instead of a per-queue daemonUday Shankar-55/+56
2025-05-27loop: add file_start_write() and file_end_write()Ming Lei-2/+6
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds-320/+1892
2025-05-23ublk: add feature UBLK_F_QUIESCEMing Lei-1/+123
2025-05-22Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linuxLinus Torvalds-3/+0
2025-05-22ublk: run auto buf unregisgering in same io_ring_ctx with registeringMing Lei-3/+16
2025-05-22ublk: remove io argument from ublk_auto_buf_reg_fallback()Caleb Sander Mateos-2/+2
2025-05-21ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()Ming Lei-1/+1
2025-05-20ublk: support UBLK_AUTO_BUF_REG_FALLBACKMing Lei-0/+16
2025-05-20ublk: register buffer to local io_uring with provided buf index via UBLK_F_AU...Ming Lei-7/+49
2025-05-20ublk: prepare for supporting to register request buffer automaticallyMing Lei-6/+64
2025-05-20ublk: convert to refcount_tMing Lei-14/+5
2025-05-20loop: don't require ->write_iter for writable files in loop_configureChristoph Hellwig-3/+0
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2025-05-15ublk: fix dead loop when canceling io commandMing Lei-1/+1
2025-05-14brd: avoid extra xarray lookups on first writeChristoph Hellwig-43/+33
2025-05-11zram: modernize writeback interfaceSergey Senozhatsky-105/+215
2025-05-11zsmalloc: prefer the the original page's node for compressed dataNhat Pham-3/+8
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds-0/+23
2025-05-07rnbd-srv: use bio_add_virt_nofailChristoph Hellwig-6/+1
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig-5/+4
2025-05-06brd: fix discard end sectorYu Kuai-3/+6
2025-05-06brd: fix aligned_sector from brd_do_discard()Yu Kuai-1/+1
2025-05-06brd: protect page with rcuYu Kuai-3/+17
2025-05-06ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checksCaleb Sander Mateos-18/+8
2025-05-05loop: Add sanity check for read/write_iterLizhi Xu-0/+23