summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig
2021-08-12bcache: add proper error unwinding in bcache_device_initChristoph Hellwig
2021-08-11block: move some macros to blkdev.hGuoqing Jiang
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-08-10dm ima: measure data on device renameTushar Sugandhi
2021-08-10dm ima: measure data on table clearTushar Sugandhi
2021-08-10dm ima: measure data on device removeTushar Sugandhi
2021-08-10dm ima: measure data on device resumeTushar Sugandhi
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-08-10dm writecache: add event countersMikulas Patocka
2021-08-10dm writecache: report invalid return from writecache_map helpersMikulas Patocka
2021-08-10dm writecache: further writecache_map() cleanupMike Snitzer
2021-08-10dm writecache: factor out writecache_map_remap_origin()Mike Snitzer
2021-08-10dm writecache: split up writecache_map() to improve code readabilityMike Snitzer
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig
2021-08-09dm: delay registering the gendiskChristoph Hellwig
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig
2021-08-09dm: cleanup cleanup_mapped_deviceChristoph Hellwig
2021-08-09block: make the block holder code optionalChristoph Hellwig
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2021-08-02dm-writecache: use bvec_kmap_local instead of bvec_kmap_irqChristoph Hellwig
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-28dm writecache: make writeback pause configurableMikulas Patocka
2021-06-25dm writecache: pause writeback if cache full and origin being written directlyMikulas Patocka
2021-06-25dm io tracker: factor out IO trackerMike Snitzer
2021-06-25dm btree remove: assign new_root only when removal succeedsHou Tao
2021-06-25dm zone: fix dm_revalidate_zones() memory allocationDamien Le Moal
2021-06-25dm ps io affinity: remove redundant continue statementColin Ian King
2021-06-25dm writecache: add optional "metadata_only" parameterMikulas Patocka
2021-06-21dm writecache: write at least 4k when committingMikulas Patocka
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-16dm writecache: flush origin device when writing and cache is fullMikulas Patocka
2021-06-15dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka
2021-06-14md/raid5: avoid device_lock in read_one_chunk()Gal Ofri
2021-06-14md: add comments in md_integrity_registerGuoqing Jiang
2021-06-14md: check level before create and exit io_acct_setGuoqing Jiang
2021-06-14md: Constify attribute_group structsRikard Falkeborn
2021-06-14md: mark some personalities as deprecatedGuoqing Jiang
2021-06-14md/raid10: enable io accountingGuoqing Jiang
2021-06-14md/raid1: enable io accountingGuoqing Jiang
2021-06-14md/raid1: rename print_msg with r1bio_existedGuoqing Jiang
2021-06-14md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang
2021-06-14md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang
2021-06-14md: revert io stats accountingGuoqing Jiang