summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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-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
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-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-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 trans...Mike 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/jik...Linus 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...Mel 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/d...Linus 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