summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAgeFilesLines
* dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber2014-05-141-0/+21
* dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber2014-05-141-1/+1
* dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer2014-04-291-1/+1
* dm thin: fix rcu_read_lock being held in code that can sleepJoe Thornber2014-04-081-3/+67
* dm thin: irqsave must always be used with the pool->lock spinlockJoe Thornber2014-04-081-2/+3
* dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer2014-04-041-2/+82
* dm thin: use per thin device deferred bio listsMike Snitzer2014-03-311-61/+104
* dm thin: simplify pool_is_congestedMike Snitzer2014-03-311-11/+5Star
* dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer2014-03-281-1/+1
* dm thin: fix noflush suspend IO queueingJoe Thornber2014-03-051-2/+72
* dm thin: fix deadlock in __requeue_bio_listJoe Thornber2014-03-051-6/+7
* dm thin: fix out of data space handlingJoe Thornber2014-03-051-45/+102
* dm thin: ensure user takes action to validate data and metadata consistencyMike Snitzer2014-03-051-22/+54
* dm thin: synchronize the pool mode during suspendMike Snitzer2014-03-041-0/+6
* dm thin: allow metadata space larger than supported to go unusedMike Snitzer2014-02-271-12/+19
* dm thin: fix the error path for the thin device constructorMike Snitzer2014-02-241-1/+4
* dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer2014-02-171-1/+2
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-12/+18
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-27/+39
| |\
| * | block: Generic bio chainingKent Overstreet2013-11-241-2/+6
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-241-10/+12
* | | dm thin: fix pool feature parsingMike Snitzer2014-01-161-1/+1
* | | dm thin: fix set_pool_mode exposed pool operation racesMike Snitzer2014-01-071-13/+27
* | | dm thin: eliminate the no_free_space flagMike Snitzer2014-01-071-22/+4Star
* | | dm thin: add error_if_no_space featureMike Snitzer2014-01-071-6/+25
* | | dm thin: requeue bios to DM core if no_free_space and in read-only modeMike Snitzer2014-01-071-6/+20
* | | dm thin: cleanup and improve no space handlingMike Snitzer2014-01-071-29/+32
* | | dm thin: log info when growing the data or metadata deviceMike Snitzer2014-01-071-0/+7
* | | dm thin: handle metadata failures more consistentlyJoe Thornber2014-01-071-21/+27
* | | dm thin: factor out check_low_water_mark and use boolsJoe Thornber2014-01-071-15/+22
* | | dm thin: add mappings to end of prepared_* listsMike Snitzer2014-01-071-3/+3
* | | dm thin: return error from alloc_data_block if pool is not in write modeJoe Thornber2014-01-071-0/+3
* | | dm thin: use bool rather than unsigned for flags in structuresMike Snitzer2014-01-071-11/+11
* | | dm thin: fix discard support to a previously shared blockJoe Thornber2014-01-071-2/+12
* | | dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer2014-01-071-11/+6Star
| |/ |/|
* | dm thin: allow pool in read-only mode to transition to read-write modeJoe Thornber2013-12-101-2/+10
* | dm thin: re-establish read-only state when switching to fail modeJoe Thornber2013-12-101-0/+1
* | dm thin: always fallback the pool mode if commit failsJoe Thornber2013-12-101-22/+15Star
* | dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer2013-12-101-2/+10
* | dm thin: switch to read only mode if a mapping insert failsJoe Thornber2013-12-101-1/+3
|/
* dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer2013-09-231-3/+11
* dm thin: always return -ENOSPC if no_free_space is setMike Snitzer2013-09-061-25/+31
* dm thin: set pool read-only if breaking_sharing fails block allocationMike Snitzer2013-09-061-2/+4
* dm thin: prefix pool error messages with pool device nameMike Snitzer2013-09-061-16/+32
* dm thin: fix stacking of geometry limitsMike Snitzer2013-08-231-2/+10
* dm thin: fix metadata dev resize detectionAlasdair G Kergon2013-05-191-2/+2
* dm thin: generate event when metadata threshold passedJoe Thornber2013-05-101-0/+38
* dm thin: detect metadata device resizingJoe Thornber2013-05-101-3/+51
* dm thin: open dev read only when possibleJoe Thornber2013-05-101-11/+14
* dm thin: refactor data dev resizeJoe Thornber2013-05-101-28/+59