summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-063-3/+3
* Merge tag 'md-6.9-20240305' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2024-03-064-40/+208
|\
| * Merge branch 'dmraid-fix-6.9' into md-6.9Song Liu2024-03-054-40/+196
| |\
| | * dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai2024-03-051-0/+2
| | * dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai2024-03-054-7/+74
| | * dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai2024-03-052-0/+19
| | * md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai2024-03-051-10/+18
| | * dm-raid: really frozen sync_thread during suspendYu Kuai2024-03-052-11/+17
| | * md: add a new helper reshape_interrupted()Yu Kuai2024-03-051-0/+19
| | * md: export helper md_is_rdwr()Yu Kuai2024-03-052-12/+12
| | * md: export helpers to stop sync_threadYu Kuai2024-03-052-0/+32
| | * md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai2024-03-051-1/+4
| * | Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu2024-03-051-0/+12
| |/
* | dasd: use the atomic queue limits APIChristoph Hellwig2024-03-062-18/+24
* | dasd: move queue setup to common codeChristoph Hellwig2024-03-065-77/+42
* | dasd: cleamup dasd_state_basic_to_readyChristoph Hellwig2024-03-061-28/+26
* | block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby2024-03-061-3/+4
|/
* 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
* dm: use queue_limits_setChristoph Hellwig2024-03-012-16/+13
* block: add a queue_limits_stack_bdev helperChristoph Hellwig2024-03-012-0/+27
* block: add a queue_limits_set helperChristoph Hellwig2024-03-012-0/+19
* Merge tag 'md-6.9-20240301' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2024-03-018-381/+549
|\
| * Merge branch 'raid1-read_balance' into md-6.9Song Liu2024-03-016-280/+444
| |\
| | * md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai2024-03-011-77/+98
| | * md/raid1: factor out the code to manage sequential IOYu Kuai2024-03-011-34/+37
| | * md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai2024-03-011-31/+48
| | * md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai2024-03-011-17/+52
| | * md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai2024-03-011-17/+46
| | * md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai2024-03-013-24/+24
| | * md/raid1-10: add a helper raid1_check_read_range()Yu Kuai2024-03-011-0/+49
| | * md/raid1: fix choose next idle in read_balance()Yu Kuai2024-03-011-10/+22
| | * md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai2024-03-013-7/+12
| | * md/raid1: factor out helpers to add rdev to confYu Kuai2024-03-011-32/+53
| | * md: add a new helper rdev_has_badblock()Yu Kuai2024-03-014-72/+44
| |/
| * md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han2024-02-271-6/+8
| * md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao2024-02-261-3/+6
| * md: check mddev->pers before calling md_set_readonly()Li Nan2024-02-261-11/+11