aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-09[PATCH] mtd: 64 bit fixesAtsushi Nemoto2-2/+3
2006-03-08[PATCH] jffs2: avoid divide-by-zeroDavid Woodhouse1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven2-3/+3
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2005-11-29[JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects.Thomas Gleixner2-1/+3
2005-11-23[PATCH] jffs2 debug gcc-2.9x fixAndrew Morton1-4/+4
2005-11-13[JFFS2] Remove broken and useless debug codeThomas Gleixner1-3/+0
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds36-2133/+4529
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl2-7/+4
2005-11-07[JFFS2] Clean up trailing white spacesThomas Gleixner32-585/+584
2005-11-06[JFFS2] Fix broken compile when debug level = 2Artem B. Bityutskiy1-3/+3
2005-11-06[JFFS2] Return 0, not number of bytes written, for success at commit_writeTodd Poynor1-3/+3
2005-11-06[JFFS2] Fix dataflash supportArtem B. Bityutskiy3-22/+40
2005-11-06[JFFS2] Use memset(struct) instead of nulling struct members one by oneArtem B. Bityutskiy1-10/+7
2005-11-06[JFFS2] Remove stale commentArtem B. Bityutskiy1-2/+1
2005-11-06[JFFS2] Rename jffs2_summary_node to jffs2_raw_summaryFerenc Havasi2-9/+9
2005-11-06[JFFS2] Debug code simplification, update TODOArtem B. Bityutskiy13-264/+232
2005-11-06[JFFS2] Account summary space in reserved_size.Ferenc Havasi1-1/+3
2005-11-06[JFFS2] Debug message format clean upArtem B. Bityutskiy2-159/+120
2005-11-06[JFFS2] Call summary collector for all mtd devices with writev supportFerenc Havasi1-5/+6
2005-11-06[JFFS2] Return real jffs2_sum_init() error codeFerenc Havasi1-3/+5
2005-11-06[JFFS2] Add erase block summary support (mount time improvement)Ferenc Havasi17-197/+1359
2005-11-06[JFFS2] Remove support for virtual blocksFerenc Havasi4-23/+13
2005-11-06[JFFS2] Solve BUG caused by frag->node representing a hole in fragtreeArtem B. Bityutskiy1-2/+2
2005-11-06[JFFS2] Calculate CRC check starting point correctlyArtem B. Bityutskiy2-8/+9
2005-11-06[JFFS2] More message formatting cleanupsArtem B. Bityutskiy2-7/+7
2005-11-06[JFFS2] Fix JFFS2 [mc]time handlingArtem B. Bityutskiy5-17/+37
2005-11-06[JFFS2] Make the JFFS2 messages a bit nicerArtem B. Bityutskiy1-5/+5
2005-11-06[JFFS2] Teach JFFS2 about Sibley flashNicolas Pitre3-5/+46
2005-11-06[JFFS2] Debug code clean up - step 7Artem B. Bityutskiy4-64/+71
2005-11-06[JFFS2] Correct buggy length checksArtem B. Bityutskiy2-4/+4
2005-11-06[JFFS2] Debug code clean up - step 6Artem B. Bityutskiy3-28/+15
2005-11-06[JFFS2] Build fragtree in reverse orderArtem B. Bityutskiy3-253/+868
2005-11-06[JFFS2] Refine fragtree debug macrosArtem B. Bityutskiy1-6/+6
2005-11-06[JFFS2] Move another fragtree-related function to nodelist.cArtem B. Bityutskiy3-28/+28
2005-11-06[JFFS2] Fix up new debug code for eCos buildAndrew Lunn3-10/+16
2005-11-06[JFFS2] Debug code clean up - step 5Artem B. Bityutskiy2-143/+117
2005-11-06[JFFS2] Move scattered function into related filesArtem B. Bityutskiy3-800/+790
2005-11-06[JFFS2] Debug code clean up - step 4Artem B. Bityutskiy2-44/+54
2005-11-06[jffs2] Remove compressor lzo and lzariFerenc Havasi2-22/+2
2005-11-06[JFFS2] Namespace clean upArtem B. Bityutskiy4-27/+8
2005-11-06[JFFS2] Debug code clean up - step 3Artem B. Bityutskiy14-239/+630
2005-11-06[JFFS2] Fix slab panicArtem B. Bityutskiy1-3/+2
2005-11-06[JFFS2] Debug code clean up - step 2Artem B. Bityutskiy5-13/+13
2005-11-06[JFFS2] Use f->target instead of f->dents for symlink targetArtem B. Bityutskiy4-46/+40
2005-11-06[JFFS2] Debug code clean up - step 1Artem B. Bityutskiy14-439/+663
2005-11-06[JFFS2] Split a large routine on several smaller.Artem B. Bityutskiy1-261/+336
2005-10-30[PATCH] fix missing includesTim Schmielau2-0/+3
2005-09-07[PATCH] jffs/jffs2: remove wrong function prototypesAdrian Bunk1-3/+0
2005-08-19[PATCH] Fix up symlink function pointersAl Viro1-3/+3