summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/scan.c
Commit message (Expand)AuthorAgeFilesLines
* fs/jffs2/: make 2 functions staticAdrian Bunk2006-06-291-2/+2
* [JFFS2][XATTR] rid unnecessary writing of delete marker.KaiGai Kohei2006-06-271-4/+2
* [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletionKaiGai Kohei2006-06-271-24/+33
* [JFFS2] Fix calculation of potential summary marker offset on NOR flash.David Woodhouse2006-05-301-1/+1
* [JFFS2] Preallocate raw_node_refs in a couple of missing places in scanDavid Woodhouse2006-05-291-2/+7
* [JFFS2] Fix 64-bit size_t problems in XATTR code.David Woodhouse2006-05-251-1/+1
* [JFFS2] Fix and improve debugging output during scan.David Woodhouse2006-05-251-3/+3
* [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()David Woodhouse2006-05-251-2/+2
* [JFFS2] Allocate node_ref for wasted space when skipping to page boundaryDavid Woodhouse2006-05-251-5/+2
* [JFFS2] Introduce ref_next() macro for finding next physical nodeDavid Woodhouse2006-05-241-2/+2
* [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse2006-05-241-63/+14
* [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.David Woodhouse2006-05-221-16/+8
* [JFFS2] Discard remaining free space when filing a dirty block in scan.David Woodhouse2006-05-211-21/+26
* [JFFS2] Introduce jffs2_scan_dirty_space() function.David Woodhouse2006-05-211-24/+52
* [JFFS2] Fix memory leak in scan code; improve comments.David Woodhouse2006-05-211-2/+7
* [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes.David Woodhouse2006-05-211-2/+13
* [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplicationDavid Woodhouse2006-05-201-38/+11
* Merge git://git.infradead.org/jffs2-xattr-2.6David Woodhouse2006-05-201-0/+168
|\
| * Merge git://git.infradead.org/mtd-2.6KaiGai Kohei2006-05-191-3/+3
| |\
| * | [JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.KaiGai Kohei2006-05-131-3/+3
| * | [JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei2006-05-131-0/+168
* | | [JFFS2] Optimise reading of eraseblock summary nodesDavid Woodhouse2006-05-201-18/+56
* | | [JFFS2] Remove forgotten summary codeFerenc Havasi2006-05-191-11/+0
| |/ |/|
* | [PATCH] jffs2: memory leak in jffs2_scan_medium()Florin Malita2006-05-151-3/+3
|/
* [PATCH] jffs2: avoid divide-by-zeroDavid Woodhouse2006-03-081-1/+1
* [JFFS2] Remove broken and useless debug codeThomas Gleixner2005-11-131-3/+0
* [JFFS2] Clean up trailing white spacesThomas Gleixner2005-11-071-26/+26
* [JFFS2] Fix dataflash supportArtem B. Bityutskiy2005-11-061-3/+3
* [JFFS2] Debug code simplification, update TODOArtem B. Bityutskiy2005-11-061-45/+3
* [JFFS2] Add erase block summary support (mount time improvement)Ferenc Havasi2005-11-061-65/+133
* [JFFS2] Debug code clean up - step 3Artem B. Bityutskiy2005-11-061-3/+3
* [JFFS2] Debug code clean up - step 1Artem B. Bityutskiy2005-11-061-3/+3
* [JFFS2] Fix node lookupArtem B. Bityuckiy2005-05-231-3/+3
* [JFFS2] Use a single config option for write buffer supportAndrew Victor2005-05-231-6/+6
* [JFFS2] Add support for JFFS2-on-Dataflash devices.Andrew Victor2005-05-231-4/+7
* [JFFS2] Core changes required to support JFFS2-on-Dataflash devices.Andrew Victor2005-05-231-6/+14
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+916