aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-26dm thin: return -ENOSPC when erroring retry list due to out of data spaceGravatar Mike Snitzer 1-3/+8
2015-07-16dm thin: display 'needs_check' in status if it is setGravatar Mike Snitzer 1-2/+8
2015-07-16dm thin: stay in out-of-data-space mode once no_space_timeout expiresGravatar Mike Snitzer 1-4/+17
2015-07-05dm thin: allocate the cell_sort_array dynamicallyGravatar Joe Thornber 1-1/+12
2015-06-11dm thin: fail messages with EOPNOTSUPP when pool cannot handle messagesGravatar Mike Snitzer 1-1/+1
2015-06-11dm thin: range discard supportGravatar Joe Thornber 1-149/+434
2015-05-29dm thin: cleanup schedule_zero() to read more logicallyGravatar Mike Snitzer 1-9/+7
2015-05-29dm thin: cleanup overwrite's endio restore to be centralizedGravatar Mike Snitzer 1-8/+3
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioGravatar Mike Snitzer 1-6/+3
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsGravatar Jens Axboe 1-2/+2
2015-02-27dm thin: fix to consistently zero-fill reads to unprovisioned blocksGravatar Joe Thornber 1-11/+0
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+3
2015-02-09dm: use time_in_range() and time_after()Gravatar Manuel Schölling 1-2/+3
2015-01-28dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Gravatar Joe Thornber 1-0/+6
2014-12-17dm thin: fix crash by initializing thin device's refcount and completion earlierGravatar Marc Dionne 1-3/+2
2014-12-17dm thin: fix missing out-of-data-space to write mode transition if blocks are...Gravatar Joe Thornber 1-2/+20
2014-12-17dm thin: fix inability to discard blocks when in out-of-data-space modeGravatar Joe Thornber 1-1/+1
2014-11-21dm thin: fix pool_io_hints to avoid looking at max_hw_sectorsGravatar Mike Snitzer 1-14/+7
2014-11-19dm thin: suspend/resume active thin devices when reloading thin-poolGravatar Mike Snitzer 1-2/+38
2014-11-19dm thin: do not allow thin device activation while pool is suspendedGravatar Mike Snitzer 1-10/+45
2014-11-12dm thin: remove stale 'trim' message in block comment above pool_messageGravatar Mike Snitzer 1-1/+0
2014-11-12dm thin: fix a race in thin_dtrGravatar Mikulas Patocka 1-3/+3
2014-11-10dm bio prison: introduce support for locking ranges of blocksGravatar Joe Thornber 1-2/+4
2014-11-10dm thin: refactor requeue_io to eliminate spinlock bouncingGravatar Mike Snitzer 1-20/+23
2014-11-10dm thin: optimize retry_bios_on_resumeGravatar Mike Snitzer 1-7/+2
2014-11-10dm thin: sort the deferred cellsGravatar Joe Thornber 1-20/+68
2014-11-10dm thin: direct dispatch when breaking sharingGravatar Joe Thornber 1-13/+57
2014-11-10dm thin: remap the bios in a cell immediatelyGravatar Joe Thornber 1-29/+61
2014-11-10dm thin: defer whole cells rather than individual biosGravatar Joe Thornber 1-47/+207
2014-11-10dm thin: factor out remap_and_issue_overwriteGravatar Mike Snitzer 1-18/+20
2014-11-10dm thin: performance improvement to discard processingGravatar Joe Thornber 1-7/+3
2014-11-10dm thin: implement thin_mergeGravatar Mike Snitzer 1-2/+18
2014-11-10dm thin: adjust max_sectors_kb based on thinp blocksizeGravatar Mike Snitzer 1-3/+31
2014-11-10dm thin: throttle incoming IOGravatar Joe Thornber 1-1/+65
2014-11-10dm thin: prefetch missing metadata pagesGravatar Joe Thornber 1-4/+6
2014-11-10dm bio prison: switch to using a red black treeGravatar Joe Thornber 1-2/+1
2014-11-04dm thin: grab a virtual cell before looking up the mappingGravatar Joe Thornber 1-4/+12
2014-08-01dm thin: set minimum_io_size to pool's data block sizeGravatar Mike Snitzer 1-1/+1
2014-08-01dm thin: relax external origin size constraintsGravatar Joe Thornber 1-43/+115
2014-08-01dm thin: switch to an atomic_t for tracking pending new block preparationsGravatar Joe Thornber 1-13/+16
2014-06-11dm thin: update discard_granularity to reflect the thin-pool blocksizeGravatar Lukas Czerner 1-1/+2
2014-06-03dm thin: return ENOSPC instead of EIO when error_if_no_space enabledGravatar Mike Snitzer 1-14/+24
2014-06-03dm thin: cleanup noflush_work to use a proper completionGravatar Joe Thornber 1-18/+34
2014-05-20dm thin: add 'no_space_timeout' dm-thin-pool module paramGravatar Mike Snitzer 1-3/+9
2014-05-14dm thin: add timeout to stop out-of-data-space mode holding IO foreverGravatar Joe Thornber 1-0/+21
2014-05-14dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeGravatar Joe Thornber 1-1/+1
2014-04-29dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningGravatar Mike Snitzer 1-1/+1
2014-04-08dm thin: fix rcu_read_lock being held in code that can sleepGravatar Joe Thornber 1-3/+67
2014-04-08dm thin: irqsave must always be used with the pool->lock spinlockGravatar Joe Thornber 1-2/+3
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeGravatar Mike Snitzer 1-2/+82