summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-builtin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-10dm cache policy smq: clarify that mq registration failure was for 'mq'Mike Snitzer1-1/+1
2016-03-10dm: return error if bio_integrity_clone() fails in clone_bio()Mike Snitzer1-7/+20
2016-03-10dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber1-1/+4
2016-03-10dm snapshot: disallow the COW and origin devices from being identicalDingXiang3-12/+35
2016-03-10dm cache: make the 'mq' policy an alias for 'smq'Joe Thornber5-1529/+87
2016-03-10dm: drop unnecessary assignment of md->queueBob Liu1-6/+1
2016-03-10dm: reorder 'struct mapped_device' members to fix alignment and holesMike Snitzer1-16/+18
2016-03-10dm: remove dummy definition of 'struct dm_table'Mike Snitzer1-11/+3
2016-03-10dm: add 'dm_numa_node' module parameterMike Snitzer1-8/+44
2016-03-10dm thin metadata: remove needless newline from subtree_dec() DMERR messageMike Snitzer1-1/+1
2016-03-10dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer1-6/+2
2016-02-23dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer1-4/+2
2016-02-23dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer1-50/+51
2016-02-23dm round robin: use percpu 'repeat_count' and 'current_path'Mike Snitzer1-12/+48
2016-02-23dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer5-18/+4
2016-02-23dm mpath: push path selector locking down to path selectorsMike Snitzer3-11/+59
2016-02-23dm mpath: remove repeat_count support from multipath coreMike Snitzer4-10/+24
2016-02-23dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer1-5/+5
2016-02-23dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directlyMike Snitzer1-3/+4
2016-02-23dm mpath: cleanup 'struct dm_mpath_io' management codeMike Snitzer1-12/+17
2016-02-23dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'Mike Snitzer1-10/+29
2016-02-23dm: allow immutable request-based targets to use blk-mq pduMike Snitzer3-9/+28
2016-02-23dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer13-25/+25
2016-02-23dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer2-50/+58
2016-02-23dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer2-40/+20
2016-02-23dm: fix a couple locking issues with use of block interfacesMike Snitzer1-7/+21
2016-02-22dm: allocate blk_mq_tag_set rather than embed in mapped_deviceMike Snitzer1-18/+27
2016-02-22dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module paramsMike Snitzer1-2/+25
2016-02-22dm: optimize dm_request_fn()Mike Snitzer1-30/+17
2016-02-22dm: optimize dm_mq_queue_rq()Mike Snitzer4-23/+31
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer5-2/+26
2016-02-22dm: cleanup dm_any_congested()Mike Snitzer1-9/+8
2016-02-22dm: remove unused dm_get_rq_mapinfo()Mike Snitzer1-8/+0
2016-02-22dm: fix excessive dm-mq context switchingMike Snitzer2-8/+7
2016-02-22dm: fix sparse "unexpected unlock" warnings in ioctl codeMike Snitzer1-27/+29
2016-02-22dm: do not return target from dm_get_live_table_for_ioctl()Mike Snitzer1-20/+13
2016-02-22dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq pathsMike Snitzer1-0/+2
2016-02-20Linux 4.5-rc5v4.5-rc5Linus Torvalds1-1/+1
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-19arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee1-1/+8
2016-02-19arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada3-3/+17
2016-02-19ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-02-19ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-02-19drm/nouveau: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst4-55/+48
2016-02-19clk: gpio: Really allow an optional clock= DT propertyStephen Boyd1-1/+1
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov5-27/+29
2016-02-19ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov1-10/+43
2016-02-19MAINTAINERS: update Kselftest Framework mailing listShuah Khan1-1/+1
2016-02-19devm_memremap_release(): fix memremap'd addr handlingToshi Kani1-1/+1