summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-10/+16
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds2015-04-221-1/+0
|\ \
| * | jffs2: remove an unneeded conditionDan Carpenter2015-03-301-1/+0
| |/
* / treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
|/
* fs/jffs2/xattr.c: remove null test before kfreeFabian Frederick2014-07-021-2/+1
* jffs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-4/+5
* jffs2: allow to complete xattr integrity check on first GC scanJean-Christophe DUBOIS2012-05-131-0/+7
* jffs2: allow to discriminate between recoverable and non-recoverable errorsJean-Christophe DUBOIS2012-05-131-7/+9
* jffs2: Standardize JFFS_<LEVEL> usesJoe Perches2012-03-271-0/+2
* jffs2: remove a trailing white space in commentariesTracey Dent2011-03-111-1/+1
* jffs2: fix error value signVasiliy Kulikov2010-12-031-6/+6
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-1/+1
* Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-211-1/+1
* jffs2: constify xattr_handlerStephen Hemminger2010-05-211-4/+4
* sanitize xattr handler prototypesChristoph Hellwig2009-12-161-2/+4
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-05-011-2/+2
|\
| * [JFFS2] Track parent inode for directories (for NFS export)David Woodhouse2008-05-011-2/+2
* | fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
|/
* [JFFS2] Fix potential memory leak of dead xattrs on unmount.David Woodhouse2007-05-201-0/+4
* [JFFS2] Fix BUG() caused by failing to discard xattrs on deleted files.David Woodhouse2007-05-201-1/+1
* [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-251-1/+2
* [JFFS2] kill warning RE debug-only variablesJeff Garzik2006-10-041-3/+2
* fs/jffs2/xattr.c: remove dead codeAdrian Bunk2006-08-151-1/+0
* [JFFS2][XATTR] Fix xd->refcnt race conditionKaiGai Kohei2006-06-291-23/+22
* [JFFS2][XATTR] Re-define xd->refcnt as atomic_tKaiGai Kohei2006-06-271-14/+11
* [JFFS2][XATTR] rid unnecessary writing of delete marker.KaiGai Kohei2006-06-271-201/+102
* [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletionKaiGai Kohei2006-06-271-273/+463
* [JFFS2] Fix 64-bit size_t problems in XATTR code.David Woodhouse2006-05-251-14/+14
* [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse2006-05-241-29/+9
* [JFFS2] Remove flash offset argument from various functions.David Woodhouse2006-05-231-22/+23
* [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.David Woodhouse2006-05-221-8/+7
* [JFFS2] Add length argument to jffs2_add_physical_node_ref()David Woodhouse2006-05-211-9/+5
* [JFFS2][XATTR] Fix obvious typoKaiGai Kohei2006-05-131-1/+1
* [JFFS2][XATTR] Unify each file header part with any jffs2 file.KaiGai Kohei2006-05-131-8/+8
* [JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic)KaiGai Kohei2006-05-131-48/+20
* [JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.KaiGai Kohei2006-05-131-28/+47
* [JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei2006-05-131-0/+1271