summaryrefslogtreecommitdiffstats
path: root/block/badblocks.c
Commit message (Expand)AuthorAgeFilesLines
* badblocks: avoid checking invalid range in badblocks_check()Coly Li2023-12-231-2/+4
* badblocks: switch to the improved badblock handling codeColy Li2023-09-261-305/+3
* badblocks: improve badblocks_check() for multiple ranges handlingColy Li2023-09-261-0/+97
* badblocks: improve badblocks_clear() for multiple ranges handlingColy Li2023-09-261-0/+325
* badblocks: improve badblocks_set() for multiple ranges handlingColy Li2023-09-261-20/+544
* badblocks: add helper routines for badblock ranges handlingColy Li2023-09-261-0/+386
* block/badblocks: Remove redundant assignmentsMichal Orzel2022-04-231-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-9/+1
* badblocks: fix wrong return value in badblocks_set if badblocks are disabledLiu Bo2017-11-031-1/+1
* block: Add fallthrough markers to switch statementsBart Van Assche2017-06-211-0/+1
* badblocks: badblocks_set/clear update unacked_existShaohua Li2016-10-211-0/+23
* badblocks: fix overlapping check for clearingTomasz Majchrzak2016-10-121-2/+4
* block, badblocks: introduce devm_init_badblocksDan Williams2016-01-091-13/+35
* block: clarify badblocks lifetimeDan Williams2016-01-091-0/+2
* badblocks: rename badblocks_free to badblocks_exitDan Williams2016-01-091-3/+3
* badblocks: Add core badblock management codeVishal Verma2016-01-091-0/+561