aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Gravatar Jens Axboe 2-57/+33
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-4/+4
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 17-82/+121
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-78/+231
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 4-4/+4
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-2/+2
2018-12-20md: fix raid10 hang issue caused by barrierGravatar Guoqing Jiang 1-0/+4
2018-12-20raid10: refactor common wait code from regular read/write requestGravatar Guoqing Jiang 1-47/+25
2018-12-20md: remvoe redundant condition checkGravatar Chengguang Xu 1-8/+4
2018-12-20md: remove set but not used variable 'bi_rdev'Gravatar Yue Haibing 1-2/+0
2018-12-19dm: don't reuse bio for flushesGravatar Jens Axboe 2-13/+25
2018-12-18dm: do not allow readahead to limit IO sizeGravatar Jaegeuk Kim 1-0/+3
2018-12-18dm raid: fix false -EBUSY when handling check/repair messageGravatar Heinz Mauelshagen 1-2/+1
2018-12-18dm rq: cleanup leftover code from recently removed q->mq_ops branchingGravatar Mike Snitzer 1-3/+1
2018-12-18dm verity: log the hash algorithm implementationGravatar Eric Biggers 1-0/+9
2018-12-18dm crypt: log the encryption algorithm implementationGravatar Eric Biggers 1-0/+9
2018-12-18dm integrity: fix spelling mistake in workqueue nameGravatar Colin Ian King 1-1/+1
2018-12-18dm flakey: Properly corrupt multi-page bios.Gravatar Sweet Tea 1-11/+22
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setGravatar Milan Broz 6-6/+7
2018-12-18dm crypt: use u64 instead of sector_t to store iv_offsetGravatar AliOS system security 1-3/+3
2018-12-18dm kcopyd: Fix bug causing workqueue stallsGravatar Nikos Tsironis 1-5/+14
2018-12-18dm snapshot: Fix excessive memory usage and workqueue stallsGravatar Nikos Tsironis 1-0/+22
2018-12-18dm bufio: update comment in dm-bufio.cGravatar Shenghui Wang 1-6/+6
2018-12-18dm writecache: fix typo in error msg for creating writecache_flush_threadGravatar Shenghui Wang 1-1/+1
2018-12-18dm: remove indirect calls from __send_changing_extent_only()Gravatar Mike Snitzer 1-10/+7
2018-12-18dm mpath: only flush workqueue when neededGravatar wuzhouhui 1-2/+4
2018-12-18dm rq: remove unused arguments from rq_completed()Gravatar Mike Snitzer 1-9/+5
2018-12-18dm: avoid indirect call in __dm_make_requestGravatar Mikulas Patocka 1-23/+6
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Gravatar Jens Axboe 1-1/+1
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGravatar Guoju Fang 1-1/+1
2018-12-13bcache: set writeback_percent in a flexible rangeGravatar Coly Li 1-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableGravatar Coly Li 3-2/+55
2018-12-13bcache: add MODULE_DESCRIPTION informationGravatar Coly Li 1-3/+4
2018-12-13bcache: option to automatically run gc thread after writebackGravatar Coly Li 4-0/+52
2018-12-13bcache: introduce force_wake_up_gc()Gravatar Coly Li 2-15/+20
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdGravatar Shenghui Wang 1-2/+19
2018-12-13bcache: do not mark writeback_running too earlyGravatar Shenghui Wang 1-1/+2
2018-12-13bcache: update comment in sysfs.cGravatar Shenghui Wang 1-2/+2
2018-12-13bcache: update comment for bch_data_insertGravatar Shenghui Wang 1-3/+3
2018-12-13bcache: do not check if debug dentry is ERR or NULL explicitly on removeGravatar Shenghui Wang 2-4/+2
2018-12-13bcache: add comment for cache_set->fill_iterGravatar Shenghui Wang 2-1/+10
2018-12-12dm thin: bump target versionGravatar Mike Snitzer 1-2/+2
2018-12-11dm thin: send event about thin-pool state change _after_ making itGravatar Mike Snitzer 1-33/+35
2018-12-11dm: fix request-based dm's use of dm_wait_for_completionGravatar Mike Snitzer 2-5/+11
2018-12-10dm: fix inflight IO checkGravatar Jens Axboe 1-8/+6
2018-12-10dm: remove the pending IO accountingGravatar Mikulas Patocka 2-21/+15
2018-12-10block: stop passing 'cpu' to all percpu stats methodsGravatar Mike Snitzer 1-4/+3
2018-12-10dm rq: leverage blk_mq_queue_busy() to check for outstanding IOGravatar Mike Snitzer 1-5/+4
2018-12-10dm: dont rewrite dm_disk(md)->part0.in_flightGravatar Mikulas Patocka 1-3/+1
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou 1-1/+1