summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer
2015-06-26Revert "dm: do not allocate any mempools for blk-mq request-based DM"Mike Snitzer
2015-06-17dm stats: add support for request-based DM devicesMikulas Patocka
2015-06-17dm stats: collect and report histogram of IO latenciesMikulas Patocka
2015-06-17dm stats: support precise timestampsMikulas Patocka
2015-06-17dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka
2015-06-17dm cache: switch the "default" cache replacement policy from mq to smqMike Snitzer
2015-06-17dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber
2015-06-11dm thin metadata: fix a race when entering fail modeJoe Thornber
2015-06-11dm thin: fail messages with EOPNOTSUPP when pool cannot handle messagesMike Snitzer
2015-06-11dm thin: range discard supportJoe Thornber
2015-06-11dm thin metadata: add dm_thin_remove_range()Joe Thornber
2015-06-11dm thin metadata: add dm_thin_find_mapped_range()Joe Thornber
2015-06-11dm btree: add dm_btree_remove_leaves()Joe Thornber
2015-06-11dm stats: Use kvfree() in dm_kvfree()Pekka Enberg
2015-06-11dm cache: age and write back cache entries even without active IOJoe Thornber
2015-06-11dm cache: prefix all DMERR and DMINFO messages with cache device nameMike Snitzer
2015-06-11dm cache: add fail io mode and needs_check flagJoe Thornber
2015-06-11dm cache: wake the worker thread every time we free a migration objectJoe Thornber
2015-06-11dm cache: add stochastic-multi-queue (smq) policyJoe Thornber
2015-05-29dm cache: boost promotion of blocks that will be overwrittenJoe Thornber
2015-05-29dm cache: defer whole cellsJoe Thornber
2015-05-29dm bio prison: add dm_cell_promote_or_release()Joe Thornber
2015-05-29dm cache: pull out some bitset utility functions for reuseJoe Thornber
2015-05-29dm cache: pass a new 'critical' flag to the policies when requesting writebac...Joe Thornber
2015-05-29dm cache: track IO to the origin device using io_trackerJoe Thornber
2015-05-29dm cache: add io_trackerJoe Thornber
2015-05-29dm cache: fix race when issuing a POLICY_REPLACE operationJoe Thornber
2015-05-29dm crypt: add comments to better describe crypto processing logicMilan Broz
2015-05-29dm raid1: keep issuing IO after leg failureLidong Zhong
2015-05-29dm log writes: use ULL suffix for 64-bit constantsGeert Uytterhoeven
2015-05-29dm stripe: drop useless exit point from dm_stripe_init()Luis Henriques
2015-05-29dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen
2015-05-29dm raid: a few cleanupsHeinz Mauelshagen
2015-05-29dm raid: fixup documentation for discard supportHeinz Mauelshagen
2015-05-29dm thin metadata: remove in-core 'read_only' flagMike Snitzer
2015-05-29dm thin: cleanup schedule_zero() to read more logicallyMike Snitzer
2015-05-29dm thin: cleanup overwrite's endio restore to be centralizedMike Snitzer
2015-05-29dm: factor out a common cleanup_mapped_device()Mike Snitzer
2015-05-29dm: cleanup methods that requeue requestsMike Snitzer
2015-05-29dm: do not allocate any mempools for blk-mq request-based DMMike Snitzer
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer
2015-05-29dm: fix casting bug in dm_merge_bvec()Joe Thornber
2015-05-29dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura
2015-05-29dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer
2015-05-27dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer
2015-05-27dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer
2015-05-27dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPEDJunichi Nomura
2015-05-26dm: run queue on re-queueJunichi Nomura
2015-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds