summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber2014-12-171-1/+1
* dm thin: fix pool_io_hints to avoid looking at max_hw_sectorsMike Snitzer2014-11-211-14/+7
* dm thin: suspend/resume active thin devices when reloading thin-poolMike Snitzer2014-11-191-2/+38
* dm thin: do not allow thin device activation while pool is suspendedMike Snitzer2014-11-191-10/+45
* dm thin: remove stale 'trim' message in block comment above pool_messageMike Snitzer2014-11-121-1/+0
* dm thin: fix a race in thin_dtrMikulas Patocka2014-11-121-3/+3
* dm bio prison: introduce support for locking ranges of blocksJoe Thornber2014-11-101-2/+4
* dm thin: refactor requeue_io to eliminate spinlock bouncingMike Snitzer2014-11-101-20/+23
* dm thin: optimize retry_bios_on_resumeMike Snitzer2014-11-101-7/+2
* dm thin: sort the deferred cellsJoe Thornber2014-11-101-20/+68
* dm thin: direct dispatch when breaking sharingJoe Thornber2014-11-101-13/+57
* dm thin: remap the bios in a cell immediatelyJoe Thornber2014-11-101-29/+61
* dm thin: defer whole cells rather than individual biosJoe Thornber2014-11-101-47/+207
* dm thin: factor out remap_and_issue_overwriteMike Snitzer2014-11-101-18/+20
* dm thin: performance improvement to discard processingJoe Thornber2014-11-101-7/+3
* dm thin: implement thin_mergeMike Snitzer2014-11-101-2/+18
* dm thin: adjust max_sectors_kb based on thinp blocksizeMike Snitzer2014-11-101-3/+31
* dm thin: throttle incoming IOJoe Thornber2014-11-101-1/+65
* dm thin: prefetch missing metadata pagesJoe Thornber2014-11-101-4/+6
* dm bio prison: switch to using a red black treeJoe Thornber2014-11-101-2/+1
* dm thin: grab a virtual cell before looking up the mappingJoe Thornber2014-11-041-4/+12
* dm thin: set minimum_io_size to pool's data block sizeMike Snitzer2014-08-011-1/+1
* dm thin: relax external origin size constraintsJoe Thornber2014-08-011-43/+115
* dm thin: switch to an atomic_t for tracking pending new block preparationsJoe Thornber2014-08-011-13/+16
* dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner2014-06-111-1/+2
* dm thin: return ENOSPC instead of EIO when error_if_no_space enabledMike Snitzer2014-06-031-14/+24
* dm thin: cleanup noflush_work to use a proper completionJoe Thornber2014-06-031-18/+34
* dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer2014-05-201-3/+9
* 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/+5
* 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-231-2/+6
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-231-10/+12
* | | dm thin: fix pool feature parsingMike Snitzer2014-01-151-1/+1