aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-thin.c
AgeCommit message (Expand)Author
2019-03-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer
2019-02-14dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2019-01-15dm thin: fix passdown_double_checking_shared_status()Joe Thornber
2018-12-12dm thin: bump target versionMike Snitzer
2018-12-11dm thin: send event about thin-pool state change _after_ making itMike Snitzer
2018-10-16dm thin: use refcount_t for thin_c reference countingJohn Pittman
2018-09-10dm thin metadata: try to avoid ever aborting transactionsJoe Thornber
2018-08-07dm thin: stop no_space_timeout worker when switching to write-modeHou Tao
2018-07-31dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer
2018-07-30dm thin: include metadata_low_watermark threshold in pool statusAndy Grover
2018-06-27dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2017-12-04dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-28dm: constify argument arraysEric Biggers
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-06-27dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-24dm thin: fix a memory leak when passing discard bio downDennis Yang
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-03-07dm bio prison v2: new interface for the bio prisonJoe Thornber
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-27block: add a op_is_flush helperChristoph Hellwig
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