summaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
AgeCommit message (Expand)Author
2019-11-06dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet
2019-04-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)
2019-02-20dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2019-01-31dm thin: fix passdown_double_checking_shared_status()Joe Thornber
2018-10-10dm thin metadata: try to avoid ever aborting transactionsJoe Thornber
2018-09-09dm thin: stop no_space_timeout worker when switching to write-modeHou Tao
2018-07-03dm thin: handle running out of data space vs concurrent discardMike Snitzer
2017-07-05dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara
2017-05-20dm thin: fix a memory leak when passing discard bio downDennis Yang
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-20dm thin: fix a race condition between discarding and provisioning a blockJoe Thornber
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07dm: use bio op accessorsMike Christie
2016-06-07block discard: use bio set op accessorMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-13dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber
2016-05-13dm thin: use __blkdev_issue_discard for async discard supportMike Snitzer
2016-05-13dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Mike Snitzer
2016-05-05dm thin: Remove return statement from void functionAmitoj Kaur Chawla
2016-03-11dm thin: consistently return -ENOSPC if pool has run out of data spaceMike Snitzer
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer
2016-01-06dm thin: bump thin and thin-pool target versionsMike Snitzer
2015-12-17dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov
2015-11-23dm thin: fix regression in advertised discard limitsMike Snitzer
2015-11-16dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer
2015-10-13dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer
2015-09-13dm thin: disable discard support for thin devices if pool's is disabledMike Snitzer
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-18dm thin: optimize async discard submissionMike Snitzer
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-26dm thin: return -ENOSPC when erroring retry list due to out of data spaceMike Snitzer
2015-07-16dm thin: display 'needs_check' in status if it is setMike Snitzer
2015-07-16dm thin: stay in out-of-data-space mode once no_space_timeout expiresMike Snitzer
2015-07-05dm thin: allocate the cell_sort_array dynamicallyJoe Thornber
2015-06-11dm thin: fail messages with EOPNOTSUPP when pool cannot handle messagesMike Snitzer
2015-06-11dm thin: range discard supportJoe Thornber
2015-05-29dm thin: cleanup schedule_zero() to read more logicallyMike Snitzer
2015-05-29dm thin: cleanup overwrite's endio restore to be centralizedMike Snitzer
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe
2015-02-27dm thin: fix to consistently zero-fill reads to unprovisioned blocksJoe Thornber
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-02-09dm: use time_in_range() and time_after()Manuel Schölling
2015-01-28dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber
2014-12-17dm thin: fix crash by initializing thin device's refcount and completion earlierMarc Dionne
2014-12-17dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber
2014-12-17dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber
2014-11-21dm thin: fix pool_io_hints to avoid looking at max_hw_sectorsMike Snitzer