Commit Graph

381 Commits (1124d6d21f80ec10cc962e2961c21a8dd1e0ca6a)

Author SHA1 Message Date
Geert Uytterhoeven dc8a0843a4 [JFFS2] fix race condition in jffs2_lzo_compress() 16 years ago
David Woodhouse b27cf88e95 [JFFS2] Fix lack of locking in thread_should_wake() 17 years ago
Christoph Hellwig 3222a3e55f [PATCH] fix ->llseek for more directories 17 years ago
David Woodhouse 8966c5e0fc [JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup() 17 years ago
David Woodhouse 5f556aab90 [JFFS2] Reinstate NFS exportability 17 years ago
Steve Glendinning f04de505e3 [JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFER 17 years ago
Alexander Belyakov 5bf1723723 [JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flash 17 years ago
Geert Uytterhoeven faa5c2a15e [JFFS2] Correct parameter names of jffs2_compress() in comments 17 years ago
David Howells 3fc678a0e6 CRED: Wrap task credential accesses in the JFFS2 filesystem 17 years ago
Alexey Dobriyan 31db6e9ea1 [JFFS2] Move JFFS2 config options out of fs/Kconfig 17 years ago
Adrian Bunk 7a8fc9b248 removed unused #include <linux/version.h>'s 17 years ago
David Woodhouse 75caf6b5ac [JFFS2] Fill in f_fsid field in jffs2_statfs() 17 years ago
Adrian Hunter bde86fec7c [JFFS2] Correct symlink name too long error code 17 years ago
Adrian Hunter bb0eb217c9 [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff 17 years ago
David Woodhouse b7600dba6d [JFFS2] Fix allocation of summary buffer 17 years ago
Al Viro e6305c43ed [PATCH] sanitize ->permission() prototype 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Stoyan Gaydarov 0533400b78 [JFFS2] Use .unlocked_ioctl 17 years ago
Jared Hulbert a98889f3d8 [MTD][NOR] Add physical address to point() method 17 years ago
David Woodhouse 27c72b040c [JFFS2] Track parent inode for directories (for NFS export) 17 years ago
David Woodhouse 1b690b4878 [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean. 17 years ago
David Woodhouse 590fe34c47 [JFFS2] Quiet lockdep false positive. 17 years ago
David Woodhouse 4e571aba7b [JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once() 17 years ago
Harvey Harrison 8e24eea728 fs: replace remaining __FUNCTION__ occurrences 17 years ago
David Woodhouse 2c61cb250c [JFFS2] Introduce dbg_readinode2 log level, use it to shut read_dnode() up 17 years ago
David Woodhouse 422b120238 [JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure. 17 years ago
David Woodhouse e2bc322bf0 [JFFS2] Add erase_checking_list to hold blocks being marked. 17 years ago
Anders Grafström 8a0f572397 [JFFS2] Return values of jffs2_block_check_erase error paths 17 years ago
David Woodhouse 19e56ceae7 [JFFS2] Finally remove redundant ref->__totlen field. 17 years ago
David Woodhouse 27e6b8e388 [JFFS2] Honour TEST_TOTLEN macro in debugging code. ref->__totlen is going! 17 years ago
David Woodhouse 85a62db624 [JFFS2] Add paranoia debugging for superblock counts 17 years ago
David Woodhouse 014b164e13 [JFFS2] Fix free space leak with in-band cleanmarkers 17 years ago
David Woodhouse cf9d1e428c [JFFS2] Self-sufficient #includes in jffs2_fs_i.h: include <linux/mutex.h> 17 years ago
David Woodhouse ced2207036 [JFFS2] semaphore->mutex conversion 17 years ago
michael cca1584171 [JFFS2] add write verify on dataflash. 17 years ago
David Woodhouse 25dc30b4cd [JFFS2] fix sparse warnings in gc.c 17 years ago
Harvey Harrison bf66737ca8 [JFFS2] fix sparse warning in write.c 17 years ago
David Woodhouse 8ca646abb4 [JFFS2] Fix sparse warning in nodemgmt.c 17 years ago
Harvey Harrison f876a59dae [JFFS2] include function prototype for jffs2_ioctl 17 years ago
Matthew Wilcox 6188e10d38 Convert asm/semaphore.h users to linux/semaphore.h 17 years ago
Alexey Korolev abe2f41430 JFFS2 Fix of panics caused by wrong condition for hole frag creation in write_begin 17 years ago
David Woodhouse dd919660aa [JFFS2] Use ALLOC_DELETION priority for truncation to zero length 17 years ago
David Woodhouse b28ba9fa01 [JFFS2] Set i_blocks when truncating files 17 years ago
David Howells 5451f79f5f iget: stop JFFS2 from using iget() and read_inode() 17 years ago
David Howells e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 years ago
Robert P. J. Day e1b8513d21 Typoes: "whith" -> "with" 17 years ago
Julia Lawall 36f97bc617 [JFFS2] Add missing call to posix_acl_release 17 years ago
Rafael J. Wysocki e136e769d4 Freezer: Fix JFFS2 garbage collector freezing issue (rev. 2) 17 years ago
Alexey Korolev c2056e1e1d [JFFS2] Fix return value check for mtd->point() in check_node_data() 17 years ago
David Woodhouse 92525726df [JFFS2] Fix data CRC checking on NOR flash. 17 years ago