index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: fix various targets to dm_register_target after module __init resources c...
monty_pavel@sina.com
2017-12-04
1
-12
/
+10
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-1
/
+1
*
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-14
1
-1
/
+1
|
\
|
*
dm: constify argument arrays
Eric Biggers
2017-08-28
1
-1
/
+1
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-3
/
+3
|
/
*
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-07-03
1
-34
/
+33
|
\
|
*
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-33
/
+32
|
*
dm: change ->end_io calling convention
Christoph Hellwig
2017-06-09
1
-2
/
+2
*
|
dm thin: do not queue freed thin mapping for next stage processing
Vallish Vaidyeshwara
2017-06-27
1
-13
/
+13
|
/
*
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-03
1
-1
/
+2
|
\
|
*
dm thin: fix a memory leak when passing discard bio down
Dennis Yang
2017-04-24
1
-0
/
+1
|
*
dm bio prison v2: new interface for the bio prison
Joe Thornber
2017-03-07
1
-1
/
+1
*
|
block: remove the discard_zeroes_data flag
Christoph Hellwig
2017-04-08
1
-2
/
+0
|
/
*
block: Use pointer to backing_dev_info from request_queue
Jan Kara
2017-02-02
1
-1
/
+1
*
block: add a op_is_flush helper
Christoph Hellwig
2017-01-27
1
-8
/
+5
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-4
/
+4
*
dm thin: fix a race condition between discarding and provisioning a block
Joe Thornber
2016-07-20
1
-11
/
+91
*
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
1
-4
/
+4
*
dm: use bio op accessors
Mike Christie
2016-06-07
1
-7
/
+10
*
block discard: use bio set op accessor
Mike Christie
2016-06-07
1
-1
/
+1
*
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-06-07
1
-1
/
+2
*
dm thin: unroll issue_discard() to create longer discard bio chains
Joe Thornber
2016-05-13
1
-37
/
+71
*
dm thin: use __blkdev_issue_discard for async discard support
Mike Snitzer
2016-05-13
1
-54
/
+16
*
dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()
Mike Snitzer
2016-05-13
1
-12
/
+1
*
dm thin: Remove return statement from void function
Amitoj Kaur Chawla
2016-05-05
1
-1
/
+1
*
dm thin: consistently return -ENOSPC if pool has run out of data space
Mike Snitzer
2016-03-11
1
-4
/
+17
*
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
2016-02-22
1
-1
/
+1
*
dm thin: bump thin and thin-pool target versions
Mike Snitzer
2016-01-06
1
-2
/
+2
*
dm thin: fix race condition when destroying thin pool workqueue
Nikolay Borisov
2015-12-17
1
-2
/
+2
*
dm thin: fix regression in advertised discard limits
Mike Snitzer
2015-11-23
1
-3
/
+2
*
dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...
Mike Snitzer
2015-11-16
1
-0
/
+1
*
dm thin: fix missing pool reference count decrement in pool_ctr error path
Mike Snitzer
2015-10-13
1
-1
/
+1
*
dm thin: disable discard support for thin devices if pool's is disabled
Mike Snitzer
2015-09-13
1
-0
/
+4
*
Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2015-09-02
1
-74
/
+15
|
\
|
*
dm thin: optimize async discard submission
Mike Snitzer
2015-08-18
1
-74
/
+15
*
|
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-02
1
-49
/
+23
|
\
\
|
|
/
|
/
|
|
*
block: kill merge_bvec_fn() completely
Kent Overstreet
2015-08-13
1
-31
/
+0
|
*
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-18
/
+23
*
|
dm thin: return -ENOSPC when erroring retry list due to out of data space
Mike Snitzer
2015-07-26
1
-3
/
+8
*
|
dm thin: display 'needs_check' in status if it is set
Mike Snitzer
2015-07-16
1
-2
/
+8
*
|
dm thin: stay in out-of-data-space mode once no_space_timeout expires
Mike Snitzer
2015-07-16
1
-4
/
+17
*
|
dm thin: allocate the cell_sort_array dynamically
Joe Thornber
2015-07-05
1
-1
/
+12
|
/
*
dm thin: fail messages with EOPNOTSUPP when pool cannot handle messages
Mike Snitzer
2015-06-11
1
-1
/
+1
*
dm thin: range discard support
Joe Thornber
2015-06-11
1
-149
/
+434
*
dm thin: cleanup schedule_zero() to read more logically
Mike Snitzer
2015-05-29
1
-9
/
+7
*
dm thin: cleanup overwrite's endio restore to be centralized
Mike Snitzer
2015-05-29
1
-8
/
+3
*
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
2015-05-22
1
-6
/
+3
*
bio: skip atomic inc/dec of ->bi_remaining for non-chains
Jens Axboe
2015-05-05
1
-2
/
+2
*
dm thin: fix to consistently zero-fill reads to unprovisioned blocks
Joe Thornber
2015-02-27
1
-11
/
+0
*
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-02-12
1
-2
/
+3
|
\
[next]