aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-05-25[JFFS2] Fix 64-bit size_t problems in XATTR code.David Woodhouse1-14/+14
2006-05-24[JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse1-29/+9
2006-05-23[JFFS2] Remove flash offset argument from various functions.David Woodhouse1-22/+23
2006-05-22[JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.David Woodhouse1-8/+7
2006-05-21[JFFS2] Add length argument to jffs2_add_physical_node_ref()David Woodhouse1-9/+5
2006-05-13[JFFS2][XATTR] Fix obvious typoKaiGai Kohei1-1/+1
2006-05-13[JFFS2][XATTR] Unify each file header part with any jffs2 file.KaiGai Kohei1-8/+8
2006-05-13[JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic)KaiGai Kohei1-48/+20
2006-05-13[JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.KaiGai Kohei1-28/+47
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei1-0/+1271