summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | md/raid5: reallocate page array after setting new stripe_sizeYufen Yu2020-09-241-0/+20
| * | | md/raid5: resize stripe_head when reshape arrayYufen Yu2020-09-241-0/+24
| * | | md/raid5: let multiple devices of stripe_head share pageYufen Yu2020-09-242-3/+114
| * | | md/raid6: let async recovery function support different page offsetYufen Yu2020-09-241-2/+2
| * | | md/raid6: let syndrome computor support different page offsetYufen Yu2020-09-241-12/+24
| * | | md/raid5: convert to new xor compution interfaceYufen Yu2020-09-241-9/+34
| * | | md/raid5: make async_copy_data() to support different page offsetYufen Yu2020-09-241-3/+5
| * | | md/raid5: add a new member of offset into r5devYufen Yu2020-09-242-11/+40
| * | | md: only calculate blocksize once and use i_blocksize()Xianting Tian2020-09-241-3/+4
| * | | Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe2020-09-2412-106/+58
| |\ \ \
* | \ \ \ Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1313-119/+106
|\ \ \ \ \
| * | | | | block: make bio_crypt_clone() able to failEric Biggers2020-10-051-3/+4
| | |_|_|/ | |/| | |
| * | | | dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov2020-09-253-3/+38
| * | | | md: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-252-2/+2
| * | | | md: compare bd_disk instead of bd_containsChristoph Hellwig2020-09-251-4/+3
| * | | | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-1/+1
| | |/ / | |/| |
| * | | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-242-7/+7
| * | | block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-245-56/+3
| * | | md: update the optimal I/O size on reshapeChristoph Hellwig2020-09-242-10/+22
| * | | bcache: inherit the optimal I/O sizeChristoph Hellwig2020-09-241-0/+2
| * | | bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu2020-09-111-4/+6
| * | | md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu2020-09-111-4/+4
| * | | md: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
| * | | block: remove revalidate_disk()Christoph Hellwig2020-09-021-1/+1
| * | | block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-024-10/+10
| * | | block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-13/+2
* | | | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-6/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-6/+9
* | | | dm: fix comment in dm_process_bio()Mike Snitzer2020-09-211-1/+3
* | | | dm: fix bio splitting and its bio completion order for regular IOMike Snitzer2020-09-211-21/+2
| |_|/ |/| |
* | | dm: Call proper helper to determine dax supportJan Kara2020-09-201-3/+7
* | | dm/dax: Fix table reference countsDan Williams2020-09-201-2/+3
* | | dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2020-09-022-7/+9
* | | dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-021-2/+6
* | | dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-021-2/+6
* | | dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka2020-09-011-0/+12
* | | dm crypt: Initialize crypto wait structuresDamien Le Moal2020-09-011-2/+2
* | | dm mpath: fix racey management of PG initializationMike Snitzer2020-09-011-7/+15
* | | dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka2020-09-011-2/+10
| |/ |/|
* | Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-281-2/+5
|\ \
| * | md/raid5: make sure stripe_size as power of twoYufen Yu2020-08-271-2/+5
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-16/+16
|/
* Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-152-7/+11
|\
| * Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-08-062-7/+11
| |\
| | * md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter2020-08-051-0/+1
| | * md: get sysfs entry after redundancy attr group createJunxiao Bi2020-08-051-7/+10
* | | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-102-2/+2
|\ \ \
| * \ \ Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar2020-08-062-2/+2
| |\ \ \
| | * | | raid5: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-292-2/+2
* | | | | Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-0713-111/+326
|\ \ \ \ \