aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-08-19[PATCH] Fix up symlink function pointersAl Viro1-3/+3
2005-08-19[PATCH] jffs2: fix symlink error handlingAl Viro1-4/+6
2005-07-15[JFFS2] Fix node allocation leakThomas Gleixner1-82/+92
2005-07-13[JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=nTodd Poynor1-1/+3
2005-07-13[JFFS2] Init locks early during mountArtem B. Bityuckiy2-9/+11
2005-07-12[JFFS2] Rename function and update commentsArtem B. Bityuckiy1-7/+7
2005-07-12[JFFS2] Remove needless variable initializationArtem B. Bityuckiy1-2/+1
2005-07-12[JFFS2] Avoid alloc/dealloc for zero sized nodesArtem B. Bityuckiy1-6/+4
2005-07-06[JFFS2] Simplify the tree insert code.Artem B. Bityuckiy1-5/+4
2005-07-06[JFFS2] Remove compatibilty cruft for ancient kernelsDavid Woodhouse4-60/+8
2005-07-06[JFFS2] Optimise jffs2_add_tn_to_list David Woodhouse3-27/+88
2005-06-26Merge with rsync://fileserver/linuxThomas Gleixner1-1/+1
2005-06-26[PATCH] jffs2 build fixAndrew Morton1-1/+1
2005-05-23[JFFS2] Whitespace cleanup. Fix missing debug messageThomas Gleixner2-6/+7
2005-05-23[JFFS2] Fix crosscompileThomas Gleixner1-2/+2
2005-05-23[JFFS2] Fix cleanup in case of GC-Task not startedThomas Gleixner1-2/+5
2005-05-23[JFFS2] Convert thread start semaphore to completionThomas Gleixner1-4/+4
2005-05-23[JFFS2] Kill GC thread before cleanupArtem B. Bityuckiy1-3/+3
2005-05-23[JFFS2] Suppress annoying debug messagesArtem B. Bityuckiy1-3/+3
2005-05-23[JFFS2] Fix NOR only compileArtem B. Bityuckiy2-7/+5
2005-05-23[JFFS2] Fix inode allocation raceDavid Woodhouse3-6/+13
2005-05-23[JFFS2] Fix race in garbage collectorArtem B. Bityuckiy2-7/+37
2005-05-23[JFFS2] Add KERN_DEBUG level to printksArtem B. Bityuckiy1-3/+3
2005-05-23[JFFS2] Fix race problems with wbuf.Artem B. Bityuckiy2-10/+10
2005-05-23[JFFS2] Prevent deadlock when flushing write bufferArtem B. Bityuckiy1-1/+3
2005-05-23[JFFS2] Forbid to free inode_cache objects if its nlink isn't zero.Artem B. Bityuckiy2-4/+4
2005-05-23[JFFS2] Improve garbage collector block selectionArtem B. Bityuckiy1-1/+7
2005-05-23[JFFS2] Use function to manipulate superblock dirty flagArtem B. Bityuckiy1-2/+2
2005-05-23[JFFS2] Add symlink caching support.Artem B. Bityuckiy5-70/+117
2005-05-23[JFFS2] Fix NOR specific scan BUG Artem B. Bityuckiy2-8/+12
2005-05-23[JFFS2] Prevent ino cache removal for inodes in useDavid Woodhouse5-16/+24
2005-05-23[JFFS2] Fix node lookupArtem B. Bityuckiy1-3/+3
2005-05-23[JFFS2] Use a single config option for write buffer supportAndrew Victor7-44/+24
2005-05-23[JFFS2] Add support for JFFS2-on-Dataflash devices.Andrew Victor6-14/+87
2005-05-23[JFFS2] Core changes required to support JFFS2-on-Dataflash devices.Andrew Victor5-44/+53
2005-05-23[JFFS2] Prevent deadlock during write buffer recoveryEstelle Hammache1-4/+8
2005-05-23[JFFS2] Remove NAND dependencies for NOR FLASHDavid Woodhouse1-1/+7
2005-05-23[JFFS2] Code cleanup Estelle Hammache3-47/+28
2005-05-23[JFFS2] Fix refile of blocks due to write failure. Estelle Hammache1-3/+6
2005-05-23[JFFS2] Fix block refilingEstelle Hammache1-18/+47
2005-05-23[JFFS2] Fix write buffer retry caseEstelle Hammache1-1/+32
2005-05-23[JFFS2] Avoid warning for empty filesystemsTodd Poynor1-2/+2
2005-05-05[PATCH] make some things staticAdrian Bunk2-10/+20
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds35-0/+12564