summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig2024-03-061-34/+22
| * | drbd: refactor the backing dev max_segments calculationChristoph Hellwig2024-03-061-8/+17
| * | drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig2024-03-061-35/+49
| * | drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig2024-03-061-4/+9
| * | nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig2024-03-011-4/+11
| * | nbd: freeze the queue for queue limits updatesChristoph Hellwig2024-03-011-1/+13
| * | nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig2024-03-011-1/+2
| * | pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig2024-03-011-5/+6
| * | ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei2024-02-281-3/+6
| * | ublk: improve getting & putting ublk deviceMing Lei2024-02-281-5/+7
| * | xen-blkfront: atomically update queue limitsChristoph Hellwig2024-02-271-18/+23
| * | xen-blkfront: don't redundantly set max_sements in blkif_recoverChristoph Hellwig2024-02-271-5/+3
| * | xen-blkfront: rely on the default discard granularityChristoph Hellwig2024-02-271-2/+2