summaryrefslogtreecommitdiff
path: root/include/linux/badblocks.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-4/+4
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-3/+3
2023-09-26badblocks: add more helper structure and routines in badblocks.hColy Li1-0/+30
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-01-09block, badblocks: introduce devm_init_badblocksDan Williams1-1/+13
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams1-1/+1
2016-01-09badblocks: Add core badblock management codeVishal Verma1-0/+53