aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAge
* dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer2014-04-04
* dm thin: use per thin device deferred bio listsMike Snitzer2014-03-31
* dm thin: simplify pool_is_congestedMike Snitzer2014-03-31
* dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer2014-03-28
* dm thin: fix noflush suspend IO queueingJoe Thornber2014-03-05
* dm thin: fix deadlock in __requeue_bio_listJoe Thornber2014-03-05
* dm thin: fix out of data space handlingJoe Thornber2014-03-05
* dm thin: ensure user takes action to validate data and metadata consistencyMike Snitzer2014-03-05
* dm thin: synchronize the pool mode during suspendMike Snitzer2014-03-04
* dm thin: allow metadata space larger than supported to go unusedMike Snitzer2014-02-27
* dm thin: fix the error path for the thin device constructorMike Snitzer2014-02-24
* dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer2014-02-17
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-31
| |\
| * | block: Generic bio chainingKent Overstreet2013-11-24
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-24
* | | dm thin: fix pool feature parsingMike Snitzer2014-01-15
* | | dm thin: fix set_pool_mode exposed pool operation racesMike Snitzer2014-01-07
* | | dm thin: eliminate the no_free_space flagMike Snitzer2014-01-07
* | | dm thin: add error_if_no_space featureMike Snitzer2014-01-07
* | | dm thin: requeue bios to DM core if no_free_space and in read-only modeMike Snitzer2014-01-07
* | | dm thin: cleanup and improve no space handlingMike Snitzer2014-01-07
* | | dm thin: log info when growing the data or metadata deviceMike Snitzer2014-01-07
* | | dm thin: handle metadata failures more consistentlyJoe Thornber2014-01-07
* | | dm thin: factor out check_low_water_mark and use boolsJoe Thornber2014-01-07
* | | dm thin: add mappings to end of prepared_* listsMike Snitzer2014-01-07
* | | dm thin: return error from alloc_data_block if pool is not in write modeJoe Thornber2014-01-07
* | | dm thin: use bool rather than unsigned for flags in structuresMike Snitzer2014-01-07
* | | dm thin: fix discard support to a previously shared blockJoe Thornber2014-01-07
* | | dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer2014-01-07
| |/ |/|
* | dm thin: allow pool in read-only mode to transition to read-write modeJoe Thornber2013-12-10
* | dm thin: re-establish read-only state when switching to fail modeJoe Thornber2013-12-10
* | dm thin: always fallback the pool mode if commit failsJoe Thornber2013-12-10
* | dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer2013-12-10
* | dm thin: switch to read only mode if a mapping insert failsJoe Thornber2013-12-10
|/
* dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer2013-09-23
* dm thin: always return -ENOSPC if no_free_space is setMike Snitzer2013-09-05
* dm thin: set pool read-only if breaking_sharing fails block allocationMike Snitzer2013-09-05
* dm thin: prefix pool error messages with pool device nameMike Snitzer2013-09-05
* dm thin: fix stacking of geometry limitsMike Snitzer2013-08-23
* dm thin: fix metadata dev resize detectionAlasdair G Kergon2013-05-19
* dm thin: generate event when metadata threshold passedJoe Thornber2013-05-10
* dm thin: detect metadata device resizingJoe Thornber2013-05-10
* dm thin: open dev read only when possibleJoe Thornber2013-05-10
* dm thin: refactor data dev resizeJoe Thornber2013-05-10
* dm thin: fix non power of two discard granularity calcJoe Thornber2013-03-20
* dm thin: fix discard corruptionJoe Thornber2013-03-20
* dm thin: remove cells from stackJoe Thornber2013-03-01
* dm bio prison: pass cell memory inJoe Thornber2013-03-01
* dm kcopyd: introduce configurable throttlingMikulas Patocka2013-03-01