summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dm cache: add fail io mode and needs_check flagJoe Thornber2015-06-116-56/+313
| * | | dm cache: wake the worker thread every time we free a migration objectJoe Thornber2015-06-111-3/+6
| * | | dm cache: add stochastic-multi-queue (smq) policyJoe Thornber2015-06-113-0/+1782
| * | | dm cache: boost promotion of blocks that will be overwrittenJoe Thornber2015-05-291-7/+7
| * | | dm cache: defer whole cellsJoe Thornber2015-05-291-63/+262
| * | | dm bio prison: add dm_cell_promote_or_release()Joe Thornber2015-05-292-0/+39
| * | | dm cache: pull out some bitset utility functions for reuseJoe Thornber2015-05-292-24/+28
| * | | dm cache: pass a new 'critical' flag to the policies when requesting writebac...Joe Thornber2015-05-295-7/+13
| * | | dm cache: track IO to the origin device using io_trackerJoe Thornber2015-05-291-7/+49
| * | | dm cache: add io_trackerJoe Thornber2015-05-291-0/+73
| * | | dm cache: fix race when issuing a POLICY_REPLACE operationJoe Thornber2015-05-295-37/+85
| * | | dm crypt: add comments to better describe crypto processing logicMilan Broz2015-05-291-6/+24
| * | | dm raid1: keep issuing IO after leg failureLidong Zhong2015-05-291-17/+58
| * | | dm log writes: use ULL suffix for 64-bit constantsGeert Uytterhoeven2015-05-291-2/+2
| * | | dm stripe: drop useless exit point from dm_stripe_init()Luis Henriques2015-05-291-3/+1
| * | | dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen2015-05-291-48/+84
| * | | dm raid: a few cleanupsHeinz Mauelshagen2015-05-291-45/+46
| * | | dm raid: fixup documentation for discard supportHeinz Mauelshagen2015-05-291-2/+0
| * | | dm thin metadata: remove in-core 'read_only' flagMike Snitzer2015-05-293-5/+8
| * | | dm thin: cleanup schedule_zero() to read more logicallyMike Snitzer2015-05-291-9/+7
| * | | dm thin: cleanup overwrite's endio restore to be centralizedMike Snitzer2015-05-291-8/+3
| * | | dm: factor out a common cleanup_mapped_device()Mike Snitzer2015-05-291-35/+43
| * | | dm: cleanup methods that requeue requestsMike Snitzer2015-05-291-12/+5
| * | | dm: do not allocate any mempools for blk-mq request-based DMMike Snitzer2015-05-292-33/+40
| * | | Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer2015-05-2910-160/+65
| |\ \ \
* | \ \ \ Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-256-4/+7
|\ \ \ \ \
| * | | | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-023-0/+3
| * | | | | writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-023-4/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-2510-160/+65
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-223-142/+59
| * | | block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-226-17/+5
| * | | bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-1/+1
| * | | bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-054-5/+5
* | | | md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown2015-06-123-0/+3
* | | | md: Close race when setting 'action' to 'idle'.NeilBrown2015-06-121-5/+6
* | | | md: don't return 0 from array_state_storeNeilBrown2015-06-121-1/+1
* | | | Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-05-293-24/+36
|\ \ \ \ | | |/ / | |/| |
| * | | dm: fix casting bug in dm_merge_bvec()Joe Thornber2015-05-291-5/+12
| * | | dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura2015-05-291-7/+9
| * | | dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer2015-05-291-5/+3
| * | | dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer2015-05-271-4/+6
| * | | dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer2015-05-271-1/+3
| * | | dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPEDJunichi Nomura2015-05-271-2/+2
| * | | dm: run queue on re-queueJunichi Nomura2015-05-261-0/+1
* | | | Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-293-67/+98
|\ \ \ \ | |/ / / |/| | |
| * | | md: fix race when unfreezing sync_actionNeilBrown2015-05-281-6/+8
| * | | md/raid5: break stripe-batches when the array has failed.NeilBrown2015-05-281-0/+1
| * | | md/raid5: call break_stripe_batch_list from handle_stripe_clean_eventNeilBrown2015-05-281-57/+4
| * | | md/raid5: be more selective about distributing flags across batch.NeilBrown2015-05-282-12/+45
| * | | md/raid5: add handle_flags arg to break_stripe_batch_list.NeilBrown2015-05-281-4/+8
OpenPOWER on IntegriCloud