aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04dm: don't call report zones for more than the user requestedJohannes Thumshirn
2020-08-04dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy
2020-08-04dm init: Set file local variable staticDamien Le Moal
2020-08-04dm ioctl: Fix compilation warningDamien Le Moal
2020-08-04dm raid: Remove empty if statementDamien Le Moal
2020-08-04dm verity: Fix compilation warningDamien Le Moal
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-02md/raid5: Allow degraded raid6 to do rmwChangSyun Peng
2020-08-02md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng
2020-08-02raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang
2020-08-02raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_showGuoqing Jiang
2020-08-02md: print errno in super_writtenGuoqing Jiang
2020-08-02md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang
2020-08-02md: register new md sysfs file 'uuid' read-onlySebastian Parschauer
2020-08-02md: fix max sectors calculation for super 1.0Xiao Ni
2020-07-31init: add an init_stat helperChristoph Hellwig
2020-07-29raid5: Use sequence counter with associated spinlockAhmed S. Darwish
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceColy Li
2020-07-25bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li
2020-07-25bcache: avoid extra memory allocation from mempool c->fill_iterColy Li
2020-07-25bcache: add sysfs file to display feature sets information of cache setColy Li
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li
2020-07-25bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li
2020-07-25bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li
2020-07-25bcache: handle c->uuids properly for bucket size > 8MBColy Li
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li
2020-07-25bcache: move bucket related code into read_super_common()Coly Li
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li
2020-07-25bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-07-25bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li
2020-07-25bcache: add more accurate error information in read_super_common()Coly Li
2020-07-25bcache: add read_super_common() to read major part of super blockColy Li
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li
2020-07-25bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li
2020-07-25bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-07-25bcache: movinggc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2020-07-25bcache: writeback: Remove unneeded variable iXu Wang