index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-snap.c
Age
Commit message (
Expand
)
Author
2024-05-20
dm: always manage discard support in terms of max_hw_discard_sectors
Mike Snitzer
2024-03-20
dm snapshot: fix lockup in dm_exception_table_exit
Mikulas Patocka
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-05
dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
Christoph Hellwig
2023-04-11
dm: push error reporting down to dm_register_target()
Yangtao Li
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
dm: avoid spaces before function arguments or in favour of tabs
Heinz Mauelshagen
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
dm: use fsleep() instead of msleep() for deterministic sleep duration
Heinz Mauelshagen
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2022-07-07
dm snapshot: fix typo in snapshot_map() comment
Zhang Jiaming
2022-02-02
dm-snap: use blkdev_issue_flush instead of open coding it
Christoph Hellwig
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-05-25
dm snapshot: properly fix a crash when an origin has no snapshots
Mikulas Patocka
2021-05-25
dm snapshot: revert "fix a crash when an origin has no snapshots"
Mikulas Patocka
2021-05-13
dm snapshot: fix crash with transient storage and zero chunk size
Mikulas Patocka
2021-05-10
dm snapshot: fix a crash when an origin has no snapshots
Mikulas Patocka
2021-04-19
dm: replace dm_vcalloc()
Matthew Wilcox (Oracle)
2021-01-06
dm snapshot: flush merged data before committing metadata
Akilesh Kailash
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-01-07
dm snapshot: use true/false for bool variable
zhengbin
2019-10-10
dm snapshot: rework COW throttling to fix deadlock
Mikulas Patocka
2019-10-10
dm snapshot: introduce account_start_copy() and account_end_copy()
Mikulas Patocka
2019-07-17
dm snapshot: fix oversights in optional discard support
Mike Snitzer
2019-07-12
dm snapshot: add optional discard support features
Mike Snitzer
2019-04-18
dm snapshot: Use fine-grained locking scheme
Nikos Tsironis
2019-04-18
dm snapshot: Make exception tables scalable
Nikos Tsironis
2019-04-18
dm snapshot: Replace mutex with rw semaphore
Nikos Tsironis
2019-04-18
dm snapshot: Don't sleep holding the snapshot lock
Nikos Tsironis
2019-03-05
dm snapshot: don't define direct_access if we don't support it
Mikulas Patocka
2018-12-18
dm snapshot: Fix excessive memory usage and workqueue stalls
Nikos Tsironis
2018-08-08
dm snapshot: remove stale FIXME in snapshot_map()
Mike Snitzer
2018-08-08
dm snapshot: improve performance by switching out_of_order_list to rbtree
David Jeffery
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-05
dm: Use kzalloc for all structs with embedded biosets/mempools
Kent Overstreet
2018-05-30
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-01-17
dm snapshot: use mutex instead of rw_semaphore
Mikulas Patocka
2017-12-04
dm: fix various targets to dm_register_target after module __init resources c...
monty_pavel@sina.com
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
dm: change ->end_io calling convention
Christoph Hellwig
2017-06-09
dm: don't return errnos from ->map
Christoph Hellwig
2017-04-25
dm: teach dm-targets to use a dax_device + dax_operations
Dan Williams
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-07-28
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-07-26
Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
[next]