summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams
2016-01-14raid5-cache: handle journal hotadd in quiesceShaohua Li
2016-01-14MD: add journal with array suspendedShaohua Li
2016-01-14md: set MD_HAS_JOURNAL in correct placesShaohua Li
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-11Merge tag 'dm-4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams
2016-01-09md: convert to use the generic badblocks codeVishal Verma
2016-01-08dm snapshot: fix hung bios when copy error occursMikulas Patocka
2016-01-06dm thin: bump thin and thin-pool target versionsMike Snitzer
2016-01-07md: Remove 'ready' field from mddev.NeilBrown
2016-01-07md: remove unnecesary md_new_event_inintrGuoqing Jiang
2016-01-06raid5: allow r5l_io_unit allocations to failChristoph Hellwig
2016-01-06raid5-cache: use a mempool for the metadata blockChristoph Hellwig
2016-01-06raid5-cache: use a bio_setChristoph Hellwig
2016-01-06raid5-cache: add journal hot add/remove supportShaohua Li
2016-01-06drivers: md: use ktime_get_real_seconds()Deepa Dinamani
2016-01-06md: avoid warning for 32-bit sector_tArnd Bergmann
2016-01-06raid5-cache: free meta_page earlierChristoph Hellwig
2016-01-06raid5-cache: simplify r5l_move_io_unit_listChristoph Hellwig
2016-01-06md: update comment for md_allow_writeGuoqing Jiang
2016-01-06md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADYGuoqing Jiang
2016-01-06md-cluster: Protect communication with mutexesGuoqing Jiang
2016-01-06md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang
2016-01-06md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang
2016-01-06md-cluster: Allow spare devices to be marked as faultyGoldwyn Rodrigues
2016-01-06md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues
2016-01-06md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang
2016-01-06md-cluster: Avoid the resync ping-pongGoldwyn Rodrigues
2016-01-06md/raid5: remove redundant check in stripe_add_to_batch_list()Roman Gushchin
2016-01-04md: more open-coded offset_in_page()Al Viro
2016-01-04dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro
2015-12-21md: remove check for MD_RECOVERY_NEEDED in action_store.NeilBrown
2015-12-18Fix remove_and_add_spares removes drive added as spare in slot_storeGoldwyn Rodrigues
2015-12-18md: fix bug due to nested suspendMikulas Patocka
2015-12-18MD: change journal disk role to disk 0Shaohua Li
2015-12-18md/raid10: fix data corruption and crash during resyncArtur Paszkiewicz
2015-12-17dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov
2015-12-14dm space map metadata: remove unused variable in brb_pop()Mike Snitzer
2015-12-10dm verity: add ignore_zero_blocks featureSami Tolvanen
2015-12-10dm verity: add support for forward error correctionSami Tolvanen
2015-12-10dm verity: factor out verity_for_bv_block()Sami Tolvanen
2015-12-10dm verity: factor out structures and functions useful to separate objectSami Tolvanen
2015-12-10dm verity: move dm-verity.c to dm-verity-target.cSami Tolvanen
2015-12-10dm verity: separate function for parsing opt argsSami Tolvanen
2015-12-10dm verity: clean up duplicate hashing codeSami Tolvanen
2015-12-10dm btree: factor out need_insert() helperMike Snitzer