aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig1-2/+2
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig2-3/+3
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig3-10/+6
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig22-40/+34
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig9-37/+53
2024-06-19nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig1-10/+7
2024-06-19virtio_blk: remove virtblk_update_cache_modeChristoph Hellwig1-10/+3
2024-06-19loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig1-19/+4
2024-06-19loop: also use the default block size from an underlying block deviceChristoph Hellwig1-1/+7
2024-06-19loop: regularize upgrading the block size for direct I/OChristoph Hellwig1-10/+15
2024-06-19loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig1-6/+4
2024-06-19loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig1-1/+9
2024-06-19xen-blkfront: don't disable cache flushes when they failChristoph Hellwig1-21/+23
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig1-2/+2
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig2-2/+1
2024-06-14rbd: increase io_opt againChristoph Hellwig1-1/+1
2024-06-05null_blk: fix validation of block sizeAndreas Hindborg1-2/+2
2024-05-30null_blk: Do not allow runt zone with zone capacity smaller then zone sizeDamien Le Moal1-0/+11
2024-05-28null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal1-1/+1
2024-05-27null_blk: Fix return value of nullb_device_power_store()Damien Le Moal1-0/+1
2024-05-23Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds5-35/+82
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+6
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-23null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai1-14/+26
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-6/+6
2024-05-22virtio_blk: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-29/+9
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+28
2024-05-14nbd: Fix signal handlingBart Van Assche1-14/+14
2024-05-14nbd: Remove a local variable from nbd_send_cmd()Bart Van Assche1-2/+1
2024-05-14nbd: Improve the documentation of the locking assumptionsBart Van Assche1-1/+5
2024-05-14nbd: Remove superfluous castsBart Van Assche1-2/+2
2024-05-13brd: implement discard supportKeith Busch1-0/+26
2024-05-13null_blk: Fix two sparse warningsBart Van Assche2-2/+7
2024-05-13ublk_drv: set DMA alignment mask to 3Jens Axboe1-0/+1
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds6-211/+239
2024-05-06null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun1-0/+1
2024-05-02set_blocksize(): switch to passing struct file *Al Viro1-1/+1
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro2-23/+8
2024-05-02pktcdvd: sort set_blocksize() calls outAl Viro1-6/+1
2024-04-30ublk: remove segment count and size limitsUday Shankar1-1/+2
2024-04-25zram: add max_pages param to recompressionSergey Senozhatsky1-3/+28
2024-04-25null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun1-0/+2
2024-04-17null_blk: Simplify null_zone_write()Damien Le Moal1-20/+16
2024-04-17null_blk: Do zone resource management only if necessaryDamien Le Moal1-146/+165
2024-04-17null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal1-10/+8
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal3-3/+3
2024-04-17null_blk: Introduce fua attributeDamien Le Moal2-2/+11