summaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-07dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer1-11/+6
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-27/+39
2013-12-11dm thin: allow pool in read-only mode to transition to read-write modeJoe Thornber1-2/+10
2013-12-11dm thin: re-establish read-only state when switching to fail modeJoe Thornber1-0/+1
2013-12-11dm thin: always fallback the pool mode if commit failsJoe Thornber1-22/+15
2013-12-11dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer1-2/+10
2013-12-11dm thin: switch to read only mode if a mapping insert failsJoe Thornber1-1/+3
2013-11-24block: Generic bio chainingKent Overstreet1-2/+6
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-10/+12
2013-09-23dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer1-3/+11
2013-09-06dm thin: always return -ENOSPC if no_free_space is setMike Snitzer1-25/+31
2013-09-06dm thin: set pool read-only if breaking_sharing fails block allocationMike Snitzer1-2/+4
2013-09-06dm thin: prefix pool error messages with pool device nameMike Snitzer1-16/+32
2013-08-23dm thin: fix stacking of geometry limitsMike Snitzer1-2/+10
2013-05-19dm thin: fix metadata dev resize detectionAlasdair G Kergon1-2/+2
2013-05-10dm thin: generate event when metadata threshold passedJoe Thornber1-0/+38
2013-05-10dm thin: detect metadata device resizingJoe Thornber1-3/+51
2013-05-10dm thin: open dev read only when possibleJoe Thornber1-11/+14
2013-05-10dm thin: refactor data dev resizeJoe Thornber1-28/+59
2013-03-20dm thin: fix non power of two discard granularity calcJoe Thornber1-1/+6
2013-03-20dm thin: fix discard corruptionJoe Thornber1-2/+2
2013-03-02dm thin: remove cells from stackJoe Thornber1-15/+32
2013-03-02dm bio prison: pass cell memory inJoe Thornber1-26/+77
2013-03-02dm kcopyd: introduce configurable throttlingMikulas Patocka1-1/+4
2013-03-02dm: rename request variables to biosAlasdair G Kergon1-6/+6
2013-03-02dm thin: use block_size_is_power_of_twoMike Snitzer1-12/+13
2013-03-02dm thin: support a non power of 2 discard_granularityMike Snitzer1-8/+1
2013-03-02dm: fix truncated status stringsMikulas Patocka1-31/+49
2013-01-31dm thin: fix queue limits stackingMike Snitzer1-12/+1
2012-12-22dm: remove map_infoMikulas Patocka1-10/+5
2012-12-22dm thin: dont use map_contextMikulas Patocka1-36/+13
2012-12-22dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer1-1/+1
2012-12-22dm thin: use DMERR_LIMIT for errorsMike Snitzer1-10/+15
2012-12-22dm thin: cleanup dead codeJoe Thornber1-14/+5
2012-12-22dm thin: rename cell_defer_except to cell_defer_no_holderJoe Thornber1-21/+21
2012-12-22dm thin: emit ignore_discard in status when discards disabledMike Snitzer1-2/+4
2012-12-22dm thin: wake worker when discard is preparedJoe Thornber1-4/+7
2012-12-22dm thin: fix race between simultaneous io and discards to same blockJoe Thornber1-25/+59
2012-12-22dm thin: replace dm_cell_release_singleton with cell_defer_exceptJoe Thornber1-13/+12
2012-10-13dm thin: move bio_prison code to separate moduleMike Snitzer1-404/+3
2012-10-13dm thin: prepare to separate bio_prison codeMike Snitzer1-90/+131
2012-10-13dm thin: support discard with non power of two block sizeMike Snitzer1-10/+13
2012-09-27dm thin: fix discard support for data devicesMike Snitzer1-30/+57
2012-09-27dm thin: tidy discard supportMike Snitzer1-25/+39
2012-09-27dm thin: do not set discard_zeroes_dataMike Snitzer1-1/+1
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-2/+7
2012-07-27dm thin: add read only and fail io modesJoe Thornber1-95/+321
2012-07-27dm thin: reduce number of metadata commitsJoe Thornber1-1/+7
2012-07-27dm thin metadata: add format option to dm_pool_metadata_openJoe Thornber1-1/+1
2012-07-27dm: use bool bitfields in struct dm_targetAlasdair G Kergon1-4/+4