summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds2024-05-235-35/+82
|\
| * null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai2024-05-231-14/+26
| * nbd: Fix signal handlingBart Van Assche2024-05-141-14/+14
| * nbd: Remove a local variable from nbd_send_cmd()Bart Van Assche2024-05-141-2/+1
| * nbd: Improve the documentation of the locking assumptionsBart Van Assche2024-05-141-1/+5
| * nbd: Remove superfluous castsBart Van Assche2024-05-141-2/+2
| * brd: implement discard supportKeith Busch2024-05-131-0/+26
| * null_blk: Fix two sparse warningsBart Van Assche2024-05-132-2/+7
| * ublk_drv: set DMA alignment mask to 3Jens Axboe2024-05-131-0/+1
* | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-231-6/+6
|\ \
| * | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-6/+6
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\ \ \ | |/ / |/| |
| * | virtio_blk: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-211-2/+2
|\ \ \
| * | | remove call_{read,write}_iter() functionsMiklos Szeredi2024-04-151-2/+2
* | | | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-213-29/+9
|\ \ \ \
| * | | | set_blocksize(): switch to passing struct file *Al Viro2024-05-021-1/+1
| * | | | zram: don't bother with reopening - just use O_EXCL for openAl Viro2024-05-022-23/+8
| * | | | pktcdvd: sort set_blocksize() calls outAl Viro2024-05-021-6/+1
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-3/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | zram: add max_pages param to recompressionSergey Senozhatsky2024-04-251-3/+28
| |/ /
* | | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-136-211/+239
|\ \ \
| * | | null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun2024-05-061-0/+1
| * | | null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun2024-04-251-0/+2
| * | | null_blk: Simplify null_zone_write()Damien Le Moal2024-04-171-20/+16
| * | | null_blk: Do zone resource management only if necessaryDamien Le Moal2024-04-171-146/+165
| * | | null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal2024-04-171-10/+8
| * | | block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal2024-04-173-3/+3
| * | | null_blk: Introduce fua attributeDamien Le Moal2024-04-172-2/+11
| * | | null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal2024-04-173-4/+27
| * | | null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal2024-04-171-1/+0
| * | | ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal2024-04-171-2/+1
| * | | brd: Remove use of page->indexMatthew Wilcox (Oracle)2024-04-011-29/+11
| | |/ | |/|
* | | ublk: remove segment count and size limitsUday Shankar2024-04-301-1/+2
| |/ |/|
* | nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal2024-04-021-2/+2
|/
* Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds2024-03-221-1/+0
|\
| * floppy: remove duplicated code in redo_fd_request()Yufeng Wang2024-03-181-1/+0
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \
| * | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-4/+4
|\ \ \ | |_|/ |/| |
| * | zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang2024-03-041-1/+0
| * | zram: do not allocate physically contiguous strm buffersBarry Song2024-02-221-2/+3
| * | zram: use copy_page for full page copyMark-PK Tsai2024-02-221-1/+1
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1132-1017/+762
|\ \
| * | block/swim: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
| * | virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal2024-03-061-2/+2
| * | aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2024-03-062-6/+7
| * | drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig2024-03-061-73/+46
| * | drbd: split out a drbd_discard_supported helperChristoph Hellwig2024-03-061-8/+17
| * | drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig2024-03-061-1/+0