aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+48
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds9-142/+418
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-528/+28
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams5-22/+26
2016-01-14raid5-cache: handle journal hotadd in quiesceShaohua Li1-0/+7
2016-01-14MD: add journal with array suspendedShaohua Li1-1/+6
2016-01-14md: set MD_HAS_JOURNAL in correct placesShaohua Li2-4/+6
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-4/+4
2016-01-11Merge tag 'dm-4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds18-354/+1619
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams1-1/+1
2016-01-09md: convert to use the generic badblocks codeVishal Verma2-528/+28
2016-01-08dm snapshot: fix hung bios when copy error occursMikulas Patocka4-19/+12
2016-01-06dm thin: bump thin and thin-pool target versionsMike Snitzer1-2/+2
2016-01-07md: Remove 'ready' field from mddev.NeilBrown2-6/+1
2016-01-07md: remove unnecesary md_new_event_inintrGuoqing Jiang1-10/+1
2016-01-06raid5: allow r5l_io_unit allocations to failChristoph Hellwig1-10/+57
2016-01-06raid5-cache: use a mempool for the metadata blockChristoph Hellwig1-2/+12
2016-01-06raid5-cache: use a bio_setChristoph Hellwig1-1/+15
2016-01-06raid5-cache: add journal hot add/remove supportShaohua Li3-24/+68
2016-01-06drivers: md: use ktime_get_real_seconds()Deepa Dinamani2-10/+10
2016-01-06md: avoid warning for 32-bit sector_tArnd Bergmann1-4/+6
2016-01-06raid5-cache: free meta_page earlierChristoph Hellwig1-7/+2
2016-01-06raid5-cache: simplify r5l_move_io_unit_listChristoph Hellwig1-17/+15
2016-01-06md: update comment for md_allow_writeGuoqing Jiang1-1/+1
2016-01-06md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADYGuoqing Jiang1-5/+18
2016-01-06md-cluster: Protect communication with mutexesGuoqing Jiang1-10/+63
2016-01-06md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang3-1/+11
2016-01-06md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang3-0/+72
2016-01-06md-cluster: Allow spare devices to be marked as faultyGoldwyn Rodrigues1-1/+0
2016-01-06md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues2-9/+2
2016-01-06md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang3-2/+18
2016-01-06md-cluster: Avoid the resync ping-pongGoldwyn Rodrigues1-0/+8
2016-01-06md/raid5: remove redundant check in stripe_add_to_batch_list()Roman Gushchin1-2/+0
2016-01-04md: more open-coded offset_in_page()Al Viro2-3/+3
2016-01-04dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro1-1/+1
2015-12-30bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet1-7/+30
2015-12-30bcache: prevent crash on changing writeback_runningStefan Bader1-1/+2
2015-12-30bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis1-2/+3
2015-12-30bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu1-1/+3
2015-12-30bcache: fix a leak in bch_cached_dev_run()Al Viro1-1/+4
2015-12-30bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu1-0/+2
2015-12-30bcache: Add a cond_resched() call to gcKent Overstreet1-0/+1
2015-12-30bcache: fix a livelock when we cause a huge number of cache missesZheng Liu1-1/+3
2015-12-21md: remove check for MD_RECOVERY_NEEDED in action_store.NeilBrown1-4/+7
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