aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-09-02block: remove revalidate_disk()Gravatar Christoph Hellwig 1-1/+1
2020-09-02block: add a new revalidate_disk_size helperGravatar Christoph Hellwig 4-10/+10
2020-09-01block: fix locking for struct block_device size updatesGravatar Christoph Hellwig 1-13/+2
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+5
2020-08-27md/raid5: make sure stripe_size as power of twoGravatar Yufen Yu 1-2/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 8-16/+16
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-7/+11
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+2
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 13-111/+326
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-19/+19
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 2-19/+19
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-27/+317
2020-08-06Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Gravatar Jens Axboe 2-7/+11
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentGravatar Ingo Molnar 2-2/+2
2020-08-05md-cluster: Fix potential error pointer dereference in resize_bitmaps()Gravatar Dan Carpenter 1-0/+1
2020-08-05md: get sysfs entry after redundancy attr group createGravatar Junxiao Bi 1-7/+10
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-20/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 25-355/+913
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-5/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-6/+6
2020-08-04dm: don't call report zones for more than the user requestedGravatar Johannes Thumshirn 1-1/+2
2020-08-04dm ebs: Fix incorrect checking for REQ_OP_FLUSHGravatar John Dorminy 1-1/+1
2020-08-04dm init: Set file local variable staticGravatar Damien Le Moal 1-1/+1
2020-08-04dm ioctl: Fix compilation warningGravatar Damien Le Moal 1-1/+1
2020-08-04dm raid: Remove empty if statementGravatar Damien Le Moal 1-2/+0
2020-08-04dm verity: Fix compilation warningGravatar Damien Le Moal 1-7/+7
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 33-486/+122
2020-08-02md/raid5: Allow degraded raid6 to do rmwGravatar ChangSyun Peng 1-6/+16
2020-08-02md/raid5: Fix Force reconstruct-write io stuck in degraded raid5Gravatar ChangSyun Peng 1-1/+2
2020-08-02raid5: don't duplicate code for different paths in handle_stripeGravatar Guoqing Jiang 1-6/+3
2020-08-02raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_showGravatar Guoqing Jiang 1-6/+3
2020-08-02md: print errno in super_writtenGravatar Guoqing Jiang 1-1/+2
2020-08-02md/raid5: remove the redundant setting of STRIPE_HANDLEGravatar Guoqing Jiang 1-6/+2
2020-08-02md: register new md sysfs file 'uuid' read-onlyGravatar Sebastian Parschauer 1-0/+9
2020-08-02md: fix max sectors calculation for super 1.0Gravatar Xiao Ni 1-4/+31
2020-07-31init: add an init_stat helperGravatar Christoph Hellwig 1-1/+2
2020-07-29raid5: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 2-2/+2
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceGravatar Coly Li 1-28/+9
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceGravatar Coly Li 1-4/+27
2020-07-25bcache: avoid extra memory consumption in struct bbio for large bucket sizeGravatar Coly Li 2-2/+2
2020-07-25bcache: avoid extra memory allocation from mempool c->fill_iterGravatar Coly Li 1-1/+1
2020-07-25bcache: add sysfs file to display feature sets information of cache setGravatar Coly Li 4-1/+73
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketGravatar Coly Li 5-10/+50
2020-07-25bcache: handle btree node memory allocation properly for bucket size > 8MBGravatar Coly Li 1-1/+1
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBGravatar Coly Li 1-2/+10
2020-07-25bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Gravatar Coly Li 2-9/+10
2020-07-25bcache: handle c->uuids properly for bucket size > 8MBGravatar Coly Li 1-4/+6
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesGravatar Coly Li 2-0/+23
2020-07-25bcache: move bucket related code into read_super_common()Gravatar Coly Li 1-5/+5