summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-24bcache: remove dupplicated declaration from btree.hColy Li
2020-03-24dm integrity: improve discard in journal modeMikulas Patocka
2020-03-24dm integrity: add optional discard supportMikulas Patocka
2020-03-24dm integrity: allow resize of the integrity deviceMikulas Patocka
2020-03-24dm integrity: factor out get_provided_data_sectors()Mikulas Patocka
2020-03-24dm integrity: don't replay journal data past the end of the deviceMikulas Patocka
2020-03-24dm integrity: remove sector type castsMikulas Patocka
2020-03-24dm integrity: fix a crash with unusually large tag sizeMikulas Patocka
2020-03-24dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu
2020-03-24dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)
2020-03-24dm writecache: optimize superblock writeMikulas Patocka
2020-03-24dm writecache: implement gradual cleanupMikulas Patocka
2020-03-24dm writecache: implement the "cleaner" policyMikulas Patocka
2020-03-24dm writecache: do direct write if the cache is fullMikulas Patocka
2020-03-24dm integrity: print device name in integrity_metadata() error messageErich Eckner
2020-03-24dm crypt: use crypt_integrity_aead() helperYang Yingliang
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig
2020-03-24block: remove __bdevnameChristoph Hellwig
2020-03-22bcache: optimize barrier usage for atomic operationsColy Li
2020-03-22bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso
2020-03-22bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-22bcache: make bch_sectors_dirty_init() to be multithreadedColy Li
2020-03-22bcache: make bch_btree_check() to be multithreadedColy Li
2020-03-22bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li
2020-03-22bcache: move macro btree() and btree_root() into btree.hColy Li
2020-03-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-04Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-03dm: bump version of core and various targetsMike Snitzer
2020-03-03dm: fix congested_fn for request-based deviceHou Tao
2020-03-03dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer
2020-03-03dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer
2020-03-02Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe
2020-02-27dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki
2020-02-27dm writecache: verify watermark during resumeMikulas Patocka
2020-02-27dm: report suspended device during destroyMikulas Patocka
2020-02-27dm thin metadata: fix lockdep complaintTheodore Ts'o
2020-02-27dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka
2020-02-25dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka
2020-02-25dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka
2020-02-25dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-13bcache: remove macro nr_to_fifo_front()Coly Li
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li
2020-02-13bcache: ignore pending signals when creating gc and allocator threadColy Li
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan