summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAgeFilesLines
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-4/+4
* dm thin: fix a race condition between discarding and provisioning a blockJoe Thornber2016-07-201-11/+91
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-4/+4
* dm: use bio op accessorsMike Christie2016-06-071-7/+10
* block discard: use bio set op accessorMike Christie2016-06-071-1/+1
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber2016-05-131-37/+71
* dm thin: use __blkdev_issue_discard for async discard supportMike Snitzer2016-05-131-54/+16
* dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Mike Snitzer2016-05-131-12/+1
* dm thin: Remove return statement from void functionAmitoj Kaur Chawla2016-05-051-1/+1
* dm thin: consistently return -ENOSPC if pool has run out of data spaceMike Snitzer2016-03-111-4/+17
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-221-1/+1
* dm thin: bump thin and thin-pool target versionsMike Snitzer2016-01-061-2/+2
* dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov2015-12-171-2/+2
* dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-231-3/+2
* dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-161-0/+1
* dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer2015-10-131-1/+1
* dm thin: disable discard support for thin devices if pool's is disabledMike Snitzer2015-09-131-0/+4
* Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-09-021-74/+15
|\
| * dm thin: optimize async discard submissionMike Snitzer2015-08-181-74/+15
* | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-49/+23
|\ \ | |/ |/|
| * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-31/+0
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-18/+23
* | dm thin: return -ENOSPC when erroring retry list due to out of data spaceMike Snitzer2015-07-261-3/+8
* | dm thin: display 'needs_check' in status if it is setMike Snitzer2015-07-161-2/+8
* | dm thin: stay in out-of-data-space mode once no_space_timeout expiresMike Snitzer2015-07-161-4/+17
* | dm thin: allocate the cell_sort_array dynamicallyJoe Thornber2015-07-051-1/+12
|/
* dm thin: fail messages with EOPNOTSUPP when pool cannot handle messagesMike Snitzer2015-06-111-1/+1
* dm thin: range discard supportJoe Thornber2015-06-111-149/+434
* dm thin: cleanup schedule_zero() to read more logicallyMike Snitzer2015-05-291-9/+7
* dm thin: cleanup overwrite's endio restore to be centralizedMike Snitzer2015-05-291-8/+3
* block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-221-6/+3
* bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-051-2/+2
* dm thin: fix to consistently zero-fill reads to unprovisioned blocksJoe Thornber2015-02-271-11/+0
* Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-121-2/+3
|\
| * dm: use time_in_range() and time_after()Manuel Schölling2015-02-091-2/+3
* | dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber2015-01-281-0/+6
|/
* dm thin: fix crash by initializing thin device's refcount and completion earlierMarc Dionne2014-12-171-3/+2
* dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber2014-12-171-2/+20
* 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