aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/blockcheck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman1-15/+11
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-42/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2012-05-29ocfs2: kill endianness abuses in blockcheck.cAl Viro1-20/+22
2010-09-08ocfs2: Fix metaecc error messagesSunil Mushran1-2/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-2/+2
2009-12-04tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König1-1/+1
2009-06-03ocfs2: Add statistics for the checksum and ecc operations.Joel Becker1-8/+176
2009-01-05ocfs2: One more hamming code optimization.Joel Becker1-42/+19
2009-01-05ocfs2: Another hamming code optimization.Joel Becker1-1/+39
2009-01-05ocfs2: Don't hand-code xor in ocfs2_hamming_encode().Joel Becker1-47/+20
2009-01-05ocfs2: block read meta ecc.Joel Becker1-0/+9
2009-01-05ocfs2: Add the underlying blockcheck code.Joel Becker1-0/+480