aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/ext4/attributes.rst
AgeCommit message (Collapse)AuthorFilesLines
2022-06-16ext4, doc: remove unnecessary escapingWang Jianjian1-34/+34
Signed-off-by: Wang Jianjian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
2022-04-12ext4, doc: fix incorrect h_reserved sizewangjianjian (C)1-1/+1
According to document and code, ext4_xattr_header's size is 32 bytes, so h_reserved size should be 3. Signed-off-by: Wang Jianjian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]> Cc: [email protected]
2018-10-05docs: promote the ext4 data structures book to top levelDarrick J. Wong1-0/+191
Move the ext4 data structures book to Documentation/filesystems/ext4/ since the administrative information moved elsewhere. Signed-off-by: Darrick J. Wong <[email protected]> Signed-off-by: Theodore Ts'o <[email protected]>