summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-07-27dm writecache: report start_sector in status lineMikulas Patocka
2018-07-27dm crypt: convert essiv from ahash to shashKees Cook
2018-07-27dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka
2018-07-27dm integrity: recalculate checksums on creationMikulas Patocka
2018-07-27dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka
2018-07-27dm integrity: use version 2 for separate metadataMikulas Patocka
2018-07-27dm integrity: allow separate metadata deviceMikulas Patocka
2018-07-27dm integrity: add ic->start in get_data_sector()Mikulas Patocka
2018-07-27dm integrity: report provided data sectors in the statusMikulas Patocka
2018-07-27dm integrity: implement fair range locksMikulas Patocka
2018-07-27dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka
2018-07-27dm integrity: change 'suspending' variable from bool to intMikulas Patocka
2018-07-27dm delay: add flush as a third class of IOMikulas Patocka
2018-07-27dm delay: refactor repetitive codeMikulas Patocka
2018-07-27dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus
2018-07-27bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang
2018-07-27bcache: do not assign in if condition register_bcache()Florian Schmaus
2018-07-27bcache: fix I/O significant decline while backend devices registeringTang Junhui
2018-07-27bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui
2018-07-27bcache: finish incremental GCTang Junhui
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui
2018-07-24md: remove a bogus commentChristoph Hellwig
2018-07-24bcache: don't clone bio in bch_data_verifyChristoph Hellwig
2018-07-23drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callAnna-Maria Gleixner
2018-07-20Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-07-18drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan
2018-07-05md/r5cache: remove redundant pointer bioColin Ian King
2018-07-05md-cluster: don't send msg if array is closingGuoqing Jiang
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang
2018-07-05md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang
2018-07-02dm writecache: support optional offset for start of deviceMikulas Patocka
2018-07-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang
2018-06-27dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-06-22dm raid: don't use 'const' in function returnArnd Bergmann
2018-06-22dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche
2018-06-22dm writecache: use 2-factor allocator argumentsKees Cook
2018-06-22dm thin metadata: remove needless work from __commit_transactionMike Snitzer
2018-06-22dm: use bio_split() when splitting out the already processed bioMike Snitzer
2018-06-18MD: cleanup resources in failureShaohua Li
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook