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.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-snap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
dm: always manage discard support in terms of max_hw_discard_sectors
Mike Snitzer
1
-1
/
+1
2024-03-20
dm snapshot: fix lockup in dm_exception_table_exit
Mikulas Patocka
1
-1
/
+3
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-2
/
+2
2023-06-05
dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
Christoph Hellwig
1
-9
/
+5
2023-04-11
dm: push error reporting down to dm_register_target()
Yangtao Li
1
-9
/
+3
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
1
-14
/
+7
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
1
-0
/
+7
2023-02-14
dm: avoid spaces before function arguments or in favour of tabs
Heinz Mauelshagen
1
-3
/
+3
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
1
-2
/
+1
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
1
-3
/
+3
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
1
-3
/
+4
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
1
-17
/
+17
2023-02-14
dm: use fsleep() instead of msleep() for deterministic sleep duration
Heinz Mauelshagen
1
-3
/
+3
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
1
-0
/
+1
2022-07-07
dm snapshot: fix typo in snapshot_map() comment
Zhang Jiaming
1
-1
/
+1
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-07
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-09
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-13
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-31
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-29
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2016-07-27
Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-0
/
+8
[next]