summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: increase super block version for cache device and backing deviceColy Li2020-07-252-3/+107
* bcache: fix super block seq numbers comparision in register_cache_set()Coly Li2020-07-251-1/+8
* bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li2020-07-251-15/+37
* bcache: add more accurate error information in read_super_common()Coly Li2020-07-251-5/+14
* bcache: add read_super_common() to read major part of super blockColy Li2020-07-251-48/+63
* bcache: fix overflow in offset_to_stripe()Coly Li2020-07-253-8/+27
* bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li2020-07-251-6/+6
* bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-07-251-4/+2
* bcache: movinggc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2020-07-251-2/+2
* bcache: writeback: Remove unneeded variable iXu Wang2020-07-251-2/+0
* bcache: journel: use for_each_clear_bit() to simplify the codeXu Wang2020-07-251-4/+1
* bcache: allocate meta data pages as compound pagesColy Li2020-07-254-5/+5
* bcache: Fix typo in Kconfig nameJean Delvare2020-07-252-2/+2
* md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu2020-07-221-1/+1
* md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh2020-07-221-3/+11
* md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming2020-07-211-0/+1
* md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming2020-07-211-2/+9
* md/raid5: support config stripe_size by sysfs entryYufen Yu2020-07-211-0/+72
* md/raid5: set default stripe_size as 4096Yufen Yu2020-07-212-3/+24
* md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu2020-07-214-128/+153
* raid5: remove the meaningless check in raid5_make_requestGuoqing Jiang2020-07-161-2/+1
* raid5: put the comment of clear_batch_ready to the right placeGuoqing Jiang2020-07-161-4/+4
* raid5: call clear_batch_ready before set STRIPE_ACTIVEGuoqing Jiang2020-07-161-5/+10
* md: raid10: Fix compilation warningDamien Le Moal2020-07-151-2/+2
* md: raid5: Fix compilation warningDamien Le Moal2020-07-151-6/+6
* md: raid5-cache: Remove set but unused variableDamien Le Moal2020-07-151-3/+1
* md: Fix compilation warningDamien Le Moal2020-07-151-6/+6
* md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming2020-07-141-0/+1
* md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripesSong Liu2020-07-141-0/+7
* md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-145-20/+42
* md: improve io stats accountingArtur Paszkiewicz2020-07-132-12/+46
* md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King2020-07-131-4/+5
* Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-086-18/+55
|\
| * Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-276-18/+55
| |\
| | * dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka2020-06-191-0/+2
| | * dm zoned: Fix reclaim zone selectionShin'ichiro Kawasaki2020-06-191-2/+2
| | * dm zoned: Fix random zone reclaim selectionDamien Le Moal2020-06-191-8/+27
| | * dm: update original bio sector on Zone AppendJohannes Thumshirn2020-06-191-0/+13
| | * dm zoned: Fix metadata zone size checkShin'ichiro Kawasaki2020-06-191-1/+2
| | * dm ioctl: use struct_size() helper in retrieve_deps()Gustavo A. R. Silva2020-06-171-1/+1
| | * dm writecache: skip writecache_wait when using pmem modeHuaisheng Ye2020-06-171-2/+4
| | * dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye2020-06-171-0/+2
| | * dm zoned: assign max_io_len correctlyHou Tao2020-06-171-1/+1
| | * dm zoned: fix uninitialized pointer dereferenceDamien Le Moal2020-06-171-3/+1
* | | dm: remove unused variableJens Axboe2020-07-011-1/+0
* | | block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
* | | block: remove direct_make_requestChristoph Hellwig2020-07-011-4/+1
* | | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-0125-73/+72
* | | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-015-24/+35
* | | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-012-2/+2