aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* [JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flashAlexander Belyakov2008-10-182-4/+5
* [JFFS2] Correct parameter names of jffs2_compress() in commentsGeert Uytterhoeven2008-10-171-2/+2
* CRED: Wrap task credential accesses in the JFFS2 filesystemDavid Howells2008-09-011-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-09-011-1/+0
|\
| * removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* | [JFFS2] Move JFFS2 config options out of fs/KconfigAlexey Dobriyan2008-09-011-0/+188
* | [JFFS2] Fill in f_fsid field in jffs2_statfs()David Woodhouse2008-08-181-0/+2
* | [JFFS2] Correct symlink name too long error codeAdrian Hunter2008-08-141-1/+1
* | [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter2008-08-121-2/+2
|/
* [JFFS2] Fix allocation of summary bufferDavid Woodhouse2008-08-012-14/+32
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-07-264-5/+4
|\
| * [JFFS2] Use .unlocked_ioctlStoyan Gaydarov2008-07-114-5/+4
* | [PATCH] sanitize ->permission() prototypeAl Viro2008-07-262-2/+2
* | SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-05-0114-68/+108
|\
| * [MTD][NOR] Add physical address to point() methodJared Hulbert2008-05-013-10/+13
| * [JFFS2] Track parent inode for directories (for NFS export)David Woodhouse2008-05-0112-42/+70
| * [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.David Woodhouse2008-05-014-7/+8
| * [JFFS2] Quiet lockdep false positive.David Woodhouse2008-05-012-3/+10
| * [JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()David Woodhouse2008-05-011-7/+8
* | fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-6/+6
|/
* [JFFS2] Introduce dbg_readinode2 log level, use it to shut read_dnode() upDavid Woodhouse2008-04-232-7/+14
* [JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure.David Woodhouse2008-04-232-2/+11
* [JFFS2] Add erase_checking_list to hold blocks being marked.David Woodhouse2008-04-234-4/+25
* [JFFS2] Return values of jffs2_block_check_erase error pathsAnders Grafström2008-04-231-1/+6
* [JFFS2] Finally remove redundant ref->__totlen field.David Woodhouse2008-04-231-1/+1
* [JFFS2] Honour TEST_TOTLEN macro in debugging code. ref->__totlen is going!David Woodhouse2008-04-231-1/+4
* [JFFS2] Add paranoia debugging for superblock countsDavid Woodhouse2008-04-232-3/+136
* [JFFS2] Fix free space leak with in-band cleanmarkersDavid Woodhouse2008-04-221-10/+8
* [JFFS2] Self-sufficient #includes in jffs2_fs_i.h: include <linux/mutex.h>David Woodhouse2008-04-221-1/+1
* [JFFS2] semaphore->mutex conversionDavid Woodhouse2008-04-2214-167/+168
* [JFFS2] add write verify on dataflash.michael2008-04-221-0/+12
* [JFFS2] fix sparse warnings in gc.cDavid Woodhouse2008-04-221-1/+1
* [JFFS2] fix sparse warning in write.cHarvey Harrison2008-04-221-1/+1
* [JFFS2] Fix sparse warning in nodemgmt.cDavid Woodhouse2008-04-221-1/+0
* [JFFS2] include function prototype for jffs2_ioctlHarvey Harrison2008-04-221-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-04-223-3/+3
|\
| * Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-182-2/+2
| * JFFS2 Fix of panics caused by wrong condition for hole frag creation in write...Alexey Korolev2008-04-141-1/+1
* | [JFFS2] Use ALLOC_DELETION priority for truncation to zero lengthDavid Woodhouse2008-02-251-1/+6
* | [JFFS2] Set i_blocks when truncating filesDavid Woodhouse2008-02-251-2/+5
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-02-076-40/+42
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-02-031-1/+1
| |\
| * | [JFFS2] Add missing call to posix_acl_releaseJulia Lawall2008-01-081-1/+3
| * | [JFFS2] Fix return value check for mtd->point() in check_node_data()Alexey Korolev2007-11-281-1/+1
| * | [JFFS2] Fix data CRC checking on NOR flash.David Woodhouse2007-11-211-14/+15
| * | [JFFS2] make jffs2_get_acl() staticAdrian Bunk2007-11-062-3/+1
| * | [JFFS2] Fix misapplied patch causing compile breakageDavid Woodhouse2007-11-061-1/+0
| * | [JFFS2] Don't strip sgid bit from inode permissionsDavid Woodhouse2007-11-011-5/+1
| * | [JFFS2] Improve getdents vs. f_pos handling on NOR flash.David Woodhouse2007-11-012-15/+21