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-snap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-02
dm-snap: use blkdev_issue_flush instead of open coding it
Christoph Hellwig
1
-20
/
+1
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
1
-0
/
+13
2021-05-25
dm snapshot: properly fix a crash when an origin has no snapshots
Mikulas Patocka
1
-1
/
+1
2021-05-25
dm snapshot: revert "fix a crash when an origin has no snapshots"
Mikulas Patocka
1
-2
/
+3
2021-05-13
dm snapshot: fix crash with transient storage and zero chunk size
Mikulas Patocka
1
-0
/
+1
2021-05-10
dm snapshot: fix a crash when an origin has no snapshots
Mikulas Patocka
1
-3
/
+2
2021-04-19
dm: replace dm_vcalloc()
Matthew Wilcox (Oracle)
1
-2
/
+3
2021-01-06
dm snapshot: flush merged data before committing metadata
Akilesh Kailash
1
-0
/
+24
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-3
/
+3
2020-01-07
dm snapshot: use true/false for bool variable
zhengbin
1
-3
/
+3
2019-10-10
dm snapshot: rework COW throttling to fix deadlock
Mikulas Patocka
1
-14
/
+64
2019-10-10
dm snapshot: introduce account_start_copy() and account_end_copy()
Mikulas Patocka
1
-5
/
+15
2019-07-17
dm snapshot: fix oversights in optional discard support
Mike Snitzer
1
-0
/
+10
2019-07-12
dm snapshot: add optional discard support features
Mike Snitzer
1
-21
/
+165
2019-04-18
dm snapshot: Use fine-grained locking scheme
Nikos Tsironis
1
-40
/
+44
2019-04-18
dm snapshot: Make exception tables scalable
Nikos Tsironis
1
-23
/
+114
2019-04-18
dm snapshot: Replace mutex with rw semaphore
Nikos Tsironis
1
-45
/
+43
2019-04-18
dm snapshot: Don't sleep holding the snapshot lock
Nikos Tsironis
1
-37
/
+65
2019-03-05
dm snapshot: don't define direct_access if we don't support it
Mikulas Patocka
1
-8
/
+0
2018-12-18
dm snapshot: Fix excessive memory usage and workqueue stalls
Nikos Tsironis
1
-0
/
+22
2018-08-08
dm snapshot: remove stale FIXME in snapshot_map()
Mike Snitzer
1
-2
/
+0
2018-08-08
dm snapshot: improve performance by switching out_of_order_list to rbtree
David Jeffery
1
-13
/
+26
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-4
/
+5
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
-9
/
+8
2018-01-17
dm snapshot: use mutex instead of rw_semaphore
Mikulas Patocka
1
-41
/
+43
2017-12-04
dm: fix various targets to dm_register_target after module __init resources c...
monty_pavel@sina.com
1
-24
/
+24
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-8
/
+8
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+3
2017-06-09
dm: change ->end_io calling convention
Christoph Hellwig
1
-2
/
+2
2017-06-09
dm: don't return errnos from ->map
Christoph Hellwig
1
-4
/
+4
2017-04-25
dm: teach dm-targets to use a dax_device + dax_operations
Dan Williams
1
-3
/
+3
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-3
/
+3
2016-07-28
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2016-07-26
Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-0
/
+8
2016-07-20
dm snap: add fake origin_direct_access
Toshi Kani
1
-0
/
+8
2016-07-20
block: get rid of bio_rw and READA
Christoph Hellwig
1
-6
/
+7
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-3
/
+3
2016-03-10
dm snapshot: disallow the COW and origin devices from being identical
DingXiang
1
-0
/
+9
2016-02-22
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
1
-1
/
+1
2016-01-08
dm snapshot: fix hung bios when copy error occurs
Mikulas Patocka
1
-15
/
+5
2015-12-10
dm: don't save and restore bi_private
Mikulas Patocka
1
-5
/
+1
2015-10-09
dm snapshot: add new persistent store option to support overflow
Mike Snitzer
1
-5
/
+9
2015-09-02
Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-4
/
+16
2015-08-13
block: kill merge_bvec_fn() completely
Kent Overstreet
1
-15
/
+0
2015-08-12
dm snapshot: don't invalidate on-disk image on snapshot write overflow
Mikulas Patocka
1
-4
/
+16
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-3
/
+3
2015-05-22
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
1
-1
/
+0
2015-05-05
bio: skip atomic inc/dec of ->bi_remaining for non-chains
Jens Axboe
1
-1
/
+1
2015-02-27
dm snapshot: suspend merging snapshot when doing exception handover
Mikulas Patocka
1
-6
/
+29
[next]