summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dm writecache: report start_sector in status lineMikulas Patocka2018-07-271-1/+5
| * | | | dm crypt: convert essiv from ahash to shashKees Cook2018-07-271-17/+14Star
| * | | | dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka2018-07-271-15/+10Star
| * | | | dm integrity: recalculate checksums on creationMikulas Patocka2018-07-271-4/+183
| * | | | dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka2018-07-271-1/+3
| * | | | dm integrity: use version 2 for separate metadataMikulas Patocka2018-07-271-3/+13
| * | | | dm integrity: allow separate metadata deviceMikulas Patocka2018-07-271-54/+149
| * | | | dm integrity: add ic->start in get_data_sector()Mikulas Patocka2018-07-271-3/+4
| * | | | dm integrity: report provided data sectors in the statusMikulas Patocka2018-07-271-1/+3
| * | | | dm integrity: implement fair range locksMikulas Patocka2018-07-271-9/+59
| * | | | dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka2018-07-271-3/+7
| * | | | dm integrity: change 'suspending' variable from bool to intMikulas Patocka2018-07-271-3/+3
| * | | | dm delay: add flush as a third class of IOMikulas Patocka2018-07-271-4/+30
| * | | | dm delay: refactor repetitive codeMikulas Patocka2018-07-271-120/+103Star
| * | | | dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman2018-07-271-4/+15
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-08-145-18/+61
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | md/raid5: fix data corruption of replacements after originals droppedBingJing Chang2018-08-021-0/+6
| * | | | drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callAnna-Maria Gleixner2018-07-231-2/+1Star
| * | | | drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner2018-07-191-3/+2Star
| * | | | md/r5cache: remove redundant pointer bioColin Ian King2018-07-051-2/+0Star
| * | | | md-cluster: don't send msg if array is closingGuoqing Jiang2018-07-051-1/+9
| * | | | md-cluster: show array's status more accurateGuoqing Jiang2018-07-053-2/+34
| * | | | md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang2018-07-051-9/+10
* | | | | bcache: fix error setting writeback_rate through sysfs interfaceColy Li2018-08-101-3/+10
* | | | | bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang2018-08-091-1/+1
* | | | | bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang2018-08-091-2/+2
* | | | | bcache: set max writeback rate when I/O request is idleColy Li2018-08-097-45/+138
* | | | | bcache: add code comments for bset.cColy Li2018-08-091-0/+63
* | | | | bcache: fix mistaken comments in request.cColy Li2018-08-091-1/+1
* | | | | bcache: fix mistaken code comments in bcache.hColy Li2018-08-091-3/+3
* | | | | bcache: add a comment in super.cColy Li2018-08-091-0/+1
* | | | | bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li2018-08-091-7/+7
* | | | | bcache: display rate debug parameters to 0 when writeback is not runningColy Li2018-08-091-10/+16
* | | | | bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-095-13/+21
* | | | | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-061-14/+29
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-07-201-14/+29
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | dm writecache: support optional offset for start of deviceMikulas Patocka2018-07-021-14/+29
* | | | | bcache: stop using the deprecated get_seconds()Arnd Bergmann2018-07-271-6/+6
* | | | | bcache: do not assign in if condition in bcache_device_init()Florian Schmaus2018-07-271-5/+11
* | | | | bcache: do not assign in if condition in bcache_init()Florian Schmaus2018-07-271-3/+9
* | | | | bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang2018-07-271-0/+1
* | | | | bcache: do not assign in if condition register_bcache()Florian Schmaus2018-07-271-2/+6
* | | | | bcache: fix I/O significant decline while backend devices registeringTang Junhui2018-07-271-3/+26
* | | | | bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui2018-07-271-2/+35
* | | | | bcache: finish incremental GCTang Junhui2018-07-273-1/+21
* | | | | bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-274-20/+7Star
* | | | | md: remove a bogus commentChristoph Hellwig2018-07-241-4/+0Star
* | | | | bcache: don't clone bio in bch_data_verifyChristoph Hellwig2018-07-241-1/+5
* | | | | block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-183-12/+12
* | | | | block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-181-2/+1Star
|/ / / /