summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md: remove unnecesary md_new_event_inintrGuoqing Jiang2016-01-071-10/+1
* raid5: allow r5l_io_unit allocations to failChristoph Hellwig2016-01-061-10/+57
* raid5-cache: use a mempool for the metadata blockChristoph Hellwig2016-01-061-2/+12
* raid5-cache: use a bio_setChristoph Hellwig2016-01-061-1/+15
* raid5-cache: add journal hot add/remove supportShaohua Li2016-01-063-24/+68
* drivers: md: use ktime_get_real_seconds()Deepa Dinamani2016-01-062-10/+10
* md: avoid warning for 32-bit sector_tArnd Bergmann2016-01-061-4/+6
* raid5-cache: free meta_page earlierChristoph Hellwig2016-01-061-7/+2
* raid5-cache: simplify r5l_move_io_unit_listChristoph Hellwig2016-01-061-17/+15
* md: update comment for md_allow_writeGuoqing Jiang2016-01-061-1/+1
* md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADYGuoqing Jiang2016-01-061-5/+18
* md-cluster: Protect communication with mutexesGuoqing Jiang2016-01-061-10/+63
* md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang2016-01-063-1/+11
* md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang2016-01-063-0/+72
* md-cluster: Allow spare devices to be marked as faultyGoldwyn Rodrigues2016-01-061-1/+0
* md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues2016-01-062-9/+2
* md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang2016-01-063-2/+18
* md-cluster: Avoid the resync ping-pongGoldwyn Rodrigues2016-01-061-0/+8
* md/raid5: remove redundant check in stripe_add_to_batch_list()Roman Gushchin2016-01-061-2/+0
* md: remove check for MD_RECOVERY_NEEDED in action_store.NeilBrown2015-12-211-4/+7
* Fix remove_and_add_spares removes drive added as spare in slot_storeGoldwyn Rodrigues2015-12-181-3/+10
* md: fix bug due to nested suspendMikulas Patocka2015-12-181-3/+4
* MD: change journal disk role to disk 0Shaohua Li2015-12-182-3/+7
* md/raid10: fix data corruption and crash during resyncArtur Paszkiewicz2015-12-181-1/+3
* dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber2015-12-101-1/+15
* dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber2015-12-091-10/+22
* dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber2015-12-091-0/+6
* dm thin metadata: fix bug in dm_thin_remove_range()Joe Thornber2015-12-023-8/+115
* dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer2015-12-021-1/+3
* dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-231-3/+2
* dm crypt: fix a possible hang due to race condition on exitMikulas Patocka2015-11-191-9/+13
* dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
* dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer2015-11-171-2/+3
* dm: fix ioctl retry termination with signalJunichi Nomura2015-11-172-2/+2
* dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-161-0/+1
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-103-9/+16
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-073-9/+16
* | Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/mdLinus Torvalds2015-11-101-0/+1
|\ \
| * | raid5-cache: add crc32c Kconfig dependencyArnd Bergmann2015-11-091-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-4/+4
|\ \
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-062-4/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-3/+1
|\ \ | |/ |/|
| * bcache: Really show state of work pending bitPetr Mladek2015-11-061-3/+1
* | Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-11-0432-210/+327
|\ \
| * | dm switch: simplify conditional in alloc_region_table()Tomohiro Kusumi2015-10-311-2/+2
| * | dm delay: document that offsets are specified in sectorsTomohiro Kusumi2015-10-311-0/+1
| * | dm delay: capitalize the start of an delay_ctr() error messageTomohiro Kusumi2015-10-311-1/+1
| * | dm delay: Use DM_MAPIO macros instead of open-coded equivalentsTomohiro Kusumi2015-10-311-2/+2
| * | dm linear: remove redundant target name from error messagesTomohiro Kusumi2015-10-311-3/+3
| * | dm persistent data: eliminate unnecessary return valuesMikulas Patocka2015-10-3113-82/+67