summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2020-07-25bcache: journel: use for_each_clear_bit() to simplify the codeXu Wang
2020-07-25bcache: allocate meta data pages as compound pagesColy Li
2020-07-25bcache: Fix typo in Kconfig nameJean Delvare
2020-07-23dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka
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-20block: remove bdev_stack_limitsChristoph Hellwig
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe
2020-07-20dm crypt: Enable zoned block device supportDamien Le Moal
2020-07-20dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin
2020-07-20dm bufio: do buffer cleanup from a workqueueMikulas Patocka
2020-07-20dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei
2020-07-20dm dust: add interface to list all badblocksyangerkun
2020-07-20dm dust: report some message results directly back to useryangerkun
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
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-16md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig
2020-07-16md: simplify md_setup_driveChristoph Hellwig
2020-07-16md: remove the kernel version of md_u.hChristoph Hellwig
2020-07-16md: remove the autoscan partition re-readChristoph Hellwig
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig
2020-07-16md: move the early init autodetect code to drivers/md/Christoph Hellwig
2020-07-15md: raid10: Fix compilation warningDamien Le Moal