summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-03-03null_blk: pass transfer size to null_handle_rq()Shin'ichiro Kawasaki1-2/+14
2025-03-03null_blk: replace null_process_cmd() call in null_zone_write()Shin'ichiro Kawasaki3-10/+21
2025-03-03null_blk: introduce badblocks_once parameterShin'ichiro Kawasaki2-3/+9
2025-03-03null_blk: generate null_blk configfs features stringShin'ichiro Kawasaki1-37/+49
2025-03-03ublk: complete command synchronously on errorCaleb Sander Mateos1-5/+6
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos1-2/+1
2025-02-28ublk: zc register/unregister bvecKeith Busch1-7/+52
2025-02-24loop: take the file system minimum dio alignment into accountChristoph Hellwig1-26/+34
2025-02-24loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig1-1/+1
2025-02-24loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_fileChristoph Hellwig1-2/+2
2025-02-24loop: factor out a loop_assign_backing_file helperChristoph Hellwig1-10/+10
2025-02-18Revert "driver: block: release the lo_work_lock before queue_work"Zhaoyang Huang1-1/+1
2025-02-18null_blk: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-11loop: release the lo_work_lock before queue_workZhaoyang Huang1-1/+1
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-02-02drivers/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-27Merge 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-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-135/+170
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-25zram: remove zcomp_stream_put() from write_incompressible_page()Sergey Senozhatsky1-1/+0
2025-01-25zram: cond_resched() in writeback loopSergey Senozhatsky1-0/+2
2025-01-25zram: use zram_read_from_zspool() in writebackSergey Senozhatsky1-7/+4
2025-01-25zram: factor out different page types readSergey Senozhatsky1-33/+52
2025-01-25zram: factor out ZRAM_HUGE writeSergey Senozhatsky1-53/+83
2025-01-25zram: factor out ZRAM_SAME writeSergey Senozhatsky1-16/+21
2025-01-25zram: remove entry element memberSergey Senozhatsky2-22/+6
2025-01-25zram: free slot memory early during writeSergey Senozhatsky1-6/+5
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds21-157/+236
2025-01-13nbd: fix partial sendingMing Lei1-10/+85
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman2-14/+27
2025-01-12xen/blkback: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-01-12zram: fix potential UAF of zram tableKairui Song1-0/+1
2025-01-10loop: remove the use_dio field in struct loop_deviceChristoph Hellwig1-22/+17
2025-01-10loop: don't freeze the queue in loop_update_dioChristoph Hellwig1-4/+4
2025-01-10loop: allow loop_set_status to re-enable direct I/OChristoph Hellwig1-8/+3
2025-01-10loop: open code the direct I/O flag update in loop_set_dioChristoph Hellwig1-8/+20
2025-01-10loop: only write back pagecache when starting to to use direct I/OChristoph Hellwig1-2/+3
2025-01-10loop: create a lo_can_use_dio helperChristoph Hellwig1-11/+14
2025-01-10loop: update commands in loop_set_status still referring to transfersChristoph Hellwig1-2/+2
2025-01-10loop: move updating lo_flags out of loop_set_status_from_infoChristoph Hellwig1-15/+8
2025-01-10loop: fix queue freeze vs limits lock orderChristoph Hellwig1-2/+16
2025-01-10loop: refactor queue limits updatesChristoph Hellwig1-16/+20
2025-01-10nbd: fix queue freeze vs limits lock orderChristoph Hellwig1-15/+2
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig1-3/+1
2025-01-06nbd: don't allow reconnect after disconnectYu Kuai1-0/+1