summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-05-22ublk: fix dead loop when canceling io commandMing Lei1-1/+1
2025-05-18loop: Add sanity check for read/write_iterLizhi Xu1-0/+23
2025-05-18loop: factor out a loop_assign_backing_file helperChristoph Hellwig1-10/+10
2025-05-09ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei1-6/+21
2025-05-09ublk: simplify aborting ublk requestMing Lei1-62/+20
2025-05-09ublk: remove __ublk_quiesce_dev()Ming Lei1-17/+2
2025-05-09ublk: improve detection and handling of ublk server exitUday Shankar1-99/+124
2025-05-09ublk: move device reset into ublk_ch_release()Ming Lei1-49/+72
2025-05-09ublk: properly serialize all FETCH_REQsUday Shankar1-28/+49
2025-05-09ublk: add helper of ublk_need_map_io()Ming Lei1-4/+9
2025-05-02ublk: don't fail request for recovery & reissue in case of ubq->cancelingMing Lei1-4/+5
2025-05-02ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei1-14/+17
2025-05-02ublk: add ublk_force_abort_dev()Ming Lei1-13/+8
2025-05-02ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei1-11/+3
2025-05-02ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos1-5/+2
2025-05-02ublk: implement ->queue_rqs()Ming Lei1-20/+111
2025-05-02ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei1-0/+5
2025-05-02ublk: remove io_cmds list in ublk_queueUday Shankar1-35/+11
2025-04-25loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh1-1/+2
2025-04-25loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh1-2/+2
2025-04-25loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig1-95/+17
2025-04-25loop: aio inherit the ioprio of original requestYunlong Xing1-1/+1
2025-04-20ublk: fix handling recovery & reissue in ublk_abort_queue()Ming Lei1-4/+26
2025-04-10ublk: make sure ubq->canceling is set when queue is frozenMing Lei1-10/+29
2025-04-10badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-2/+1
2025-04-10badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-7/+7
2025-03-15Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds2-4/+5
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki2-4/+5
2025-03-08Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2025-03-05ublk: set_params: properly check if parameters can be appliedUday Shankar1-2/+5
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-02-03drivers/block/sunvdc.c: update the correct AIP callStephen Rothwell1-2/+2
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds8-25/+35
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig8-23/+34
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2025-01-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+25
2025-01-27loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}Christoph Hellwig1-2/+1
2025-01-27virtio_blk: Add support for transport error recoveryIsrael Rukshin1-3/+25
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-135/+170
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-26zram: remove zcomp_stream_put() from write_incompressible_page()Sergey Senozhatsky1-1/+0
2025-01-26zram: cond_resched() in writeback loopSergey Senozhatsky1-0/+2
2025-01-26zram: use zram_read_from_zspool() in writebackSergey Senozhatsky1-7/+4
2025-01-26zram: factor out different page types readSergey Senozhatsky1-33/+52
2025-01-26zram: factor out ZRAM_HUGE writeSergey Senozhatsky1-53/+83
2025-01-26zram: factor out ZRAM_SAME writeSergey Senozhatsky1-16/+21
2025-01-26zram: remove entry element memberSergey Senozhatsky2-22/+6
2025-01-26zram: free slot memory early during writeSergey Senozhatsky1-6/+5
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds21-157/+236
2025-01-13nbd: fix partial sendingMing Lei1-10/+85