aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-22ublk: run auto buf unregisgering in same io_ring_ctx with registeringMing Lei1-3/+16
2025-05-22ublk: remove io argument from ublk_auto_buf_reg_fallback()Caleb Sander Mateos1-2/+2
2025-05-21ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()Ming Lei1-1/+1
2025-05-20ublk: support UBLK_AUTO_BUF_REG_FALLBACKMing Lei1-0/+16
2025-05-20ublk: register buffer to local io_uring with provided buf index via UBLK_F_AUTO_BUF_REGMing Lei1-7/+49
2025-05-20ublk: prepare for supporting to register request buffer automaticallyMing Lei1-6/+64
2025-05-20ublk: convert to refcount_tMing Lei1-14/+5
2025-05-20loop: don't require ->write_iter for writable files in loop_configureChristoph Hellwig1-3/+0
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-05-15ublk: fix dead loop when canceling io commandMing Lei1-1/+1
2025-05-14brd: avoid extra xarray lookups on first writeChristoph Hellwig1-43/+33
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds1-0/+23
2025-05-07rnbd-srv: use bio_add_virt_nofailChristoph Hellwig1-6/+1
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig3-5/+4
2025-05-06brd: fix discard end sectorYu Kuai1-3/+6
2025-05-06brd: fix aligned_sector from brd_do_discard()Yu Kuai1-1/+1
2025-05-06brd: protect page with rcuYu Kuai1-3/+17
2025-05-06ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checksCaleb Sander Mateos1-18/+8
2025-05-05loop: Add sanity check for read/write_iterLizhi Xu1-0/+23
2025-05-05Merge branch 'block-6.15' into for-6.16/blockJens Axboe1-19/+43
2025-05-02Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linuxLinus Torvalds1-19/+43
2025-05-02ublk: store request pointer in ublk_ioCaleb Sander Mateos1-19/+24
2025-05-02ublk: check UBLK_IO_FLAG_OWNED_BY_SRV in ublk_abort_queue()Caleb Sander Mateos1-7/+2
2025-05-02ublk: don't call ublk_dispatch_req() for NEED_GET_DATACaleb Sander Mateos1-22/+29
2025-05-02ublk: factor out ublk_start_io() helperCaleb Sander Mateos1-23/+31
2025-05-02ublk: don't log uring_cmd cmd_op in ublk_dispatch_req()Caleb Sander Mateos1-7/+6
2025-05-02ublk: take const ubq pointer in ublk_get_iod()Caleb Sander Mateos1-8/+7
2025-05-02ublk: remove misleading "ubq" in "ubq_complete_io_cmd()"Caleb Sander Mateos1-4/+5
2025-05-02ublk: fix "immepdately" typo in commentCaleb Sander Mateos1-1/+1
2025-05-02ublk: factor out ublk_commit_and_fetchUday Shankar1-47/+43
2025-05-01Documentation: Document the new zoned loop block device driverDamien Le Moal1-0/+3
2025-05-01block: new zoned loop block device driverDamien Le Moal3-0/+1402
2025-04-29ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_reqMing Lei1-3/+0
2025-04-29ublk: enhance check for register/unregister io buffer commandMing Lei1-4/+20
2025-04-29ublk: decouple zero copy from user copyMing Lei1-12/+23
2025-04-28brd: use memcpy_{to,from]_page in brd_rw_bvecChristoph Hellwig1-45/+13
2025-04-28brd: split I/O at page boundariesChristoph Hellwig1-82/+34
2025-04-28brd: use bvec_kmap_local in brd_do_bvecChristoph Hellwig1-4/+4
2025-04-28brd: remove the sector variable in brd_submit_bioChristoph Hellwig1-4/+3
2025-04-28brd: pass a bvec pointer to brd_do_bvecChristoph Hellwig1-22/+13
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds1-17/+24
2025-04-24Merge branch 'block-6.15' into for-6.16/blockJens Axboe1-17/+24
2025-04-24ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei1-6/+21
2025-04-24ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei1-11/+3
2025-04-22ublk: remove unnecessary ubq checksCaleb Sander Mateos1-3/+0
2025-04-21ublk: Add UBLK_U_CMD_UPDATE_SIZEOmri Mann1-1/+18
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds3-367/+292