aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)AuthorFilesLines
2005-09-07[PATCH] jffs/jffs2: remove wrong function prototypesGravatar Adrian Bunk 1-3/+0
2005-08-19[PATCH] Fix up symlink function pointersGravatar Al Viro 1-3/+3
2005-08-19[PATCH] jffs2: fix symlink error handlingGravatar Al Viro 1-4/+6
2005-07-15[JFFS2] Fix node allocation leakGravatar Thomas Gleixner 1-82/+92
2005-07-13[JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=nGravatar Todd Poynor 1-1/+3
2005-07-13[JFFS2] Init locks early during mountGravatar Artem B. Bityuckiy 2-9/+11
2005-07-12[JFFS2] Rename function and update commentsGravatar Artem B. Bityuckiy 1-7/+7
2005-07-12[JFFS2] Remove needless variable initializationGravatar Artem B. Bityuckiy 1-2/+1
2005-07-12[JFFS2] Avoid alloc/dealloc for zero sized nodesGravatar Artem B. Bityuckiy 1-6/+4
2005-07-06[JFFS2] Simplify the tree insert code.Gravatar Artem B. Bityuckiy 1-5/+4
2005-07-06[JFFS2] Remove compatibilty cruft for ancient kernelsGravatar David Woodhouse 4-60/+8
2005-07-06[JFFS2] Optimise jffs2_add_tn_to_list Gravatar David Woodhouse 3-27/+88
2005-06-26Merge with rsync://fileserver/linuxGravatar Thomas Gleixner 1-1/+1
2005-06-26[PATCH] jffs2 build fixGravatar Andrew Morton 1-1/+1
2005-05-23[JFFS2] Whitespace cleanup. Fix missing debug messageGravatar Thomas Gleixner 2-6/+7
2005-05-23[JFFS2] Fix crosscompileGravatar Thomas Gleixner 1-2/+2
2005-05-23[JFFS2] Fix cleanup in case of GC-Task not startedGravatar Thomas Gleixner 1-2/+5
2005-05-23[JFFS2] Convert thread start semaphore to completionGravatar Thomas Gleixner 1-4/+4
2005-05-23[JFFS2] Kill GC thread before cleanupGravatar Artem B. Bityuckiy 1-3/+3
2005-05-23[JFFS2] Suppress annoying debug messagesGravatar Artem B. Bityuckiy 1-3/+3
2005-05-23[JFFS2] Fix NOR only compileGravatar Artem B. Bityuckiy 2-7/+5
2005-05-23[JFFS2] Fix inode allocation raceGravatar David Woodhouse 3-6/+13
2005-05-23[JFFS2] Fix race in garbage collectorGravatar Artem B. Bityuckiy 2-7/+37
2005-05-23[JFFS2] Add KERN_DEBUG level to printksGravatar Artem B. Bityuckiy 1-3/+3
2005-05-23[JFFS2] Fix race problems with wbuf.Gravatar Artem B. Bityuckiy 2-10/+10
2005-05-23[JFFS2] Prevent deadlock when flushing write bufferGravatar Artem B. Bityuckiy 1-1/+3
2005-05-23[JFFS2] Forbid to free inode_cache objects if its nlink isn't zero.Gravatar Artem B. Bityuckiy 2-4/+4
2005-05-23[JFFS2] Improve garbage collector block selectionGravatar Artem B. Bityuckiy 1-1/+7
2005-05-23[JFFS2] Use function to manipulate superblock dirty flagGravatar Artem B. Bityuckiy 1-2/+2
2005-05-23[JFFS2] Add symlink caching support.Gravatar Artem B. Bityuckiy 5-70/+117
2005-05-23[JFFS2] Fix NOR specific scan BUG Gravatar Artem B. Bityuckiy 2-8/+12
2005-05-23[JFFS2] Prevent ino cache removal for inodes in useGravatar David Woodhouse 5-16/+24
2005-05-23[JFFS2] Fix node lookupGravatar Artem B. Bityuckiy 1-3/+3
2005-05-23[JFFS2] Use a single config option for write buffer supportGravatar Andrew Victor 7-44/+24
2005-05-23[JFFS2] Add support for JFFS2-on-Dataflash devices.Gravatar Andrew Victor 6-14/+87
2005-05-23[JFFS2] Core changes required to support JFFS2-on-Dataflash devices.Gravatar Andrew Victor 5-44/+53
2005-05-23[JFFS2] Prevent deadlock during write buffer recoveryGravatar Estelle Hammache 1-4/+8
2005-05-23[JFFS2] Remove NAND dependencies for NOR FLASHGravatar David Woodhouse 1-1/+7
2005-05-23[JFFS2] Code cleanup Gravatar Estelle Hammache 3-47/+28
2005-05-23[JFFS2] Fix refile of blocks due to write failure. Gravatar Estelle Hammache 1-3/+6
2005-05-23[JFFS2] Fix block refilingGravatar Estelle Hammache 1-18/+47
2005-05-23[JFFS2] Fix write buffer retry caseGravatar Estelle Hammache 1-1/+32
2005-05-23[JFFS2] Avoid warning for empty filesystemsGravatar Todd Poynor 1-2/+2
2005-05-05[PATCH] make some things staticGravatar Adrian Bunk 2-10/+20
2005-05-01[PATCH] Exterminate PAGE_BUGGravatar Matt Mackall 1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 35-0/+12564