summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | dm: safely allocate multiple bioset biosMike Snitzer2017-12-131-12/+57
| * | dm: remove unused 'num_write_bios' target interfaceNeilBrown2017-12-131-20/+10Star
| * | dm: ensure bio submission follows a depth-first tree walkNeilBrown2017-12-131-9/+24
| * | dm io: remove BIOSET_NEED_RESCUER flag from bios biosetNeilBrown2017-12-131-2/+1Star
| * | dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown2017-12-131-2/+1Star
| * | dm: fix comment above dm_accept_partial_bioNeilBrown2017-12-131-1/+1
| * | dm raid: use rs_is_raid*()Heinz Mauelshagen2017-12-131-8/+8
| * | dm raid: simplify rs_get_progress()Heinz Mauelshagen2017-12-131-20/+3Star
| * | dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen2017-12-131-0/+9
| * | dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen2017-12-131-38/+70
| * | dm raid: validate current raid sets redundancyHeinz Mauelshagen2017-12-131-1/+6
| * | dm raid: bump target version to reflect numerous fixesMike Snitzer2017-12-081-1/+1
| * | dm raid: small cleanup and remove unsed "struct raid_set" memberHeinz Mauelshagen2017-12-081-4/+2Star
| * | dm raid: fix rs_get_progress() synchronization state/ratioHeinz Mauelshagen2017-12-081-31/+64
| * | dm raid: avoid passing array_in_sync variable to raid_status() calleesHeinz Mauelshagen2017-12-081-14/+16
| * | dm raid: display a consistent copy of the MD status via raid_status()Heinz Mauelshagen2017-12-081-16/+18
| * | dm raid: fix raid_resume() to keep raid set frozen as neededHeinz Mauelshagen2017-12-081-3/+9
| * | dm raid: add component device size checks to avoid runtime failureHeinz Mauelshagen2017-12-081-1/+19
| * | dm raid: fix raid set size revalidationHeinz Mauelshagen2017-12-081-10/+20
| * | dm raid: correct resizing state relative to reshape space in ctrHeinz Mauelshagen2017-12-081-4/+6
| * | dm raid: consume sizes after md_finish_reshape() completes changing themHeinz Mauelshagen2017-12-081-4/+38
| * | dm raid: fix deadlock caused by premature md_stop_writes()Heinz Mauelshagen2017-12-081-10/+4Star
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-01-319-35/+281
|\ \ \
| * | | raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-156-22/+191
| * | | md/r5cache: print more info of log recoverySong Liu2017-12-201-2/+2
| * | | md/raid1,raid10: silence warning about wait-within-waitNeilBrown2017-12-112-0/+23
| * | | md: introduce new personality funciton start()Song Liu2017-12-116-11/+65
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-4/+4
* | | | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-2918-173/+384
|\ \ \ \
| * | | | blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei2018-01-171-3/+16
| * | | | dm: fix incomplete request_queue initializationMike Snitzer2018-01-152-10/+10
| * | | | dm mpath: Use blk_path_errorKeith Busch2018-01-101-17/+2Star
| * | | | bcache: closures: move control bits one bit rightMichael Lyle2018-01-091-4/+4
| * | | | bcache: fix writeback target calc on large devicesMichael Lyle2018-01-082-4/+34
| * | | | bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-084-7/+16
| * | | | bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-084-5/+9
| * | | | bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan2018-01-081-2/+2
| * | | | bcache: mark closure_sync() __schedKent Overstreet2018-01-081-1/+2
| * | | | bcache: Fix, improve efficiency of closure_sync()Kent Overstreet2018-01-082-60/+46Star
| * | | | bcache: allow quick writeback when backing idleMichael Lyle2018-01-083-0/+29
| * | | | bcache: writeback: properly order backing device IOMichael Lyle2018-01-082-0/+37
| * | | | bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-084-47/+87
| * | | | bcache: segregate flash only volume write streamsTang Junhui2018-01-081-5/+14
| * | | | bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-081-4/+1Star
| * | | | bcache: stop writeback thread after detachingTang Junhui2018-01-081-0/+6
| * | | | bcache: ret IOERR when read meets metadata errorRui Hua2018-01-081-0/+22
| * | | | dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei2018-01-061-1/+0Star
| * | | | block: move bio_alloc_pages() to bcacheMing Lei2018-01-067-5/+33
| * | | | bcache: comment on direct access to bvec tableMing Lei2018-01-062-0/+8