summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md/bitmap: factor out a helper to set timeoutYu Kuai2023-06-131-16/+19
* md/bitmap: always wake up md_thread in timeout_storeYu Kuai2023-06-131-3/+3
* dm-raid: remove useless checking in raid_message()Yu Kuai2023-06-131-2/+2
* md: factor out a helper to wake up md_thread directlyYu Kuai2023-06-131-8/+19
* md: fix duplicate filename for rdevYu Kuai2023-06-132-44/+52
* md/raid10: fix wrong setting of max_corr_read_errorsLi Nan2023-06-131-0/+2
* md/raid10: fix overflow of md/safe_mode_delayLi Nan2023-06-131-3/+4
* md/raid5: fix a deadlock in the case that reshape is interruptedYu Kuai2023-06-132-1/+44
* md: add a new api prepare_suspend() in md_personalityYu Kuai2023-06-132-0/+5
* md: export md_is_rdwr() and is_md_suspended()Yu Kuai2023-06-132-16/+17
* md: fix data corruption for raid456 when reshape restart while grow upYu Kuai2023-06-131-2/+12
* md/raid5: don't allow replacement while reshape is in progressYu Kuai2023-06-131-0/+1
* md/raid10: check slab-out-of-bounds in md_bitmap_get_counterLi Nan2023-06-131-8/+9
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-1216-53/+56
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-123-29/+30
* bcache: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig2023-06-121-1/+1
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-123-3/+3
* block: pass a gendisk to ->openChristoph Hellwig2023-06-123-7/+7
* block: pass a gendisk on bdev_check_media_changeChristoph Hellwig2023-06-121-1/+1
* dm: only call early_lookup_bdev from early boot contextChristoph Hellwig2023-06-051-2/+7
* dm: remove dm_get_dev_tChristoph Hellwig2023-06-051-17/+5
* dm: open code dm_get_dev_t in dm_init_initChristoph Hellwig2023-06-051-1/+3
* dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctrChristoph Hellwig2023-06-051-9/+5
* init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-052-3/+5
* block: introduce holder opsChristoph Hellwig2023-06-053-3/+3
* dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn2023-06-011-2/+1
* md: raid1: check if adding pages to resync bio failsJohannes Thumshirn2023-06-012-15/+16
* md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-06-011-1/+1
* md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn2023-06-011-1/+4
* md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn2023-05-311-2/+2
* md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn2023-05-311-1/+1
* md: use __bio_add_page to add single pageJohannes Thumshirn2023-05-311-2/+2
* dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn2023-05-311-3/+3
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-063-5/+47
|\
| * md: Fix bitmap offset type in sb writerJonathan Derrick2023-04-281-3/+3
| * md/raid5: Improve performance for sequential IOJan Kara2023-04-281-1/+44
| * block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-273-3/+3
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
| * | mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng2023-03-282-2/+2
* | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-21/+1
|\ \ \
| * | | md: simplify sysctl registrationLuis Chamberlain2023-04-131-21/+1
* | | | Merge tag 'for-6.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-2637-1049/+1708
|\ \ \ \
| * | | | dm: don't lock fs when the map is NULL in process of resumeLi Lingfeng2023-04-191-1/+4
| * | | | dm flakey: add an "error_reads" optionMikulas Patocka2023-04-191-12/+27
| * | | | dm flakey: remove trailing space in the table lineMikulas Patocka2023-04-191-5/+5
| * | | | dm flakey: fix a crash with invalid table lineMikulas Patocka2023-04-191-2/+2
| * | | | dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer2023-04-171-3/+4
| * | | | dm: unexport dm_get_queue_limits()Mike Snitzer2023-04-141-11/+9
| * | | | dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASEMike Snitzer2023-04-141-4/+6