aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
AgeCommit message (Expand)Author
2014-08-01dm thin: set minimum_io_size to pool's data block sizeMike Snitzer
2014-08-01dm thin: relax external origin size constraintsJoe Thornber
2014-08-01dm thin: switch to an atomic_t for tracking pending new block preparationsJoe Thornber
2014-06-11dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner
2014-06-03dm thin: return ENOSPC instead of EIO when error_if_no_space enabledMike Snitzer
2014-06-03dm thin: cleanup noflush_work to use a proper completionJoe Thornber
2014-05-20dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer
2014-05-14dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber
2014-05-14dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber
2014-04-29dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer
2014-04-08dm thin: fix rcu_read_lock being held in code that can sleepJoe Thornber
2014-04-08dm thin: irqsave must always be used with the pool->lock spinlockJoe Thornber
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer
2014-03-31dm thin: use per thin device deferred bio listsMike Snitzer
2014-03-31dm thin: simplify pool_is_congestedMike Snitzer
2014-03-28dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer
2014-03-05dm thin: fix noflush suspend IO queueingJoe Thornber
2014-03-05dm thin: fix deadlock in __requeue_bio_listJoe Thornber
2014-03-05dm thin: fix out of data space handlingJoe Thornber
2014-03-05dm thin: ensure user takes action to validate data and metadata consistencyMike Snitzer
2014-03-04dm thin: synchronize the pool mode during suspendMike Snitzer
2014-02-27dm thin: allow metadata space larger than supported to go unusedMike Snitzer
2014-02-24dm thin: fix the error path for the thin device constructorMike Snitzer
2014-02-17dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-15dm thin: fix pool feature parsingMike Snitzer
2014-01-07dm thin: fix set_pool_mode exposed pool operation racesMike Snitzer
2014-01-07dm thin: eliminate the no_free_space flagMike Snitzer
2014-01-07dm thin: add error_if_no_space featureMike Snitzer
2014-01-07dm thin: requeue bios to DM core if no_free_space and in read-only modeMike Snitzer
2014-01-07dm thin: cleanup and improve no space handlingMike Snitzer
2014-01-07dm thin: log info when growing the data or metadata deviceMike Snitzer
2014-01-07dm thin: handle metadata failures more consistentlyJoe Thornber
2014-01-07dm thin: factor out check_low_water_mark and use boolsJoe Thornber
2014-01-07dm thin: add mappings to end of prepared_* listsMike Snitzer
2014-01-07dm thin: return error from alloc_data_block if pool is not in write modeJoe Thornber
2014-01-07dm thin: use bool rather than unsigned for flags in structuresMike Snitzer
2014-01-07dm thin: fix discard support to a previously shared blockJoe Thornber
2014-01-07dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-10dm thin: allow pool in read-only mode to transition to read-write modeJoe Thornber
2013-12-10dm thin: re-establish read-only state when switching to fail modeJoe Thornber
2013-12-10dm thin: always fallback the pool mode if commit failsJoe Thornber
2013-12-10dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer
2013-12-10dm thin: switch to read only mode if a mapping insert failsJoe Thornber
2013-11-23block: Generic bio chainingKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-09-23dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer
2013-09-05dm thin: always return -ENOSPC if no_free_space is setMike Snitzer
2013-09-05dm thin: set pool read-only if breaking_sharing fails block allocationMike Snitzer