aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 5-18/+61
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceGravatar Coly Li 1-3/+10
2018-08-09bcache: trivial - remove tailing backslash in macro BTREE_FLAGGravatar Shenghui Wang 1-1/+1
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionGravatar Shenghui Wang 1-2/+2
2018-08-09bcache: set max writeback rate when I/O request is idleGravatar Coly Li 7-45/+138
2018-08-09bcache: add code comments for bset.cGravatar Coly Li 1-0/+63
2018-08-09bcache: fix mistaken comments in request.cGravatar Coly Li 1-1/+1
2018-08-09bcache: fix mistaken code comments in bcache.hGravatar Coly Li 1-3/+3
2018-08-09bcache: add a comment in super.cGravatar Coly Li 1-0/+1
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Gravatar Coly Li 1-7/+7
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningGravatar Coly Li 1-10/+16
2018-08-09bcache: do not check return value of debugfs_create_dir()Gravatar Coly Li 5-13/+21
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Gravatar Jens Axboe 1-14/+29
2018-08-02md/raid5: fix data corruption of replacements after originals droppedGravatar BingJing Chang 1-0/+6
2018-07-27bcache: stop using the deprecated get_seconds()Gravatar Arnd Bergmann 1-6/+6
2018-07-27bcache: do not assign in if condition in bcache_device_init()Gravatar Florian Schmaus 1-5/+11
2018-07-27bcache: do not assign in if condition in bcache_init()Gravatar Florian Schmaus 1-3/+9
2018-07-27bcache: free heap cache_set->flush_btree in bch_journal_freeGravatar Shenghui Wang 1-0/+1
2018-07-27bcache: do not assign in if condition register_bcache()Gravatar Florian Schmaus 1-2/+6
2018-07-27bcache: fix I/O significant decline while backend devices registeringGravatar Tang Junhui 1-3/+26
2018-07-27bcache: calculate the number of incremental GC nodes according to the total o...Gravatar Tang Junhui 1-2/+35
2018-07-27bcache: finish incremental GCGravatar Tang Junhui 3-1/+21
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataGravatar Tang Junhui 4-20/+7
2018-07-24md: remove a bogus commentGravatar Christoph Hellwig 1-4/+0
2018-07-24bcache: don't clone bio in bch_data_verifyGravatar Christoph Hellwig 1-1/+5
2018-07-23drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callGravatar Anna-Maria Gleixner 1-2/+1
2018-07-20Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+29
2018-07-18drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Gravatar Anna-Maria Gleixner 1-3/+2
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Gravatar Michael Callahan 3-12/+12
2018-07-18block: Add part_stat_read_accum to read across field entries.Gravatar Michael Callahan 1-2/+1
2018-07-05md/r5cache: remove redundant pointer bioGravatar Colin Ian King 1-2/+0
2018-07-05md-cluster: don't send msg if array is closingGravatar Guoqing Jiang 1-1/+9
2018-07-05md-cluster: show array's status more accurateGravatar Guoqing Jiang 3-2/+34
2018-07-05md-cluster: clear another node's suspend_area after the copy is finishedGravatar Guoqing Jiang 1-9/+10
2018-07-02dm writecache: support optional offset for start of deviceGravatar Mikulas Patocka 1-14/+29
2018-07-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 2-3/+12
2018-06-28dm: prevent DAX mounts if not supportedGravatar Ross Zwisler 2-5/+5
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleGravatar BingJing Chang 1-0/+7
2018-06-27dm thin: handle running out of data space vs concurrent discardGravatar Mike Snitzer 1-2/+9
2018-06-22dm raid: don't use 'const' in function returnGravatar Arnd Bergmann 1-1/+1
2018-06-22dm zoned: avoid triggering reclaim from inside dmz_map()Gravatar Bart Van Assche 1-1/+1
2018-06-22dm writecache: use 2-factor allocator argumentsGravatar Kees Cook 1-5/+5
2018-06-22dm thin metadata: remove needless work from __commit_transactionGravatar Mike Snitzer 1-9/+0
2018-06-22dm: use bio_split() when splitting out the already processed bioGravatar Mike Snitzer 1-3/+2
2018-06-18MD: cleanup resources in failureGravatar Shaohua Li 1-3/+5
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 3-3/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 19-58/+80
2018-06-12Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-74/+2398
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 2-3/+3
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 5-5/+9