aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)Author
2008-02-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2008-02-07iget: stop JFFS2 from using iget() and read_inode()David Howells
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-03Typoes: "whith" -> "with"Robert P. J. Day
2008-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse
2008-01-08[JFFS2] Add missing call to posix_acl_releaseJulia Lawall
2007-12-04Freezer: Fix JFFS2 garbage collector freezing issue (rev. 2)Rafael J. Wysocki
2007-11-28[JFFS2] Fix return value check for mtd->point() in check_node_data()Alexey Korolev
2007-11-21[JFFS2] Fix data CRC checking on NOR flash.David Woodhouse
2007-11-06[JFFS2] make jffs2_get_acl() staticAdrian Bunk
2007-11-06[JFFS2] Fix misapplied patch causing compile breakageDavid Woodhouse
2007-11-01[JFFS2] Don't strip sgid bit from inode permissionsDavid Woodhouse
2007-11-01[JFFS2] Improve getdents vs. f_pos handling on NOR flash.David Woodhouse
2007-10-27[JFFS2] Prevent return of initialised variable in jffs2_init_acl_post()David Woodhouse
2007-10-22[JFFS2] Fix return value from jffs2_write_end()Nick Piggin
2007-10-20[JFFS2] Tidy up fix for ACL/permissions problem.KaiGai Kohei
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16jffs2: convert to new aopsNick Piggin
2007-10-13Merge Linux 2.6.23David Woodhouse
2007-10-13[JFFS2] Remove stray debugging printkDavid Woodhouse
2007-10-13[JFFS2] Handle dirents on the flash with embedded zero bytes in names.David Woodhouse
2007-10-13[JFFS2] Check for creation of dirents with embedded zero bytes in name.David Woodhouse
2007-10-13[JFFS2] Don't count all 'very dirty' blocks except in debug modeDavid Woodhouse
2007-10-13[JFFS2] Check whether garbage-collection actually obsoleted its victim.David Woodhouse
2007-10-13[JFFS2] Relax threshold for triggering GC due to dirty blocks.David Woodhouse
2007-10-06[JFFS2] Trigger garbage collection when very_dirty_list size becomes excessiveDavid Woodhouse
2007-09-23[JFFS2] Fix unpoint lengthAndy Lowe
2007-09-02[JFFS2] fix write deadlock regressionJason Lunz
2007-08-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2007-08-22[JFFS2] fix printk warning in jffs2_block_check_erase()Andrew Morton
2007-08-22[JFFS2] Fix ACL vs. mode handling.David Woodhouse
2007-08-20JFFS2 locking regression fix.David Woodhouse
2007-08-09[JFFS2] Correct cleanmarker checks -- we should use only 8 bytesDavid Woodhouse
2007-08-02[JFFS2] Print correct node offset when complaining about broken data CRCDavid Woodhouse
2007-08-02[JFFS2] Fix suspend failure with JFFS2 GC thread.David Woodhouse
2007-08-02[JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE.David Woodhouse
2007-08-02[JFFS2] Prevent oops after 'node added in wrong place' debug checkJoakim Tjernlund
2007-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-11[JFFS2] Add declaration of jffs2_lzo_{init,exit} to compr.hDavid Woodhouse
2007-07-11[JFFS2] Add a "favourlzo" compression modeRichard Purdie
2007-07-11[JFFS2] Add LZO compression support.Richard Purdie
2007-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2007-07-11[JFFS2] Add support for write-buffer verification.David Woodhouse
2007-07-10[JFFS2] Whitespace cleanups.David Woodhouse
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-07-05[JFFS2] Print correct node offset when complaining about broken data CRCDavid Woodhouse