aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Fix remove_and_add_spares removes drive added as spare in slot_storeGoldwyn Rodrigues1-3/+10
2015-12-18md: fix bug due to nested suspendMikulas Patocka1-3/+4
2015-12-18MD: change journal disk role to disk 0Shaohua Li2-3/+7
2015-12-18md/raid10: fix data corruption and crash during resyncArtur Paszkiewicz1-1/+3
2015-12-17dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov1-2/+2
2015-12-14dm space map metadata: remove unused variable in brb_pop()Mike Snitzer1-3/+0
2015-12-10dm verity: add ignore_zero_blocks featureSami Tolvanen3-10/+88
2015-12-10dm verity: add support for forward error correctionSami Tolvanen6-7/+1038
2015-12-10dm verity: factor out verity_for_bv_block()Sami Tolvanen2-23/+55
2015-12-10dm verity: factor out structures and functions useful to separate objectSami Tolvanen2-100/+128
2015-12-10dm verity: move dm-verity.c to dm-verity-target.cSami Tolvanen2-0/+1
2015-12-10dm verity: separate function for parsing opt argsSami Tolvanen1-28/+43
2015-12-10dm verity: clean up duplicate hashing codeSami Tolvanen1-115/+147
2015-12-10dm btree: factor out need_insert() helperMike Snitzer1-7/+10
2015-12-10dm bufio: use BUG_ON instead of conditional call to BUGAnup Limbu1-2/+1
2015-12-10dm bufio: store stacktrace in buffers to help find buffer leaksMikulas Patocka3-10/+47
2015-12-10dm bufio: return NULL to improve code clarityMikulas Patocka1-1/+1
2015-12-10dm block manager: cleanup code that prints stacktraceMikulas Patocka1-10/+1
2015-12-10dm: don't save and restore bi_privateMikulas Patocka3-12/+2
2015-12-10dm thin metadata: make dm_thin_find_mapped_range() atomicJoe Thornber1-21/+43
2015-12-10dm thin metadata: speed up discard of partially mapped volumesJoe Thornber1-25/+41
2015-12-10dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber1-1/+15
2015-12-09dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber1-10/+22
2015-12-09dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber1-0/+6
2015-12-08treewide: Fix typos in printkMasanari Iida1-2/+2
2015-12-02dm thin metadata: fix bug in dm_thin_remove_range()Joe Thornber3-8/+115
2015-12-02dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer1-1/+3
2015-11-23dm thin: fix regression in advertised discard limitsMike Snitzer1-3/+2
2015-11-19dm crypt: fix a possible hang due to race condition on exitMikulas Patocka1-9/+13
2015-11-17dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura1-13/+15
2015-11-17dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer1-2/+3
2015-11-17dm: fix ioctl retry termination with signalJunichi Nomura2-2/+2
2015-11-16dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE transitionMike Snitzer1-0/+1
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds3-9/+16
2015-11-10Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/mdLinus Torvalds1-0/+1
2015-11-09raid5-cache: add crc32c Kconfig dependencyArnd Bergmann1-0/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe3-9/+16
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-4/+4
2015-11-06bcache: Really show state of work pending bitPetr Mladek1-3/+1
2015-11-04Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds32-210/+327
2015-11-04Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds13-309/+1917
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds6-50/+57
2015-10-31Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds2-4/+5
2015-11-01MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RWSong Liu1-2/+25
2015-11-01MD: set journal disk ->raid_diskShaohua Li2-7/+26
2015-11-01MD: kick out journal disk if it's not freshSong Liu1-1/+2
2015-11-01raid5-cache: start raid5 readonly if journal is missingShaohua Li2-1/+9
2015-11-01MD: add new bit to indicate raid array with journalSong Liu2-3/+8