aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher1-10/+16
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-4/+5
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-03-30jffs2: remove an unneeded conditionDan Carpenter1-1/+0
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2014-07-02fs/jffs2/xattr.c: remove null test before kfreeFabian Frederick1-2/+1
2014-01-25jffs2: use generic posix ACL infrastructureChristoph Hellwig1-4/+5
2012-05-13jffs2: allow to complete xattr integrity check on first GC scanJean-Christophe DUBOIS1-0/+7
2012-05-13jffs2: allow to discriminate between recoverable and non-recoverable errorsJean-Christophe DUBOIS1-7/+9
2012-03-27jffs2: Standardize JFFS_<LEVEL> usesJoe Perches1-0/+2
2011-03-11jffs2: remove a trailing white space in commentariesTracey Dent1-1/+1
2010-12-03jffs2: fix error value signVasiliy Kulikov1-6/+6
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-1/+1
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds1-1/+1
2010-05-21jffs2: constify xattr_handlerStephen Hemminger1-4/+4
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-2/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2008-05-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-2/+2
2008-05-01[JFFS2] Track parent inode for directories (for NFS export)David Woodhouse1-2/+2
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-05-20[JFFS2] Fix potential memory leak of dead xattrs on unmount.David Woodhouse1-0/+4
2007-05-20[JFFS2] Fix BUG() caused by failing to discard xattrs on deleted files.David Woodhouse1-1/+1
2007-04-25[JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse1-1/+2
2006-10-04[JFFS2] kill warning RE debug-only variablesJeff Garzik1-3/+2
2006-08-15fs/jffs2/xattr.c: remove dead codeAdrian Bunk1-1/+0
2006-06-29[JFFS2][XATTR] Fix xd->refcnt race conditionKaiGai Kohei1-23/+22
2006-06-27[JFFS2][XATTR] Re-define xd->refcnt as atomic_tKaiGai Kohei1-14/+11
2006-06-27[JFFS2][XATTR] rid unnecessary writing of delete marker.KaiGai Kohei1-201/+102
2006-06-27[JFFS2][XATTR] using 'delete marker' for xdatum/xref deletionKaiGai Kohei1-273/+463
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