summaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)AuthorFilesLines
2006-05-13[JFFS2][XATTR] Unify each file header part with any jffs2 file.KaiGai Kohei7-52/+56
2006-05-13[JFFS2][XATTR] '#include <linux/list.h>' was added into xattr.h.KaiGai Kohei1-0/+1
2006-05-13[JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic)KaiGai Kohei3-57/+36
2006-05-13[JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.KaiGai Kohei9-43/+55
2006-05-13[JFFS2][XATTR] Add a description about c->xattr_semKaiGai Kohei1-0/+21
2006-05-13[JFFS2][XATTR] remove typedef from posix_acl related definition.KaiGai Kohei2-32/+32
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei27-15/+2722
2006-05-12[JFFS2] Remove number of pointer dereferences in fs/jffs2/summary.cJesper Juhl1-19/+19
2006-05-12[JFFS2] Remove obsolete histo.hDomen Puncer1-3/+0
2006-05-06[JFFS2] Fix race in setting file attributesDmitry Bazhenov1-1/+6
2006-05-03Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/David Woodhouse5-6/+178
2006-04-18JFFS2: Return an error for long filenamesRichard Purdie1-0/+3
2006-04-17[JFFS2] Fix race in post-mount node checkingDavid Woodhouse1-0/+4
2006-04-12[PATCH] jffs2: fix printk warningsRandy Dunlap2-4/+4
2006-04-01BUG_ON() Conversion in fs/jffs2/Eric Sesterhenn1-2/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven3-4/+4
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar1-9/+10
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-24[PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o1-2/+2
2006-03-10[PATCH] mtd: 64 bit fixesAtsushi Nemoto2-2/+3
2006-03-09[PATCH] jffs2: avoid divide-by-zeroDavid Woodhouse1-1/+1
2006-01-15[PATCH] Unlinline a bunch of other functionsArjan van de Ven2-3/+3
2006-01-12[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-24[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-07[JFFS2] Fix broken compile when debug level = 2Artem B. Bityutskiy1-3/+3
2005-11-07[JFFS2] Return 0, not number of bytes written, for success at commit_writeTodd Poynor1-3/+3
2005-11-07[JFFS2] Fix dataflash supportArtem B. Bityutskiy3-22/+40
2005-11-07[JFFS2] Use memset(struct) instead of nulling struct members one by oneArtem B. Bityutskiy1-10/+7
2005-11-07[JFFS2] Remove stale commentArtem B. Bityutskiy1-2/+1
2005-11-07[JFFS2] Rename jffs2_summary_node to jffs2_raw_summaryFerenc Havasi2-9/+9
2005-11-07[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