aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+3
2015-02-09dm: use time_in_range() and time_after()Manuel Schölling1-2/+3
2015-01-28dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAIL modeJoe Thornber1-0/+6
2014-12-17dm thin: fix crash by initializing thin device's refcount and completion earlierMarc Dionne1-3/+2
2014-12-17dm thin: fix missing out-of-data-space to write mode transition if blocks are releasedJoe Thornber1-2/+20
2014-12-17dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber1-1/+1
2014-11-21dm thin: fix pool_io_hints to avoid looking at max_hw_sectorsMike Snitzer1-14/+7
2014-11-19dm thin: suspend/resume active thin devices when reloading thin-poolMike Snitzer1-2/+38
2014-11-19dm thin: do not allow thin device activation while pool is suspendedMike Snitzer1-10/+45
2014-11-12dm thin: remove stale 'trim' message in block comment above pool_messageMike Snitzer1-1/+0
2014-11-12dm thin: fix a race in thin_dtrMikulas Patocka1-3/+3
2014-11-10dm bio prison: introduce support for locking ranges of blocksJoe Thornber1-2/+4
2014-11-10dm thin: refactor requeue_io to eliminate spinlock bouncingMike Snitzer1-20/+23
2014-11-10dm thin: optimize retry_bios_on_resumeMike Snitzer1-7/+2
2014-11-10dm thin: sort the deferred cellsJoe Thornber1-20/+68
2014-11-10dm thin: direct dispatch when breaking sharingJoe Thornber1-13/+57
2014-11-10dm thin: remap the bios in a cell immediatelyJoe Thornber1-29/+61
2014-11-10dm thin: defer whole cells rather than individual biosJoe Thornber1-47/+207
2014-11-10dm thin: factor out remap_and_issue_overwriteMike Snitzer1-18/+20
2014-11-10dm thin: performance improvement to discard processingJoe Thornber1-7/+3
2014-11-10dm thin: implement thin_mergeMike Snitzer1-2/+18
2014-11-10dm thin: adjust max_sectors_kb based on thinp blocksizeMike Snitzer1-3/+31
2014-11-10dm thin: throttle incoming IOJoe Thornber1-1/+65
2014-11-10dm thin: prefetch missing metadata pagesJoe Thornber1-4/+6
2014-11-10dm bio prison: switch to using a red black treeJoe Thornber1-2/+1
2014-11-04dm thin: grab a virtual cell before looking up the mappingJoe Thornber1-4/+12
2014-08-01dm thin: set minimum_io_size to pool's data block sizeMike Snitzer1-1/+1
2014-08-01dm thin: relax external origin size constraintsJoe Thornber1-43/+115
2014-08-01dm thin: switch to an atomic_t for tracking pending new block preparationsJoe Thornber1-13/+16
2014-06-11dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner1-1/+2
2014-06-03dm thin: return ENOSPC instead of EIO when error_if_no_space enabledMike Snitzer1-14/+24
2014-06-03dm thin: cleanup noflush_work to use a proper completionJoe Thornber1-18/+34
2014-05-20dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer1-3/+9
2014-05-14dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber1-0/+21
2014-05-14dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber1-1/+1
2014-04-29dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer1-1/+1
2014-04-08dm thin: fix rcu_read_lock being held in code that can sleepJoe Thornber1-3/+67
2014-04-08dm thin: irqsave must always be used with the pool->lock spinlockJoe Thornber1-2/+3
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer1-2/+82
2014-03-31dm thin: use per thin device deferred bio listsMike Snitzer1-61/+104
2014-03-31dm thin: simplify pool_is_congestedMike Snitzer1-11/+5
2014-03-28dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer1-1/+1
2014-03-05dm thin: fix noflush suspend IO queueingJoe Thornber1-2/+72
2014-03-05dm thin: fix deadlock in __requeue_bio_listJoe Thornber1-6/+7
2014-03-05dm thin: fix out of data space handlingJoe Thornber1-45/+102
2014-03-05dm thin: ensure user takes action to validate data and metadata consistencyMike Snitzer1-22/+54
2014-03-04dm thin: synchronize the pool mode during suspendMike Snitzer1-0/+6
2014-02-27dm thin: allow metadata space larger than supported to go unusedMike Snitzer1-12/+19
2014-02-24dm thin: fix the error path for the thin device constructorMike Snitzer1-1/+4
2014-02-17dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer1-1/+2