summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+11
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-111/+326
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-19/+19
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-19/+19
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-27/+317
2020-08-06Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe-7/+11
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar-2/+2
2020-08-05md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter-0/+1
2020-08-05md: get sysfs entry after redundancy attr group createJunxiao Bi-7/+10
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds-20/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds-355/+913
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-5/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+6
2020-08-04dm: don't call report zones for more than the user requestedJohannes Thumshirn-1/+2
2020-08-04dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy-1/+1
2020-08-04dm init: Set file local variable staticDamien Le Moal-1/+1
2020-08-04dm ioctl: Fix compilation warningDamien Le Moal-1/+1
2020-08-04dm raid: Remove empty if statementDamien Le Moal-2/+0
2020-08-04dm verity: Fix compilation warningDamien Le Moal-7/+7
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds-486/+122
2020-08-02md/raid5: Allow degraded raid6 to do rmwChangSyun Peng-6/+16
2020-08-02md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng-1/+2
2020-08-02raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang-6/+3
2020-08-02raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_showGuoqing Jiang-6/+3
2020-08-02md: print errno in super_writtenGuoqing Jiang-1/+2
2020-08-02md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang-6/+2
2020-08-02md: register new md sysfs file 'uuid' read-onlySebastian Parschauer-0/+9
2020-08-02md: fix max sectors calculation for super 1.0Xiao Ni-4/+31
2020-07-31init: add an init_stat helperChristoph Hellwig-1/+2
2020-07-29raid5: Use sequence counter with associated spinlockAhmed S. Darwish-2/+2
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li-28/+9
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceColy Li-4/+27
2020-07-25bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li-2/+2
2020-07-25bcache: avoid extra memory allocation from mempool c->fill_iterColy Li-1/+1
2020-07-25bcache: add sysfs file to display feature sets information of cache setColy Li-1/+73
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li-10/+50
2020-07-25bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li-1/+1
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li-2/+10
2020-07-25bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li-9/+10
2020-07-25bcache: handle c->uuids properly for bucket size > 8MBColy Li-4/+6
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li-0/+23
2020-07-25bcache: move bucket related code into read_super_common()Coly Li-5/+5
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li-3/+107
2020-07-25bcache: fix super block seq numbers comparision in register_cache_set()Coly Li-1/+8
2020-07-25bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li-15/+37
2020-07-25bcache: add more accurate error information in read_super_common()Coly Li-5/+14
2020-07-25bcache: add read_super_common() to read major part of super blockColy Li-48/+63
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li-8/+27