summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4 hours1-1/+1
|\
| * block: fix module reference leakage from bdev_open_by_dev error pathYu Kuai2024-04-111-1/+1
* | Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds6 days3-13/+26
|\ \
| * | blk-iocost: do not WARN if iocg was already offlinedLi Nan7 days1-2/+5
| * | block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig8 days2-11/+21
* | | Merge tag 'block-6.9-20240412' of git://git.kernel.dk/linuxLinus Torvalds2024-04-125-16/+21
|\| | | |/ |/|
| * block: fix that blk_time_get_ns() doesn't update time after scheduleYu Kuai2024-04-121-0/+1
| * block: allow device to have both virt_boundary_mask and max segment sizeMing Lei2024-04-071-10/+6
| * block: fix q->blkg_list corruption during disk rebindMing Lei2024-04-073-3/+10
| * blk-iocost: avoid out of bounds shiftRik van Riel2024-04-051-3/+4
* | Merge tag 'block-6.9-20240405' of git://git.kernel.dk/linuxLinus Torvalds2024-04-051-2/+3
|\|
| * block: fix overflow in blk_ioctl_discard()Li Nan2024-04-021-2/+3
* | Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-04-051-18/+66
|\ \ | |/ |/|
| * fs,block: yield devices earlyChristian Brauner2024-03-271-8/+56
| * block: count BLK_OPEN_RESTRICT_WRITES openersChristian Brauner2024-03-271-3/+3
| * block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner2024-03-271-7/+7
* | Merge tag 'block-6.9-20240329' of git://git.kernel.dk/linuxLinus Torvalds2024-03-294-11/+4
|\ \ | |/ |/|
| * block: Do not force full zone append completion in req_bio_endio()Damien Le Moal2024-03-281-7/+2
| * block: don't reject too large max_user_sectors in blk_validate_limitsChristoph Hellwig2024-03-261-2/+1
| * block: Make blk_rq_set_mixed_merge() staticJohn Garry2024-03-262-2/+1
* | Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-181-0/+7
|\ \ | |/ |/|
| * fs,block: get holder during claimChristian Brauner2024-03-181-0/+7
* | block: fix mismatched kerneldoc function nameJiapeng Chong2024-03-141-1/+1
* | Revert "blk-lib: check for kill signal"Christoph Hellwig2024-03-131-39/+1
* | Revert "block/mq-deadline: use correct way to throttling write requests"Bart Van Assche2024-03-131-2/+1
* | block: limit block time caching to in_task() contextJens Axboe2024-03-131-1/+1
|/
* Revert "dm: use queue_limits_set"Linus Torvalds2024-03-111-1/+1
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1129-361/+687
|\
| * block: partitions: only define function mac_fix_string for CONFIG_PPC_PMACColin Ian King2024-03-091-0/+2
| * Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2024-03-061-24/+0
| |\
| | * block: remove disk_stack_limitsChristoph Hellwig2024-03-061-24/+0
| * | block: move capacity validation to blkpg_do_ioctl()Li Lingfeng2024-03-062-12/+8
| * | block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov2024-03-061-1/+1
| * | sed-opal: Remove the ret variable from the functionLi kunyu2024-03-061-4/+2
| * | sed-opal: Remove unnecessary ‘0’ values from retLi kunyu2024-03-061-2/+2
| * | sed-opal: Remove unnecessary ‘0’ values from errLi zeming2024-03-061-1/+1
| * | sed-opal: Remove unnecessary ‘0’ values from errorLi zeming2024-03-061-2/+2
| * | block: make block_class constantRicardo B. Marliere2024-03-061-1/+1
| * | block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby2024-03-061-3/+4
| |/
| * dm: use queue_limits_setChristoph Hellwig2024-03-011-1/+1
| * block: add a queue_limits_stack_bdev helperChristoph Hellwig2024-03-011-0/+25
| * block: add a queue_limits_set helperChristoph Hellwig2024-03-011-0/+18
| * blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei2024-02-281-8/+6
| * bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-241-1/+1
| * block/blk-mq: Don't complete locally if capacities are differentQais Yousef2024-02-241-2/+3
| * blk-lib: check for kill signalKeith Busch2024-02-241-1/+39
| * block: io wait hang check helperKeith Busch2024-02-243-27/+17
| * block: cleanup __blkdev_issue_write_zeroesKeith Busch2024-02-241-12/+9
| * block: blkdev_issue_secure_erase loop styleKeith Busch2024-02-241-6/+5
| * block: fix deadlock between bd_link_disk_holder and partition scanLi Nan2024-02-231-5/+7