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-dust.c
Age
Commit message (
Expand
)
Author
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
dm: push error reporting down to dm_register_target()
Yangtao Li
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-02-03
dm dust: remove h from printk format specifier
Tom Rix
2020-07-20
dm dust: add interface to list all badblocks
yangerkun
2020-07-20
dm dust: report some message results directly back to user
yangerkun
2020-01-07
dm dust: change ret to r in dust_map_write
Bryan Gurney
2019-11-05
dm dust: add limited write failure mode
Bryan Gurney
2019-11-05
dm dust: change ret to r in dust_map_read and dust_map
Bryan Gurney
2019-11-05
dm dust: change result vars to r
Bryan Gurney
2019-08-21
dm dust: use dust block size for badblocklist index
Bryan Gurney
2019-05-07
dm dust: Make dm_dust_init and dm_dust_exit static
YueHaibing
2019-05-07
dm dust: remove redundant unsigned comparison to less than zero
Colin Ian King
2019-04-30
dm: add dust target
Bryan Gurney