Commit Graph

205 Commits (e478bec0ba0a83a48a0f6982934b6de079e7e6b3)

Author SHA1 Message Date
Zoltan Sogor 27bea32755 [PATCH] JFFS2: SUMMARY: fix a summary collecting bug 19 years ago
Havasi Ferenc d882687c51 [JFFS2][SUMMARY] Fix a summary collecting bug. 19 years ago
Adrian Bunk 0b6c0bb3f9 fs/jffs2/xattr.c: remove dead code 19 years ago
Adrian Bunk 90a18fab4a make fs/jffs2/nodelist.c:jffs2_obsolete_node_frag() static 19 years ago
KaiGai Kohei c7afb0f977 [JFFS2][XATTR] Fix memory leak in POSIX-ACL support 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Adrian Bunk c05d52c748 fs/jffs2/: make 2 functions static 19 years ago
KaiGai Kohei c6e8c6ccf9 [JFFS2][XATTR] Fix xd->refcnt race condition 19 years ago
Christoph Hellwig f5e54d6e53 [PATCH] mark address_space_operations const 19 years ago
KaiGai Kohei 332a6b99c5 [JFFS2][XATTR] Fix wrong copyright 19 years ago
KaiGai Kohei 2c887e2359 [JFFS2][XATTR] Re-define xd->refcnt as atomic_t 19 years ago
KaiGai Kohei 355ed4e141 [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref 19 years ago
KaiGai Kohei 8a13695cbe [JFFS2][XATTR] rid unnecessary writing of delete marker. 19 years ago
KaiGai Kohei a1ae76e96a [JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL. 19 years ago
KaiGai Kohei c9f700f840 [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion 19 years ago
Akinobu Mita f116629d03 [PATCH] fs: use list_move() 19 years ago
Andreas Mohr d6e05edc59 spelling fixes 19 years ago
David Howells 726c334223 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry 19 years ago
David Howells 454e2398be [PATCH] VFS: Permit filesystem to override root dentry on mount 19 years ago
David Woodhouse 1046d88001 [JFFS2] Check CRC32 on dirent and data nodes each time they're read 19 years ago
David Woodhouse fc6612f627 [JFFS2] When retiring nextblock, allocate a node_ref for the wasted space 19 years ago
David Woodhouse 3877f0b6c9 [JFFS2] Don't trust node headers before the CRC is checked. 19 years ago
David Woodhouse 4ed0156f77 [JFFS2] Fix more breakage caused by janitorial meddling. 19 years ago
David Woodhouse 3bcc86f507 [JFFS2] Remove stray __exit from jffs2_compressors_exit() 19 years ago
David Woodhouse 098a19811b [JFFS2] Preallocate node refs for cleanmarker in summary scan 19 years ago
David Woodhouse 13ba42df4a [JFFS2] Fix calculation of potential summary marker offset on NOR flash. 19 years ago
Thomas Gleixner 9a1fcdfd4b [MTD] NAND Signal that a bitflip was corrected by ECC 19 years ago
Thomas Gleixner 8593fbc68b [MTD] Rework the out of band handling completely 19 years ago
Thomas Gleixner 5bd34c091a [MTD] NAND Replace oobinfo by ecclayout 19 years ago
Thomas Gleixner ff268fb879 [MTD] NAND Consolidate oobinfo handling 19 years ago
David Woodhouse a6a8bef722 [JFFS2] Preallocate raw_node_refs in a couple of missing places in scan 19 years ago
David Woodhouse 2ebf09c249 [JFFS2] Fix oops when marking space dirty in scan, but no previous node exists. 19 years ago
David Woodhouse ddc58bd65e [JFFS2] Fix wbuf recovery of f->metadata->raw node. 19 years ago
David Woodhouse 9bfeb691e7 [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. 19 years ago
David Woodhouse 89291a9d5b [JFFS2] Fix 64-bit size_t problems in XATTR code. 19 years ago
David Woodhouse 8b9e9fe8c6 [JFFS2] Fix and improve debugging output during scan. 19 years ago
David Woodhouse 046b8b9808 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() 19 years ago
David Woodhouse f61579c337 [JFFS2] Correctly handle wasted space before summary node. 19 years ago
David Woodhouse c38c1b613d [JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it. 19 years ago
David Woodhouse f560928baa [JFFS2] Allocate node_ref for wasted space when skipping to page boundary 19 years ago
David Woodhouse c7c16c8e76 [JFFS2] Revert Artem's Bunkage in debug messages. 19 years ago
David Woodhouse 99988f7bbd [JFFS2] Introduce ref_next() macro for finding next physical node 19 years ago
David Woodhouse 2f785402f3 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. 19 years ago
Thomas Gleixner 9223a456da [MTD] Remove read/write _ecc variants 19 years ago
Thomas Gleixner dcb0932884 [JFFS2] Simplify writebuffer handling 19 years ago
David Woodhouse 9fe4854cd1 [JFFS2] Remove flash offset argument from various functions. 19 years ago
Joern Engel 5fa433942b [MTD] Introduce MTD_BIT_WRITEABLE 19 years ago
Joern Engel c8b229de2b [MTD] Merge STMicro NOR_ECC code with Intel Sibley code 19 years ago
Joern Engel 28318776a8 [MTD] Introduce writesize 19 years ago
David Woodhouse 987d47b71a [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure 19 years ago