summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-07-23dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2-2/+19
2020-07-22md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu1-1/+1
2020-07-22md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh1-3/+11
2020-07-21md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming1-0/+1
2020-07-21md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming1-2/+9
2020-07-21md/raid5: support config stripe_size by sysfs entryYufen Yu1-0/+72
2020-07-21md/raid5: set default stripe_size as 4096Yufen Yu2-3/+24
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu4-128/+153
2020-07-20block: remove bdev_stack_limitsChristoph Hellwig1-1/+2
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig1-19/+0
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe7-36/+101
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe33-486/+122
2020-07-20dm crypt: Enable zoned block device supportDamien Le Moal1-7/+76
2020-07-20dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin1-8/+42
2020-07-20dm bufio: do buffer cleanup from a workqueueMikulas Patocka1-19/+41
2020-07-20dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei1-3/+0
2020-07-20dm dust: add interface to list all badblocksyangerkun1-0/+27
2020-07-20dm dust: report some message results directly back to useryangerkun1-13/+18
2020-07-16treewide: Remove uninitialized_var() usageKees Cook6-6/+6
2020-07-16raid5: remove the meaningless check in raid5_make_requestGuoqing Jiang1-2/+1
2020-07-16raid5: put the comment of clear_batch_ready to the right placeGuoqing Jiang1-4/+4
2020-07-16raid5: call clear_batch_ready before set STRIPE_ACTIVEGuoqing Jiang1-5/+10
2020-07-16md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig3-85/+81
2020-07-16md: simplify md_setup_driveChristoph Hellwig1-102/+101
2020-07-16md: remove the kernel version of md_u.hChristoph Hellwig1-0/+1
2020-07-16md: remove the autoscan partition re-readChristoph Hellwig1-10/+0
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig3-21/+6
2020-07-16md: move the early init autodetect code to drivers/md/Christoph Hellwig2-0/+318
2020-07-15md: raid10: Fix compilation warningDamien Le Moal1-2/+2
2020-07-15md: raid5: Fix compilation warningDamien Le Moal1-6/+6
2020-07-15md: raid5-cache: Remove set but unused variableDamien Le Moal1-3/+1
2020-07-15md: Fix compilation warningDamien Le Moal1-6/+6
2020-07-16libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V1-1/+1
2020-07-14md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming1-0/+1
2020-07-14md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripesSong Liu1-0/+7
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi5-20/+42
2020-07-13md: improve io stats accountingArtur Paszkiewicz2-12/+46
2020-07-13md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King1-4/+5
2020-07-13dm verity: add "panic_on_corruption" error handling modeJeongHyeon Lee2-2/+14
2020-07-13dm mpath: use double checked locking in fast pathMike Snitzer1-9/+23
2020-07-13dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctlMike Snitzer1-6/+6
2020-07-13dm mpath: rework __map_bio()Mike Snitzer1-14/+19
2020-07-13dm mpath: factor out multipath_queue_bioMike Snitzer1-12/+14
2020-07-13dm mpath: push locking down to must_push_back_rq()Mike Snitzer1-11/+14
2020-07-13dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATHMike Snitzer1-18/+34
2020-07-13dm mpath: changes from initial m->flags locking auditMike Snitzer1-3/+13
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig18-367/+1
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig1-1/+1
2020-07-08md: switch to ->check_events for media change notificationsChristoph Hellwig1-11/+8
2020-07-08dm: use noio when sending kobject eventMikulas Patocka1-3/+12