index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-1
/
+1
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
1
-0
/
+8
2021-03-26
dm thin: remove needless request_queue NULL pointer check
Xu Wang
1
-1
/
+1
2020-07-08
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-16
/
+0
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-2
/
+2
2020-01-14
dm thin: change data device's flush_bio to be member of struct pool
Mikulas Patocka
1
-9
/
+10
2020-01-14
dm thin: don't allow changing data device during thin-pool reload
Mikulas Patocka
1
-5
/
+13
2020-01-14
dm thin: fix use-after-free in metadata_pre_commit_callback
Mike Snitzer
1
-4
/
+3
2019-12-06
dm thin: Flush data device before committing metadata
Nikos Tsironis
1
-2
/
+40
2019-11-18
dm thin: wakeup worker only when deferred bios exist
Jeffle Xu
1
-1
/
+4
2019-11-05
dm thin: replace spin_lock_irqsave with spin_lock_irq
Mikulas Patocka
1
-67
/
+46
2019-03-05
dm thin: add sanity checks to thin-pool and external snapshot creation
Jason Cai (Xiang Feng)
1
-0
/
+13
2019-02-20
dm: eliminate 'split_discard_bios' flag from DM target interface
Mike Snitzer
1
-1
/
+0
2019-02-14
dm thin: fix bug where bio that overwrites thin block ignores FUA
Nikos Tsironis
1
-5
/
+50
2019-01-15
dm thin: fix passdown_double_checking_shared_status()
Joe Thornber
1
-5
/
+5
2018-12-12
dm thin: bump target version
Mike Snitzer
1
-2
/
+2
2018-12-11
dm thin: send event about thin-pool state change _after_ making it
Mike Snitzer
1
-33
/
+35
2018-10-16
dm thin: use refcount_t for thin_c reference counting
John Pittman
1
-4
/
+4
2018-09-10
dm thin metadata: try to avoid ever aborting transactions
Joe Thornber
1
-8
/
+65
2018-08-07
dm thin: stop no_space_timeout worker when switching to write-mode
Hou Tao
1
-0
/
+2
2018-07-31
dm kcopyd: return void from dm_kcopyd_copy()
Mike Snitzer
1
-20
/
+3
2018-07-30
dm thin: include metadata_low_watermark threshold in pool status
Andy Grover
1
-2
/
+4
2018-06-27
dm thin: handle running out of data space vs concurrent discard
Mike Snitzer
1
-2
/
+9
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2018-06-12
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-30
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
[next]