开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-dust.c
Age
Commit message (
Expand
)
Author
2024-02-20
dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list
Mike Snitzer
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