aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/scan.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-3/+6
* JFFS2: retry large buffer allocationsGrant Erickson2011-05-251-8/+11
* jffs2: Reduce excessive scan of empty blocksJoakim Tjernlund2010-10-251-6/+6
* jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erasesDavid Woodhouse2010-05-191-1/+3
* jffs2: fix another potential leak on error path in scan.cDavid Woodhouse2009-06-231-2/+2
* jffs2: leaking jffs2_summary in function jffs2_scan_mediumChristian Engelmayer2009-06-151-2/+2
* [MTD][NOR] Add physical address to point() methodJared Hulbert2008-05-011-3/+4
* [JFFS2] Track parent inode for directories (for NFS export)David Woodhouse2008-05-011-1/+1
* [JFFS2] Handle dirents on the flash with embedded zero bytes in names.David Woodhouse2007-10-131-4/+11
* [JFFS2] Fix unpoint lengthAndy Lowe2007-09-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-1/+2
* [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-251-3/+2
* [JFFS2] Better fix for all-zero node headersJoakim Tjernlund2007-04-251-11/+1
* [JFFS2] Speed up mount for directly-mapped NOR flashJoakim Tjernlund2007-04-171-4/+11
* [JFFS2] check node crc before doing anything elseThomas Gleixner2007-04-171-15/+15
* [JFFS2] Check for all-zero node headersDavid Woodhouse2007-03-091-0/+9
* [JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NANDArtem Bityutskiy2007-02-091-3/+7
* [JFFS2] Reschedule in loopsArtem Bityutskiy2007-01-101-0/+2
* [JFFS2] Fix error-path leak in summary scanAmit Choudhary2007-01-021-0/+1
* [JFFS2] replace kmalloc+memset with kzallocYan Burman2006-12-101-2/+1
* 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