index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-clone-target.c
Age
Commit message (
Expand
)
Author
2021-01-27
dm-clone: use blkdev_issue_flush in commit_metadata
Christoph Hellwig
2020-07-08
writeback: remove bdi->congested_fn
Christoph Hellwig
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-03-27
dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()
Nikos Tsironis
2020-03-27
dm clone: Add missing casts to prevent overflows and data corruption
Nikos Tsironis
2020-03-27
dm clone: Add overflow check for number of regions
Nikos Tsironis
2020-03-27
dm clone: Fix handling of partial region discards
Nikos Tsironis
2019-12-05
dm clone: Flush destination device before committing metadata
Nikos Tsironis
2019-12-05
dm clone metadata: Use a two phase commit
Nikos Tsironis
2019-11-05
dm clone: add bucket_lock_irq/bucket_unlock_irq helpers
Nikos Tsironis
2019-11-05
dm clone: replace spin_lock_irqsave with spin_lock_irq
Mikulas Patocka
2019-10-08
dm clone: Make __hash_find static
YueHaibing
2019-09-12
dm: add clone target
Nikos Tsironis