summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-17Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-16dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka
2018-08-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-08-13dm crypt: don't decrease device limitsMikulas Patocka
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li
2018-08-09dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li
2018-08-09bcache: add code comments for bset.cColy Li
2018-08-09bcache: fix mistaken comments in request.cColy Li
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li
2018-08-09bcache: add a comment in super.cColy Li
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningColy Li
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li
2018-08-08dm snapshot: remove stale FIXME in snapshot_map()Mike Snitzer
2018-08-08dm snapshot: improve performance by switching out_of_order_list to rbtreeDavid Jeffery
2018-08-08dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman
2018-08-07dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer
2018-08-07dm thin: stop no_space_timeout worker when switching to write-modeHou Tao
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-02md/raid5: fix data corruption of replacements after originals droppedBingJing Chang
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-08-01dm: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-07-31dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer
2018-07-30dm thin: include metadata_low_watermark threshold in pool statusAndy Grover
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