Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ext2fs: Add support for xattr | Shengyu Zhang | 2017-01-06 | 1 | -1/+2 |
| | | | | | | | | | * ext2fs/Makefile (SRCS): Add xattr.c. * ext2fs/ext2_fs.h: Define EXT2_FEATURE_COMPAT_EXT_ATTR. * ext2fs/ext2fs.h: Add xattr functions. * ext2fs/ialloc.c (diskfs_free_node): Free xattr block. * ext2fs/xattr.c: xattr implement. * ext2fs/xattr.h: Likewise. | ||||
* | Do not inherit all ext2fs flags | Samuel Thibault | 2011-12-28 | 1 | -0/+23 |
| | | | | | | | | * ext2fs/ext2_fs.h (EXT2_FL_INHERITED, EXT2_REG_FLMASK, EXT2_OTHER_FLMASK): New macros. (ext2_mask_flags): New inline function. * ext2fs/ialloc.c (diskfs_alloc_node): Use EXT2_FL_INHERITED and call ext2_mask_flags. | ||||
* | 2003-08-10 Peter Bruin <pjbruin@dds.nl> | Samuel Thibault | 2008-07-28 | 1 | -2/+2 |
| | | | | * ext2_fs.h (i_frag, i_fsize): Drop spurious `;'. | ||||
* | 2000-02-05 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-02-05 | 1 | -4/+11 |
| | | | | | | | * ext2_fs.h: Update from Linux 2.3.42 version (ext2_fs_i.h unchanged). * inode.c (check_high_bits): In accordance with Linux 2.3.42 behavior, permit 32-bit uids on non-hurd filesystems unless i_dtime is zero (which indicates an extra old Linux ext2 implementation I guess). | ||||
* | 1999-08-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-08-23 | 1 | -27/+116 |
| | | | | | * ext2_fs.h, ext2_fs_i.h: Replaced with Linux 2.3.14 versions. * ext2fs.h (i_mode_high): New macro, missing from ext_fs.h. | ||||
* | Update to version from linux-2.0.12. | Miles Bader | 1996-08-15 | 1 | -50/+194 |
| | |||||
* | Rename uN/sN to __uN/__sN, and remove the definitions. | Miles Bader | 1996-08-12 | 1 | -93/+86 |
| | |||||
* | (ext2_debug_flag): New decl. | Miles Bader | 1996-08-02 | 1 | -1/+2 |
| | | | | (ext2_debug): Pay attention to EXT2_DEBUG_FLAG. | ||||
* | entered into RCS | Miles Bader | 1995-05-09 | 1 | -1/+1 |
| | |||||
* | Formerly ext2_fs.h.~18~ | Miles Bader | 1995-05-08 | 1 | -1/+1 |
| | |||||
* | Formerly ext2_fs.h.~16~ | Miles Bader | 1995-05-03 | 1 | -1/+1 |
| | |||||
* | Formerly ext2_fs.h.~15~ | Miles Bader | 1995-04-28 | 1 | -4/+3 |
| | |||||
* | Formerly ext2_fs.h.~14~ | Miles Bader | 1995-04-27 | 1 | -3/+3 |
| | |||||
* | Formerly ext2_fs.h.~13~ | Miles Bader | 1995-04-26 | 1 | -1/+1 |
| | |||||
* | Formerly ext2_fs.h.~12~ | Miles Bader | 1995-04-26 | 1 | -5/+3 |
| | |||||
* | Formerly ext2_fs.h.~11~ | Miles Bader | 1995-04-26 | 1 | -3/+3 |
| | |||||
* | Formerly ext2_fs.h.~10~ | Miles Bader | 1995-04-14 | 1 | -114/+3 |
| | |||||
* | Formerly ext2_fs.h.~9~ | Miles Bader | 1995-04-14 | 1 | -2/+2 |
| | |||||
* | Formerly ext2_fs.h.~8~ | Miles Bader | 1995-04-14 | 1 | -2/+3 |
| | |||||
* | Formerly ext2_fs.h.~7~ | Miles Bader | 1995-04-14 | 1 | -6/+6 |
| | |||||
* | Formerly ext2_fs.h.~6~ | Miles Bader | 1995-04-14 | 1 | -1/+2 |
| | |||||
* | Formerly ext2_fs.h.~5~ | Miles Bader | 1995-04-14 | 1 | -28/+28 |
| | |||||
* | Formerly ext2_fs.h.~4~ | Miles Bader | 1995-04-14 | 1 | -51/+51 |
| | |||||
* | Formerly ext2_fs.h.~3~ | Miles Bader | 1995-04-11 | 1 | -0/+1 |
| | |||||
* | Formerly ext2_fs.h.~2~ | Miles Bader | 1995-04-11 | 1 | -4/+4 |
| | |||||
* | Initial revision | Miles Bader | 1995-04-11 | 1 | -0/+505 |