Commit Graph

364 Commits (a1bc6eb4b499ae67ada9a01660010580b6569403)

Author SHA1 Message Date
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
Adrian Bunk 050416e933 [JFFS2] make jffs2_get_acl() static 17 years ago
David Woodhouse 6d88202e39 [JFFS2] Fix misapplied patch causing compile breakage 17 years ago
David Woodhouse 857013b87b [JFFS2] Don't strip sgid bit from inode permissions 18 years ago
David Woodhouse 15953580e7 [JFFS2] Improve getdents vs. f_pos handling on NOR flash. 18 years ago
David Woodhouse 8d6ea587d9 [JFFS2] Prevent return of initialised variable in jffs2_init_acl_post() 18 years ago
Nick Piggin 2a754b51aa [JFFS2] Fix return value from jffs2_write_end() 18 years ago
KaiGai Kohei cfc8dc6f6f [JFFS2] Tidy up fix for ACL/permissions problem. 18 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Christoph Lameter 4ba9b9d0ba Slab API: remove useless ctor parameter and reorder parameters 18 years ago
Nick Piggin 205c109a7a jffs2: convert to new aops 18 years ago
David Woodhouse 4fc8a60786 [JFFS2] Remove stray debugging printk 18 years ago
David Woodhouse b534e70cf5 [JFFS2] Handle dirents on the flash with embedded zero bytes in names. 18 years ago
David Woodhouse 69ca4378aa [JFFS2] Check for creation of dirents with embedded zero bytes in name. 18 years ago
David Woodhouse a8c68f3264 [JFFS2] Don't count all 'very dirty' blocks except in debug mode 18 years ago
David Woodhouse 2665ea842d [JFFS2] Check whether garbage-collection actually obsoleted its victim. 18 years ago