aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 1-4/+4
2016-07-20dm thin: fix a race condition between discarding and provisioning a blockGravatar Joe Thornber 1-11/+91
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHGravatar Mike Christie 1-4/+4
2016-06-07dm: use bio op accessorsGravatar Mike Christie 1-7/+10
2016-06-07block discard: use bio set op accessorGravatar Mike Christie 1-1/+1
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-1/+2
2016-05-13dm thin: unroll issue_discard() to create longer discard bio chainsGravatar Joe Thornber 1-37/+71
2016-05-13dm thin: use __blkdev_issue_discard for async discard supportGravatar Mike Snitzer 1-54/+16
2016-05-13dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Gravatar Mike Snitzer 1-12/+1
2016-05-05dm thin: Remove return statement from void functionGravatar Amitoj Kaur Chawla 1-1/+1
2016-03-11dm thin: consistently return -ENOSPC if pool has run out of data spaceGravatar Mike Snitzer 1-4/+17
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeGravatar Mike Snitzer 1-1/+1
2016-01-06dm thin: bump thin and thin-pool target versionsGravatar Mike Snitzer 1-2/+2
2015-12-17dm thin: fix race condition when destroying thin pool workqueueGravatar Nikolay Borisov 1-2/+2
2015-11-23dm thin: fix regression in advertised discard limitsGravatar Mike Snitzer 1-3/+2
2015-11-16dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Gravatar Mike Snitzer 1-0/+1
2015-10-13dm thin: fix missing pool reference count decrement in pool_ctr error pathGravatar Mike Snitzer 1-1/+1
2015-09-13dm thin: disable discard support for thin devices if pool's is disabledGravatar Mike Snitzer 1-0/+4
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-74/+15
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-49/+23
2015-08-18dm thin: optimize async discard submissionGravatar Mike Snitzer 1-74/+15
2015-08-13block: kill merge_bvec_fn() completelyGravatar Kent Overstreet 1-31/+0
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-18/+23
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