aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li3-135/+18
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds10-304/+288
2018-08-17Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds11-320/+665
2018-08-16dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka1-1/+1
2018-08-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds5-18/+61
2018-08-13dm crypt: don't decrease device limitsMikulas Patocka1-5/+5
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li1-3/+10
2018-08-09dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov1-3/+7
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang1-1/+1
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang1-2/+2
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li7-45/+138
2018-08-09bcache: add code comments for bset.cColy Li1-0/+63
2018-08-09bcache: fix mistaken comments in request.cColy Li1-1/+1
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li1-3/+3
2018-08-09bcache: add a comment in super.cColy Li1-0/+1
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li1-7/+7
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningColy Li1-10/+16
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li5-13/+21
2018-08-08dm snapshot: remove stale FIXME in snapshot_map()Mike Snitzer1-2/+0
2018-08-08dm snapshot: improve performance by switching out_of_order_list to rbtreeDavid Jeffery1-13/+26
2018-08-08dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman1-0/+2
2018-08-07dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer1-1/+2
2018-08-07dm thin: stop no_space_timeout worker when switching to write-modeHou Tao1-0/+2
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-14/+29
2018-08-02md/raid5: fix data corruption of replacements after originals droppedBingJing Chang1-0/+6
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko9-294/+278
2018-08-01dm: Avoid namespace collision with bitmap APIAndy Shevchenko1-10/+10
2018-07-31dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer5-57/+21
2018-07-30dm thin: include metadata_low_watermark threshold in pool statusAndy Grover1-2/+4
2018-07-27dm writecache: report start_sector in status lineMikulas Patocka1-1/+5
2018-07-27dm crypt: convert essiv from ahash to shashKees Cook1-17/+14
2018-07-27dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka1-15/+10
2018-07-27dm integrity: recalculate checksums on creationMikulas Patocka1-4/+183
2018-07-27dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka1-1/+3
2018-07-27dm integrity: use version 2 for separate metadataMikulas Patocka1-3/+13
2018-07-27dm integrity: allow separate metadata deviceMikulas Patocka1-54/+149
2018-07-27dm integrity: add ic->start in get_data_sector()Mikulas Patocka1-3/+4
2018-07-27dm integrity: report provided data sectors in the statusMikulas Patocka1-1/+3
2018-07-27dm integrity: implement fair range locksMikulas Patocka1-9/+59
2018-07-27dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka1-3/+7
2018-07-27dm integrity: change 'suspending' variable from bool to intMikulas Patocka1-3/+3
2018-07-27dm delay: add flush as a third class of IOMikulas Patocka1-4/+30
2018-07-27dm delay: refactor repetitive codeMikulas Patocka1-120/+103
2018-07-27dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman1-4/+15
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann1-6/+6
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus1-5/+11
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus1-3/+9
2018-07-27bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang1-0/+1
2018-07-27bcache: do not assign in if condition register_bcache()Florian Schmaus1-2/+6
2018-07-27bcache: fix I/O significant decline while backend devices registeringTang Junhui1-3/+26