summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-20/+2
|\ \ \ \ \
| * | | | | block: remove bdev_stack_limitsChristoph Hellwig2020-07-201-1/+2
| * | | | | block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig2020-07-201-19/+0
| * | | | | Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe2020-07-207-36/+101
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe2020-07-2033-486/+122
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-0525-355/+913
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | md/raid5: Allow degraded raid6 to do rmwChangSyun Peng2020-08-021-6/+16
| * | | | | | md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng2020-08-021-1/+2
| * | | | | | raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang2020-08-021-6/+3
| * | | | | | raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_showGuoqing Jiang2020-08-021-6/+3
| * | | | | | md: print errno in super_writtenGuoqing Jiang2020-08-021-1/+2
| * | | | | | md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang2020-08-021-6/+2
| * | | | | | md: register new md sysfs file 'uuid' read-onlySebastian Parschauer2020-08-021-0/+9
| * | | | | | md: fix max sectors calculation for super 1.0Xiao Ni2020-08-021-4/+31
| * | | | | | bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li2020-07-281-28/+9
| * | | | | | bcache: fix bio_{start,end}_io_acct with proper deviceColy Li2020-07-251-4/+27
| * | | | | | bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li2020-07-252-2/+2
| * | | | | | bcache: avoid extra memory allocation from mempool c->fill_iterColy Li2020-07-251-1/+1
| * | | | | | bcache: add sysfs file to display feature sets information of cache setColy Li2020-07-254-1/+73
| * | | | | | bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li2020-07-255-10/+50
| * | | | | | bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li2020-07-251-1/+1
| * | | | | | bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li2020-07-251-2/+10
| * | | | | | bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li2020-07-252-9/+10
| * | | | | | bcache: handle c->uuids properly for bucket size > 8MBColy Li2020-07-251-4/+6
| * | | | | | bcache: introduce meta_bucket_pages() related helper routinesColy Li2020-07-252-0/+23
| * | | | | | bcache: move bucket related code into read_super_common()Coly Li2020-07-251-5/+5
| * | | | | | 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