416c1de94ddf7199aedaf7b039292a36b92699fb |
|
06-Dec-2013 |
Zheng Liu <wenqing.lz@taobao.com> |
libext2fs: handle inline data in dir iterator function Inline_data is handled in dir iterator because a lot of commands use this function to traverse directory entries in debugfs. We need to handle inline_data individually because inline_data is saved in two places. One is in i_block, and another is in ibody extended attribute. After applied this commit, the following commands in debugfs can support the inline_data feature: - cd - chroot - link* - ls - ncheck - pwd - unlink * TODO: Inline_data doesn't expand to ibody extended attribute because link command doesn't handle DIR_NO_SPACE error until now. But if we have already expanded inline data to ibody ea area, link command can occupy this space. Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/ext2fs/Makefile.pq
|
f8188fff23dc2d9c9f858fb21264e46b17672825 |
|
14-Nov-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: pass1.c, pass2.c, pass3.c, pass4.c, pass5.c: Add calls to the progress indicator function. pass1.c (scan_callback): Add call to the progress feedback function (if it exists). super.c (check_super_block): Skip the device size check if the get_device_size returns EXT2_EXT_UNIMPLEMENTED. iscan.c (main): Don't use fatal_error() anymore. pass1b.c, swapfs.c, badblocks.c: Set E2F_FLAG_ABORT instead of calling fatal_error(0). problem.c, pass3.c (PR_3_ROOT_NOT_DIR_ABORT, PR_3_NO_ROOT_INODE_ABORT): New problem codes. problem.c, pass2.c (PR_2_SPLIT_DOT): New problem code. problem.c, pass1.c (PR_1_SUPPRESS_MESSAGES): New problem code. problemP.h: New file which separates out the private fix_problem data structures. util.c, dirinfo.c, pass1.c, pass1b.c, pass2.c, pass5.c, super.c, swapfs.c util.c: allocate_memory() now takes a e2fsck context as its first argument, and rename it to be e2fsck_allocate_memory(). problemP.h: New file which contains the private problem abstraction definitions. Makefile.pq: Remove include of MAKEFILE.STD, which doesn't exist at this point.
/external/e2fsprogs/lib/ext2fs/Makefile.pq
|
d36d835b48f3c280b254a9ca6d519d5c97d14ad4 |
|
12-Nov-1997 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in, Makefile.pq, ext2_err.et.in, tst_getsize.c: Makefile.in, tst_getsize.c: Added new file which is used to test the ext2fs_get_device_size function. ext2_err.et.in (EXT2_ET_UNIMPLEMENTED): Added new error code.
/external/e2fsprogs/lib/ext2fs/Makefile.pq
|
291c9049ba70bb6256099a066243cec1359c9c15 |
|
31-Oct-1997 |
Theodore Ts'o <tytso@mit.edu> |
ext2fs.h, ext2_err.et.in, ChangeLog, pass1.c, pass3.c: Rename new error codes to _ET_ in them for consistency. ChangeLog, et_c.awk, et_h.awk: Remove support for non STDC compilers, since the workarounds caused problems with the header file. Makefile.pq: Checkpoint of powerquest work.
/external/e2fsprogs/lib/ext2fs/Makefile.pq
|
30fab293065b7fc6d7d138e8e9eea533a3560873 |
|
26-Oct-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: ext2fs.h: Added function declarations and constants for bmap.c and fileio.c. ext2_err.et.in: Added new error messages EXT2_FILE_RO and EXT2_ET_MAGIC_EXT2_FILE Makefile.in: Added files bmap.c and fileio.c, and temporarily commented out brel_ma.c and irel_ma.c bmap.c: New file which maps a file's logical block number to its physical block number. fileio.c: New file which implements simple file reading and writing primitives. alloc.c (ext2fs_alloc_block): New function which allocates a block, zeros it, and updates the filesystem accounting records appropriately.
/external/e2fsprogs/lib/ext2fs/Makefile.pq
|
7668d9b590befc2d574cab710c2b83c1226ddd15 |
|
20-Oct-1997 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in: Don't include the Makefile.pq and the powerquest directories in the tar file. Makefile.pq: Initial version of powerquest-special makefile
/external/e2fsprogs/lib/ext2fs/Makefile.pq
|