index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+3
2018-06-08
dm: adjust structure members to improve alignment
Mike Snitzer
1
-2
/
+3
2018-06-05
dm: Use kzalloc for all structs with embedded biosets/mempools
Kent Overstreet
1
-1
/
+1
2018-05-31
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-16
/
+16
2018-04-03
dm: allow targets to return output from messages they are sent
Mike Snitzer
1
-1
/
+2
2018-01-29
dm thin: fix trailing semicolon in __remap_and_issue_shared_cell
Luis de Bethencourt
1
-1
/
+1
2018-01-17
dm: backfill missing calls to mutex_destroy()
Mike Snitzer
1
-0
/
+7
2017-12-04
dm: fix various targets to dm_register_target after module __init resources c...
monty_pavel@sina.com
1
-12
/
+10
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2017-08-28
dm: constify argument arrays
Eric Biggers
1
-1
/
+1
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-3
/
+3
2017-07-03
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-34
/
+33
2017-06-27
dm thin: do not queue freed thin mapping for next stage processing
Vallish Vaidyeshwara
1
-13
/
+13
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-33
/
+32
2017-06-09
dm: change ->end_io calling convention
Christoph Hellwig
1
-2
/
+2
2017-05-03
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2017-04-24
dm thin: fix a memory leak when passing discard bio down
Dennis Yang
1
-0
/
+1
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
1
-2
/
+0
2017-03-07
dm bio prison v2: new interface for the bio prison
Joe Thornber
1
-1
/
+1
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-1
/
+1
2017-01-27
block: add a op_is_flush helper
Christoph Hellwig
1
-8
/
+5
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-4
/
+4
2016-07-20
dm thin: fix a race condition between discarding and provisioning a block
Joe Thornber
1
-11
/
+91
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-4
/
+4
2016-06-07
dm: use bio op accessors
Mike Christie
1
-7
/
+10
2016-06-07
block discard: use bio set op accessor
Mike Christie
1
-1
/
+1
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
1
-1
/
+2
2016-05-13
dm thin: unroll issue_discard() to create longer discard bio chains
Joe Thornber
1
-37
/
+71
2016-05-13
dm thin: use __blkdev_issue_discard for async discard support
Mike Snitzer
1
-54
/
+16
2016-05-13
dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()
Mike Snitzer
1
-12
/
+1
2016-05-05
dm thin: Remove return statement from void function
Amitoj Kaur Chawla
1
-1
/
+1
2016-03-12
dm thin: consistently return -ENOSPC if pool has run out of data space
Mike Snitzer
1
-4
/
+17
2016-02-23
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
1
-1
/
+1
2016-01-07
dm thin: bump thin and thin-pool target versions
Mike Snitzer
1
-2
/
+2
2015-12-17
dm thin: fix race condition when destroying thin pool workqueue
Nikolay Borisov
1
-2
/
+2
2015-11-23
dm thin: fix regression in advertised discard limits
Mike Snitzer
1
-3
/
+2
2015-11-16
dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...
Mike Snitzer
1
-0
/
+1
2015-10-13
dm thin: fix missing pool reference count decrement in pool_ctr error path
Mike Snitzer
1
-1
/
+1
2015-09-14
dm thin: disable discard support for thin devices if pool's is disabled
Mike Snitzer
1
-0
/
+4
2015-09-03
Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-74
/
+15
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-49
/
+23
2015-08-18
dm thin: optimize async discard submission
Mike Snitzer
1
-74
/
+15
2015-08-13
block: kill merge_bvec_fn() completely
Kent Overstreet
1
-31
/
+0
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-18
/
+23
2015-07-27
dm thin: return -ENOSPC when erroring retry list due to out of data space
Mike Snitzer
1
-3
/
+8
2015-07-16
dm thin: display 'needs_check' in status if it is set
Mike Snitzer
1
-2
/
+8
2015-07-16
dm thin: stay in out-of-data-space mode once no_space_timeout expires
Mike Snitzer
1
-4
/
+17
2015-07-06
dm thin: allocate the cell_sort_array dynamically
Joe Thornber
1
-1
/
+12
[next]