freebsd-dev/sys/fs/ext2fs
Pedro F. Giffuni 34f4388801 ext2fs: add read-write support for Extended Attributes.
Extended attributes and their particular implementation in linux are
different from FreeBSD so in this case we have started diverging from
the  UFS EA implementation, which would be the natural reference.

Depending on future progress implementing ACLs this approach may change
but for now bring to the tree an implementation that is consistent and
can be tested.

Submitted by:	Fedor Uporov

Differential Revision:	https://reviews.freebsd.org/D10460
2017-05-03 22:35:41 +00:00
..
ext2_alloc.c ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2_balloc.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_bmap.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ext2_dinode.h ext2fs: Add some more inode flags. 2016-08-06 16:48:40 +00:00
ext2_dir.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_extattr.c ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2_extattr.h ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2_extents.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_extents.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_extern.h ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2_hash.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_htree.c ext2fs: Remove unused assignment. 2017-02-17 20:56:43 +00:00
ext2_inode_cnv.c ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2_inode.c ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2_lookup.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_mount.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_subr.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_vfsops.c style(9) cleanups. 2016-12-28 15:43:17 +00:00
ext2_vnops.c ext2fs: add read-write support for Extended Attributes. 2017-05-03 22:35:41 +00:00
ext2fs.h ext2fs: Initial support for Extended Attributes. 2017-04-01 01:00:36 +00:00
fs.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
htree.h style(9) cleanups. 2016-12-28 15:43:17 +00:00
inode.h ext2fs: Initial support for Extended Attributes. 2017-04-01 01:00:36 +00:00