summaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAge
* dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber2016-05-13
* dm thin: use __blkdev_issue_discard for async discard supportMike Snitzer2016-05-13
* dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Mike Snitzer2016-05-13
* dm thin: Remove return statement from void functionAmitoj Kaur Chawla2016-05-05
* dm thin: consistently return -ENOSPC if pool has run out of data spaceMike Snitzer2016-03-11
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-22
* dm thin: bump thin and thin-pool target versionsMike Snitzer2016-01-06
* dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov2015-12-17
* dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-23
* dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-16
* dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer2015-10-13
* dm thin: disable discard support for thin devices if pool's is disabledMike Snitzer2015-09-13
* Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-09-02
|\
| * dm thin: optimize async discard submissionMike Snitzer2015-08-18
* | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02
|\ \ | |/ |/|
| * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-13
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* | dm thin: return -ENOSPC when erroring retry list due to out of data spaceMike Snitzer2015-07-26
* | dm thin: display 'needs_check' in status if it is setMike Snitzer2015-07-16
* | dm thin: stay in out-of-data-space mode once no_space_timeout expiresMike Snitzer2015-07-16
* | dm thin: allocate the cell_sort_array dynamicallyJoe Thornber2015-07-05
|/
* dm thin: fail messages with EOPNOTSUPP when pool cannot handle messagesMike Snitzer2015-06-11
* dm thin: range discard supportJoe Thornber2015-06-11
* dm thin: cleanup schedule_zero() to read more logicallyMike Snitzer2015-05-29
* dm thin: cleanup overwrite's endio restore to be centralizedMike Snitzer2015-05-29
* block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-22
* bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-05
* dm thin: fix to consistently zero-fill reads to unprovisioned blocksJoe Thornber2015-02-27
* Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-12
|\
| * dm: use time_in_range() and time_after()Manuel Schölling2015-02-09
* | dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber2015-01-28
|/
* dm thin: fix crash by initializing thin device's refcount and completion earlierMarc Dionne2014-12-17
* dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber2014-12-17
* dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber2014-12-17
* dm thin: fix pool_io_hints to avoid looking at max_hw_sectorsMike Snitzer2014-11-21
* dm thin: suspend/resume active thin devices when reloading thin-poolMike Snitzer2014-11-19
* dm thin: do not allow thin device activation while pool is suspendedMike Snitzer2014-11-19
* dm thin: remove stale 'trim' message in block comment above pool_messageMike Snitzer2014-11-12
* dm thin: fix a race in thin_dtrMikulas Patocka2014-11-12
* dm bio prison: introduce support for locking ranges of blocksJoe Thornber2014-11-10
* dm thin: refactor requeue_io to eliminate spinlock bouncingMike Snitzer2014-11-10
* dm thin: optimize retry_bios_on_resumeMike Snitzer2014-11-10
* dm thin: sort the deferred cellsJoe Thornber2014-11-10
* dm thin: direct dispatch when breaking sharingJoe Thornber2014-11-10
* dm thin: remap the bios in a cell immediatelyJoe Thornber2014-11-10
* dm thin: defer whole cells rather than individual biosJoe Thornber2014-11-10
* dm thin: factor out remap_and_issue_overwriteMike Snitzer2014-11-10
* dm thin: performance improvement to discard processingJoe Thornber2014-11-10
* dm thin: implement thin_mergeMike Snitzer2014-11-10
* dm thin: adjust max_sectors_kb based on thinp blocksizeMike Snitzer2014-11-10