summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-thin.c
Commit message (Expand)AuthorAgeFilesLines
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-34/+33
|\
| * block: switch bios to blk_status_tChristoph Hellwig2017-06-091-33/+32
| * dm: change ->end_io calling conventionChristoph Hellwig2017-06-091-2/+2
* | dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara2017-06-271-13/+13
|/
* Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-1/+2
|\
| * dm thin: fix a memory leak when passing discard bio downDennis Yang2017-04-241-0/+1
| * dm bio prison v2: new interface for the bio prisonJoe Thornber2017-03-071-1/+1
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-2/+0
|/
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* block: add a op_is_flush helperChristoph Hellwig2017-01-271-8/+5
* 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