Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-17 | libext2fs: display partial path if fs corrupted in ext2fs_get_pathname() | Theodore Ts'o | 1 | -2/+2 | |
The function ext2fs_get_pathname() used to return EXT2_ET_NO_DIRECTORY if one of the directories in an inode's pathname is not a directory. This is not very useful in an emergency, when the file system is corrupted. This commit will cause ext2fs_get_pathname() to return a partial pathname, which should help system administrators trying to use debugfs to investigate a corrupted file system. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> | |||||
2002-08-17 | Overhaul extended attribute handling. Should now be correct with | Theodore Ts'o | 1 | -6/+0 | |
respect to the latest V2 bestbits ACL code. | |||||
1999-09-16 | ChangeLog, expect.1, expect.2, image.gz, name: | Theodore Ts'o | 1 | -0/+28 | |
New test case which tests duplicate '.' and '..' entries. |