summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds5-35/+82
9 daysMerge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+6
9 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
9 daysnull_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai1-14/+26
10 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-6/+6
10 daysvirtio_blk: drop owner assignmentKrzysztof Kozlowski1-1/+0
11 daysMerge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
11 daysMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-29/+9
13 daysMerge 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-14brd: implement discard supportKeith Busch1-0/+26
2024-05-14null_blk: Fix two sparse warningsBart Van Assche2-2/+7
2024-05-14ublk_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-03set_blocksize(): switch to passing struct file *Al Viro1-1/+1
2024-05-03zram: don't bother with reopening - just use O_EXCL for openAl Viro2-23/+8
2024-05-03pktcdvd: sort set_blocksize() calls outAl Viro1-6/+1
2024-05-01ublk: remove segment count and size limitsUday Shankar1-1/+2
2024-04-26zram: 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
2024-04-17null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal3-4/+27
2024-04-17null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal1-1/+0
2024-04-17ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal1-2/+1
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi1-2/+2
2024-04-02nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal1-2/+2
2024-04-01brd: Remove use of page->indexMatthew Wilcox (Oracle)1-29/+11
2024-03-22Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2024-03-19floppy: remove duplicated code in redo_fd_request()Yufeng Wang1-1/+0
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds32-1017/+762
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds10-117/+116
2024-03-08block/swim: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-07Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2024-03-06virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal1-2/+2
2024-03-06aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2-6/+7
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig1-73/+46
2024-03-06drbd: split out a drbd_discard_supported helperChristoph Hellwig1-8/+17
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig1-1/+0
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig1-34/+22
2024-03-06drbd: refactor the backing dev max_segments calculationChristoph Hellwig1-8/+17