summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm: remove dummy definition of 'struct dm_table'Mike Snitzer2016-03-101-11/+3
* dm: add 'dm_numa_node' module parameterMike Snitzer2016-03-101-8/+44
* dm thin metadata: remove needless newline from subtree_dec() DMERR messageMike Snitzer2016-03-101-1/+1
* dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer2016-03-101-6/+2
* dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer2016-02-221-4/+2
* dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer2016-02-221-50/+51
* dm round robin: use percpu 'repeat_count' and 'current_path'Mike Snitzer2016-02-221-12/+48
* dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer2016-02-225-18/+4
* dm mpath: push path selector locking down to path selectorsMike Snitzer2016-02-223-11/+59
* dm mpath: remove repeat_count support from multipath coreMike Snitzer2016-02-224-10/+24
* dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer2016-02-221-5/+5
* dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directlyMike Snitzer2016-02-221-3/+4
* dm mpath: cleanup 'struct dm_mpath_io' management codeMike Snitzer2016-02-221-12/+17
* dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'Mike Snitzer2016-02-221-10/+29
* dm: allow immutable request-based targets to use blk-mq pduMike Snitzer2016-02-223-9/+28
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-2212-22/+22
* 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
OpenPOWER on IntegriCloud