summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-07-25bcache: allocate meta data pages as compound pagesColy Li
2020-07-25bcache: Fix typo in Kconfig nameJean Delvare
2020-07-22md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu
2020-07-22md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh
2020-07-21md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming
2020-07-21md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming
2020-07-21md/raid5: support config stripe_size by sysfs entryYufen Yu
2020-07-21md/raid5: set default stripe_size as 4096Yufen Yu
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu
2020-07-16raid5: remove the meaningless check in raid5_make_requestGuoqing Jiang
2020-07-16raid5: put the comment of clear_batch_ready to the right placeGuoqing Jiang
2020-07-16raid5: call clear_batch_ready before set STRIPE_ACTIVEGuoqing Jiang
2020-07-15md: raid10: Fix compilation warningDamien Le Moal
2020-07-15md: raid5: Fix compilation warningDamien Le Moal
2020-07-15md: raid5-cache: Remove set but unused variableDamien Le Moal
2020-07-15md: Fix compilation warningDamien Le Moal
2020-07-14md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming
2020-07-14md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripesSong Liu
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi
2020-07-13md: improve io stats accountingArtur Paszkiewicz
2020-07-13md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-07-01dm: remove unused variableJens Axboe
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-07-01block: remove direct_make_requestChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-07-01dm: stop using ->queuedataChristoph Hellwig
2020-07-01bcache: stop setting ->queuedataChristoph Hellwig
2020-06-29dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig
2020-06-27Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-06-19dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka
2020-06-19dm zoned: Fix reclaim zone selectionShin'ichiro Kawasaki
2020-06-19dm zoned: Fix random zone reclaim selectionDamien Le Moal
2020-06-19dm: update original bio sector on Zone AppendJohannes Thumshirn
2020-06-19dm zoned: Fix metadata zone size checkShin'ichiro Kawasaki
2020-06-17dm ioctl: use struct_size() helper in retrieve_deps()Gustavo A. R. Silva
2020-06-17dm writecache: skip writecache_wait when using pmem modeHuaisheng Ye
2020-06-17dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye
2020-06-17dm zoned: assign max_io_len correctlyHou Tao
2020-06-17dm zoned: fix uninitialized pointer dereferenceDamien Le Moal
2020-06-14bcache: pr_info() format clean up in bcache_device_init()Coly Li
2020-06-14bcache: use delayed kworker fo asynchronous devices registrationColy Li
2020-06-14bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira
2020-06-14bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-05Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-05dm crypt: avoid truncating the logical block sizeEric Biggers