aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/nodelist.h
Commit message (Expand)AuthorAgeFilesLines
* fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-1/+1
* jffs2: Dynamically choose inocache hash sizeDaniel Drake2010-10-251-1/+2
* mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
* jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks()Joakim Tjernlund2010-05-191-1/+1
* JFFS2: avoid using C++ keyword `new' in userspace-visible headerAndrew Morton2010-02-251-4/+4
* [JFFS2] remove junk prototypesArtem Bityutskiy2009-01-091-3/+0
* [JFFS2] Track parent inode for directories (for NFS export)David Woodhouse2008-05-011-1/+4
* [JFFS2] Finally remove redundant ref->__totlen field.David Woodhouse2008-04-231-1/+1
* [JFFS2] Whitespace cleanups.David Woodhouse2007-07-101-1/+1
* [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE.David Woodhouse2007-06-291-0/+5
* [JFFS2] Handle inodes with only a single metadata node with non-zero isizeDavid Woodhouse2007-04-251-1/+1
* [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-251-3/+1
* [JFFS2] Improve read_inode memory usage, v2.David Woodhouse2007-04-251-2/+23
* [JFFS2] Fix cross-endian build.David Woodhouse2007-04-231-0/+9
* [JFFS2] Use rb_first() and rb_last() cleanupAkinobu Mita2006-10-211-6/+4
* make fs/jffs2/nodelist.c:jffs2_obsolete_node_frag() staticAdrian Bunk2006-07-071-1/+0
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-07-031-2/+0
|\
| * fs/jffs2/: make 2 functions staticAdrian Bunk2006-06-291-2/+0
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
|/
* Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-201-1/+0
|\
| * [RBTREE] Update JFFS2 to use rb_parent() accessor macro.David Woodhouse2006-04-211-1/+0
* | [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.David Woodhouse2006-05-261-5/+26
* | [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()David Woodhouse2006-05-251-1/+2
* | [JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it.David Woodhouse2006-05-251-1/+1
* | [JFFS2] Introduce ref_next() macro for finding next physical nodeDavid Woodhouse2006-05-241-3/+3
* | [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse2006-05-241-9/+10
* | [JFFS2] Remove flash offset argument from various functions.David Woodhouse2006-05-231-7/+16
* | [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structureDavid Woodhouse2006-05-221-17/+27
* | [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.David Woodhouse2006-05-221-2/+6
* | [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_refDavid Woodhouse2006-05-211-51/+7
* | [JFFS2] Add length argument to jffs2_add_physical_node_ref()David Woodhouse2006-05-211-1/+1
* | [JFFS2] Introduce jffs2_scan_dirty_space() function.David Woodhouse2006-05-211-0/+1
* | [JFFS2] Fix summary handling of unknown but compatible nodes.David Woodhouse2006-05-211-0/+1
* | [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes.David Woodhouse2006-05-211-0/+5
* | [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplicationDavid Woodhouse2006-05-201-0/+2
* | Merge git://git.infradead.org/jffs2-xattr-2.6David Woodhouse2006-05-201-1/+20
|\ \
| * | [JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.KaiGai Kohei2006-05-131-1/+1
| * | [JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei2006-05-131-1/+20
* | | [JFFS2] Support new device nodesDavid Woodhouse2006-05-191-0/+11
|/ /
* | Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/David Woodhouse2006-05-031-2/+2
|/
* [JFFS2] Clean up trailing white spacesThomas Gleixner2005-11-071-13/+13
* [JFFS2] Add erase block summary support (mount time improvement)Ferenc Havasi2005-11-061-3/+10
* [JFFS2] Remove support for virtual blocksFerenc Havasi2005-11-061-1/+6
* [JFFS2] Fix JFFS2 [mc]time handlingArtem B. Bityutskiy2005-11-061-3/+3
* [JFFS2] Build fragtree in reverse orderArtem B. Bityutskiy2005-11-061-1/+8
* [JFFS2] Move another fragtree-related function to nodelist.cArtem B. Bityutskiy2005-11-061-2/+2
* [JFFS2] Move scattered function into related filesArtem B. Bityutskiy2005-11-061-7/+3
* [JFFS2] Namespace clean upArtem B. Bityutskiy2005-11-061-2/+2
* [JFFS2] Debug code clean up - step 3Artem B. Bityutskiy2005-11-061-2/+2
* [JFFS2] Debug code clean up - step 1Artem B. Bityutskiy2005-11-061-97/+9