summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* [JFFS2] Move another fragtree-related function to nodelist.cArtem B. Bityutskiy2005-11-063-28/+28
* [JFFS2] Fix up new debug code for eCos buildAndrew Lunn2005-11-063-10/+16
* [JFFS2] Debug code clean up - step 5Artem B. Bityutskiy2005-11-062-143/+117
* [JFFS2] Move scattered function into related filesArtem B. Bityutskiy2005-11-063-800/+790
* [JFFS2] Debug code clean up - step 4Artem B. Bityutskiy2005-11-062-44/+54
* [jffs2] Remove compressor lzo and lzariFerenc Havasi2005-11-062-22/+2
* [JFFS2] Namespace clean upArtem B. Bityutskiy2005-11-064-27/+8
* [JFFS2] Debug code clean up - step 3Artem B. Bityutskiy2005-11-0614-239/+630
* [JFFS2] Fix slab panicArtem B. Bityutskiy2005-11-061-3/+2
* [JFFS2] Debug code clean up - step 2Artem B. Bityutskiy2005-11-065-13/+13
* [JFFS2] Use f->target instead of f->dents for symlink targetArtem B. Bityutskiy2005-11-064-46/+40
* [JFFS2] Debug code clean up - step 1Artem B. Bityutskiy2005-11-0614-439/+663
* [JFFS2] Split a large routine on several smaller.Artem B. Bityutskiy2005-11-061-261/+336
* [PATCH] fix missing includesTim Schmielau2005-10-302-0/+3
* [PATCH] jffs/jffs2: remove wrong function prototypesAdrian Bunk2005-09-071-3/+0
* [PATCH] Fix up symlink function pointersAl Viro2005-08-191-3/+3
* [PATCH] jffs2: fix symlink error handlingAl Viro2005-08-191-4/+6
* [JFFS2] Fix node allocation leakThomas Gleixner2005-07-151-82/+92
* [JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=nTodd Poynor2005-07-131-1/+3
* [JFFS2] Init locks early during mountArtem B. Bityuckiy2005-07-132-9/+11
* [JFFS2] Rename function and update commentsArtem B. Bityuckiy2005-07-121-7/+7
* [JFFS2] Remove needless variable initializationArtem B. Bityuckiy2005-07-121-2/+1
* [JFFS2] Avoid alloc/dealloc for zero sized nodesArtem B. Bityuckiy2005-07-121-6/+4
* [JFFS2] Simplify the tree insert code.Artem B. Bityuckiy2005-07-061-5/+4
* [JFFS2] Remove compatibilty cruft for ancient kernelsDavid Woodhouse2005-07-064-60/+8
* [JFFS2] Optimise jffs2_add_tn_to_list David Woodhouse2005-07-063-27/+88
* Merge with rsync://fileserver/linuxThomas Gleixner2005-06-261-1/+1
|\
| * [PATCH] jffs2 build fixAndrew Morton2005-06-261-1/+1
* | [JFFS2] Whitespace cleanup. Fix missing debug messageThomas Gleixner2005-05-232-6/+7
* | [JFFS2] Fix crosscompileThomas Gleixner2005-05-231-2/+2
* | [JFFS2] Fix cleanup in case of GC-Task not startedThomas Gleixner2005-05-231-2/+5
* | [JFFS2] Convert thread start semaphore to completionThomas Gleixner2005-05-231-4/+4
* | [JFFS2] Kill GC thread before cleanupArtem B. Bityuckiy2005-05-231-3/+3
* | [JFFS2] Suppress annoying debug messagesArtem B. Bityuckiy2005-05-231-3/+3
* | [JFFS2] Fix NOR only compileArtem B. Bityuckiy2005-05-232-7/+5
* | [JFFS2] Fix inode allocation raceDavid Woodhouse2005-05-233-6/+13
* | [JFFS2] Fix race in garbage collectorArtem B. Bityuckiy2005-05-232-7/+37
* | [JFFS2] Add KERN_DEBUG level to printksArtem B. Bityuckiy2005-05-231-3/+3
* | [JFFS2] Fix race problems with wbuf.Artem B. Bityuckiy2005-05-232-10/+10
* | [JFFS2] Prevent deadlock when flushing write bufferArtem B. Bityuckiy2005-05-231-1/+3
* | [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero.Artem B. Bityuckiy2005-05-232-4/+4
* | [JFFS2] Improve garbage collector block selectionArtem B. Bityuckiy2005-05-231-1/+7
* | [JFFS2] Use function to manipulate superblock dirty flagArtem B. Bityuckiy2005-05-231-2/+2
* | [JFFS2] Add symlink caching support.Artem B. Bityuckiy2005-05-235-70/+117
* | [JFFS2] Fix NOR specific scan BUG Artem B. Bityuckiy2005-05-232-8/+12
* | [JFFS2] Prevent ino cache removal for inodes in useDavid Woodhouse2005-05-235-16/+24
* | [JFFS2] Fix node lookupArtem B. Bityuckiy2005-05-231-3/+3
* | [JFFS2] Use a single config option for write buffer supportAndrew Victor2005-05-237-44/+24
* | [JFFS2] Add support for JFFS2-on-Dataflash devices.Andrew Victor2005-05-236-14/+87
* | [JFFS2] Core changes required to support JFFS2-on-Dataflash devices.Andrew Victor2005-05-235-44/+53
OpenPOWER on IntegriCloud