Commit Graph

333 Commits (5366dc9fd1cb74023790a8edf29e4fe42c886dcf)

Author SHA1 Message Date
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
David Woodhouse 85becc535b [JFFS2] Relax threshold for triggering GC due to dirty blocks. 18 years ago
David Woodhouse 8fb870df5a [JFFS2] Trigger garbage collection when very_dirty_list size becomes excessive 18 years ago
Andy Lowe 59d8235be2 [JFFS2] Fix unpoint length 18 years ago
Jason Lunz fc0e01974c [JFFS2] fix write deadlock regression 18 years ago
Andrew Morton f4e35647f5 [JFFS2] fix printk warning in jffs2_block_check_erase() 18 years ago
David Woodhouse 9ed437c50d [JFFS2] Fix ACL vs. mode handling. 18 years ago
David Woodhouse b574864333 JFFS2 locking regression fix. 18 years ago
David Woodhouse 09b3fba562 [JFFS2] Correct cleanmarker checks -- we should use only 8 bytes 18 years ago
David Woodhouse b8e3ec30c2 [JFFS2] Print correct node offset when complaining about broken data CRC 18 years ago
David Woodhouse 7b687707d7 [JFFS2] Fix suspend failure with JFFS2 GC thread. 18 years ago
David Woodhouse 71c2339775 [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. 18 years ago
Joakim Tjernlund 5bd5c03c31 [JFFS2] Prevent oops after 'node added in wrong place' debug check 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Satyam Sharma 3bd858ab1c Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check 18 years ago
Rafael J. Wysocki 8314418629 Freezer: make kernel threads nonfreezable by default 18 years ago
David Woodhouse 0fc72b81d3 [JFFS2] Add declaration of jffs2_lzo_{init,exit} to compr.h 18 years ago
Richard Purdie 3b23c1f5fa [JFFS2] Add a "favourlzo" compression mode 18 years ago
Richard Purdie c799aca31b [JFFS2] Add LZO compression support. 18 years ago
David Woodhouse a6bc432e29 [JFFS2] Add support for write-buffer verification. 18 years ago
David Woodhouse ef53cb02ff [JFFS2] Whitespace cleanups. 18 years ago
Jens Axboe 5ffc4ef45b sendfile: remove .sendfile from filesystems that use generic_file_sendfile() 18 years ago
David Woodhouse b2e25235fe [JFFS2] Print correct node offset when complaining about broken data CRC 18 years ago
David Woodhouse e2baf4ed16 [JFFS2] Fix readinode failure when read_dnode() detects CRC failure. 18 years ago
David Woodhouse 14c6381ee4 [JFFS2] Fix readinode failure when read_dnode() detects CRC failure. 18 years ago
David Woodhouse 43dfa07fbb [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. 18 years ago
David Woodhouse e716dd3644 [JFFS2] Fix suspend failure with JFFS2 GC thread. 18 years ago
David Woodhouse 66bfaeaa90 [JFFS2] Improve diagnostic output for 'node added in wrong place' check 18 years ago
Joakim Tjernlund d364fb18cd [JFFS2] Reduce time for which erase_free_sem is held during erase. 18 years ago