summaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
AgeCommit message (Expand)Author
2019-05-02dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2018-11-20dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-03-03dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2016-02-02dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov
2015-12-18dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer
2015-11-16dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer
2015-03-30dm thin: fix to consistently zero-fill reads to unprovisioned blocksJoe Thornber
2015-02-04dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber
2015-01-15dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber
2015-01-15dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber
2015-01-15dm thin: fix a race in thin_dtrMikulas Patocka
2014-11-20dm thin: grab a virtual cell before looking up the mappingJoe 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