| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-10 | badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 | Coly Li | 1 | -2/+3 |
| 2025-03-06 | badblocks: use sector_t instead of int to avoid truncation of badblocks length | Zheng Qixing | 1 | -12/+8 |
| 2025-03-06 | badblocks: return boolean from badblocks_set() and badblocks_clear() | Zheng Qixing | 1 | -21/+20 |
| 2025-03-06 | badblocks: fix missing bad blocks on retry in _badblocks_check() | Zheng Qixing | 1 | -26/+24 |
| 2025-03-06 | badblocks: fix merge issue when new badblocks align with pre+1 | Li Nan | 1 | -2/+2 |
| 2025-03-06 | badblocks: try can_merge_front before overlap_front | Li Nan | 1 | -26/+22 |
| 2025-03-06 | badblocks: fix the using of MAX_BADBLOCKS | Li Nan | 1 | -2/+2 |
| 2025-03-06 | badblocks: return error if any badblock set fails | Li Nan | 1 | -12/+5 |
| 2025-03-06 | badblocks: return error directly when setting badblocks exceeds 512 | Li Nan | 1 | -102/+19 |
| 2025-03-06 | badblocks: attempt to merge adjacent badblocks during ack_all_badblocks | Li Nan | 1 | -0/+5 |
| 2025-03-06 | badblocks: factor out a helper try_adjacent_combine | Li Nan | 1 | -14/+26 |
| 2025-03-06 | badblocks: Fix error shitf ops | Li Nan | 1 | -6/+6 |
| 2023-12-23 | badblocks: avoid checking invalid range in badblocks_check() | Coly Li | 1 | -2/+4 |
| 2023-09-26 | badblocks: switch to the improved badblock handling code | Coly Li | 1 | -305/+3 |
| 2023-09-26 | badblocks: improve badblocks_check() for multiple ranges handling | Coly Li | 1 | -0/+97 |
| 2023-09-26 | badblocks: improve badblocks_clear() for multiple ranges handling | Coly Li | 1 | -0/+325 |
| 2023-09-26 | badblocks: improve badblocks_set() for multiple ranges handling | Coly Li | 1 | -20/+544 |
| 2023-09-26 | badblocks: add helper routines for badblock ranges handling | Coly Li | 1 | -0/+386 |
| 2022-04-23 | block/badblocks: Remove redundant assignments | Michal Orzel | 1 | -2/+0 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-04-30 | block: switch all files cleared marked as GPLv2 to SPDX tags | Christoph Hellwig | 1 | -9/+1 |
| 2017-11-03 | badblocks: fix wrong return value in badblocks_set if badblocks are disabled | Liu Bo | 1 | -1/+1 |
| 2017-06-21 | block: Add fallthrough markers to switch statements | Bart Van Assche | 1 | -0/+1 |
| 2016-10-21 | badblocks: badblocks_set/clear update unacked_exist | Shaohua Li | 1 | -0/+23 |
| 2016-10-12 | badblocks: fix overlapping check for clearing | Tomasz Majchrzak | 1 | -2/+4 |
| 2016-01-09 | block, badblocks: introduce devm_init_badblocks | Dan Williams | 1 | -13/+35 |
| 2016-01-09 | block: clarify badblocks lifetime | Dan Williams | 1 | -0/+2 |
| 2016-01-09 | badblocks: rename badblocks_free to badblocks_exit | Dan Williams | 1 | -3/+3 |
| 2016-01-09 | badblocks: Add core badblock management code | Vishal Verma | 1 | -0/+561 |