aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/xattr.c
AgeCommit message (Expand)Author
2011-03-11jffs2: remove a trailing white space in commentariesTracey Dent
2010-12-03jffs2: fix error value signVasiliy Kulikov
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds
2010-05-21jffs2: constify xattr_handlerStephen Hemminger
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2008-05-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2008-05-01[JFFS2] Track parent inode for directories (for NFS export)David Woodhouse
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-05-20[JFFS2] Fix potential memory leak of dead xattrs on unmount.David Woodhouse
2007-05-20[JFFS2] Fix BUG() caused by failing to discard xattrs on deleted files.David Woodhouse
2007-04-25[JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse
2006-10-04[JFFS2] kill warning RE debug-only variablesJeff Garzik
2006-08-15fs/jffs2/xattr.c: remove dead codeAdrian Bunk
2006-06-29[JFFS2][XATTR] Fix xd->refcnt race conditionKaiGai Kohei
2006-06-27[JFFS2][XATTR] Re-define xd->refcnt as atomic_tKaiGai Kohei
2006-06-27[JFFS2][XATTR] rid unnecessary writing of delete marker.KaiGai Kohei
2006-06-27[JFFS2][XATTR] using 'delete marker' for xdatum/xref deletionKaiGai Kohei
2006-05-25[JFFS2] Fix 64-bit size_t problems in XATTR code.David Woodhouse
2006-05-24[JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse
2006-05-23[JFFS2] Remove flash offset argument from various functions.David Woodhouse
2006-05-22[JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.David Woodhouse
2006-05-21[JFFS2] Add length argument to jffs2_add_physical_node_ref()David Woodhouse
2006-05-13[JFFS2][XATTR] Fix obvious typoKaiGai Kohei
2006-05-13[JFFS2][XATTR] Unify each file header part with any jffs2 file.KaiGai Kohei
2006-05-13[JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic)KaiGai Kohei
2006-05-13[JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.KaiGai Kohei
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei