summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* | | dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer2016-02-222-50/+58
* | | dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer2016-02-222-40/+20
* | | dm: fix a couple locking issues with use of block interfacesMike Snitzer2016-02-221-7/+21
* | | dm: allocate blk_mq_tag_set rather than embed in mapped_deviceMike Snitzer2016-02-221-18/+27
* | | dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module paramsMike Snitzer2016-02-221-2/+25
* | | dm: optimize dm_request_fn()Mike Snitzer2016-02-221-30/+17
* | | dm: optimize dm_mq_queue_rq()Mike Snitzer2016-02-224-23/+31
* | | dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer2016-02-224-2/+19
* | | dm: cleanup dm_any_congested()Mike Snitzer2016-02-221-9/+8
* | | dm: remove unused dm_get_rq_mapinfo()Mike Snitzer2016-02-221-8/+0
* | | dm: fix excessive dm-mq context switchingMike Snitzer2016-02-221-7/+6
* | | dm: fix sparse "unexpected unlock" warnings in ioctl codeMike Snitzer2016-02-211-27/+29
* | | dm: do not return target from dm_get_live_table_for_ioctl()Mike Snitzer2016-02-211-20/+13
| |/ |/|
* | dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq pathsMike Snitzer2016-02-211-0/+2
* | Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-02-036-56/+58
|\ \ | |/ |/|
| * md-cluster: delete useless codeShaohua Li2016-01-241-4/+0
| * md-cluster: fix missing memory freeShaohua Li2016-01-241-1/+5
| * MD: rename some functionsShaohua Li2016-01-204-51/+53
* | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-214-13/+48
|\ \ | |/ |/|
| * bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet2015-12-301-7/+30
| * bcache: prevent crash on changing writeback_runningStefan Bader2015-12-301-1/+2
| * bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis2015-12-301-2/+3
| * bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu2015-12-301-1/+3
| * bcache: fix a leak in bch_cached_dev_run()Al Viro2015-12-301-1/+4
| * bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu2015-12-301-0/+2
| * bcache: Add a cond_resched() call to gcKent Overstreet2015-12-301-0/+1
| * bcache: fix a livelock when we cause a huge number of cache missesZheng Liu2015-12-301-1/+3
* | Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds2016-01-159-142/+418
|\ \
| * | md/raid: only permit hot-add of compatible integrity profilesDan Williams2016-01-145-22/+26
| * | raid5-cache: handle journal hotadd in quiesceShaohua Li2016-01-141-0/+7
| * | MD: add journal with array suspendedShaohua Li2016-01-141-1/+6
| * | md: set MD_HAS_JOURNAL in correct placesShaohua Li2016-01-142-4/+6
| * | md: Remove 'ready' field from mddev.NeilBrown2016-01-072-6/+1
| * | 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
OpenPOWER on IntegriCloud