summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds25-355/+913
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2-5/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-6/+6
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds33-486/+122
2020-08-02md/raid5: Allow degraded raid6 to do rmwChangSyun Peng1-6/+16
2020-08-02md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng1-1/+2
2020-08-02raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang1-6/+3
2020-08-02raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_showGuoqing Jiang1-6/+3
2020-08-02md: print errno in super_writtenGuoqing Jiang1-1/+2
2020-08-02md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang1-6/+2
2020-08-02md: register new md sysfs file 'uuid' read-onlySebastian Parschauer1-0/+9
2020-08-02md: fix max sectors calculation for super 1.0Xiao Ni1-4/+31
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li1-28/+9
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceColy Li1-4/+27
2020-07-25bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li2-2/+2
2020-07-25bcache: avoid extra memory allocation from mempool c->fill_iterColy Li1-1/+1
2020-07-25bcache: add sysfs file to display feature sets information of cache setColy Li4-1/+73
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li5-10/+50
2020-07-25bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li1-1/+1
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li1-2/+10
2020-07-25bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li2-9/+10
2020-07-25bcache: handle c->uuids properly for bucket size > 8MBColy Li1-4/+6
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li2-0/+23
2020-07-25bcache: move bucket related code into read_super_common()Coly Li1-5/+5
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li2-3/+107
2020-07-25bcache: fix super block seq numbers comparision in register_cache_set()Coly Li1-1/+8
2020-07-25bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li1-15/+37
2020-07-25bcache: add more accurate error information in read_super_common()Coly Li1-5/+14
2020-07-25bcache: add read_super_common() to read major part of super blockColy Li1-48/+63
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li3-8/+27
2020-07-25bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li1-6/+6
2020-07-25bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2020-07-25bcache: movinggc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-2/+2
2020-07-25bcache: writeback: Remove unneeded variable iXu Wang1-2/+0
2020-07-25bcache: journel: use for_each_clear_bit() to simplify the codeXu Wang1-4/+1
2020-07-25bcache: allocate meta data pages as compound pagesColy Li4-5/+5
2020-07-25bcache: Fix typo in Kconfig nameJean Delvare2-2/+2
2020-07-23dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2-2/+19
2020-07-22md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu1-1/+1
2020-07-22md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh1-3/+11
2020-07-21md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming1-0/+1
2020-07-21md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming1-2/+9
2020-07-21md/raid5: support config stripe_size by sysfs entryYufen Yu1-0/+72
2020-07-21md/raid5: set default stripe_size as 4096Yufen Yu2-3/+24
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu4-128/+153
2020-07-20block: remove bdev_stack_limitsChristoph Hellwig1-1/+2
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig1-19/+0
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe7-36/+101
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe33-486/+122