summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2025-05-29loop: don't require ->write_iter for writable files in loop_configureChristoph Hellwig
2025-05-29loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig
2025-05-29ublk: complete command synchronously on errorCaleb Sander Mateos
2025-05-29null_blk: generate null_blk configfs features stringShin'ichiro Kawasaki
2025-05-29ublk: enforce ublks_max only for unprivileged devicesUday Shankar
2025-05-29loop: move vfs_fsync() out of loop_update_dio()Ming Lei
2025-05-22ublk: fix dead loop when canceling io commandMing Lei
2025-05-18loop: Add sanity check for read/write_iterLizhi Xu
2025-05-18loop: factor out a loop_assign_backing_file helperChristoph Hellwig
2025-05-09ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei
2025-05-09ublk: simplify aborting ublk requestMing Lei
2025-05-09ublk: remove __ublk_quiesce_dev()Ming Lei
2025-05-09ublk: improve detection and handling of ublk server exitUday Shankar
2025-05-09ublk: move device reset into ublk_ch_release()Ming Lei
2025-05-09ublk: properly serialize all FETCH_REQsUday Shankar
2025-05-09ublk: add helper of ublk_need_map_io()Ming Lei
2025-05-02ublk: don't fail request for recovery & reissue in case of ubq->cancelingMing Lei
2025-05-02ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei
2025-05-02ublk: add ublk_force_abort_dev()Ming Lei
2025-05-02ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei
2025-05-02ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos
2025-05-02ublk: implement ->queue_rqs()Ming Lei
2025-05-02ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei
2025-05-02ublk: remove io_cmds list in ublk_queueUday Shankar
2025-04-25loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh
2025-04-25loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh
2025-04-25loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig
2025-04-25loop: aio inherit the ioprio of original requestYunlong Xing
2025-04-20ublk: fix handling recovery & reissue in ublk_abort_queue()Ming Lei
2025-04-10ublk: make sure ubq->canceling is set when queue is frozenMing Lei
2025-04-10badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing
2025-04-10badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing
2025-03-14Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-05ublk: set_params: properly check if parameters can be appliedUday Shankar
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-02drivers/block/sunvdc.c: update the correct AIP callStephen Rothwell
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-01-27loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}Christoph Hellwig
2025-01-27virtio_blk: Add support for transport error recoveryIsrael Rukshin
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-25zram: remove zcomp_stream_put() from write_incompressible_page()Sergey Senozhatsky
2025-01-25zram: cond_resched() in writeback loopSergey Senozhatsky
2025-01-25zram: use zram_read_from_zspool() in writebackSergey Senozhatsky
2025-01-25zram: factor out different page types readSergey Senozhatsky