summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-062-6/+4
|\
| * [JFFS2] jffs2_acl_count() tests < 0 on unsignedRoel Kluin2009-03-201-2/+2
| * [JFFS2] kmem_cache_alloc/memset -> kmem_cache_zallocWei Yongjun2009-03-201-4/+2
* | New helper - current_umask()Al Viro2009-03-311-1/+1
|/
* [JFFS2] fix mount crash caused by removed nodesThomas Gleixner2009-02-211-9/+33
* [JFFS2] force the jffs2 GC daemon to behave a bit betterAndres Salomon2009-02-141-7/+11
* [JFFS2] remove junk prototypesArtem Bityutskiy2009-01-091-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-01-051-1/+1
|\
| * fs: symlink write_begin allocation context fixNick Piggin2009-01-041-1/+1
* | [JFFS2] Clean up fs/jffs2/compr_rubin.cDavid Woodhouse2008-12-101-56/+64
* | [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-101-2/+3
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-11-063-11/+16
|\
| * [JFFS2] fix race condition in jffs2_lzo_compress()Geert Uytterhoeven2008-11-051-6/+9
| * [JFFS2] Fix lack of locking in thread_should_wake()David Woodhouse2008-10-311-5/+5
| * [JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFERSteve Glendinning2008-10-211-0/+2
* | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-1/+2
* | [JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup()David Woodhouse2008-10-231-3/+1
* | [JFFS2] Reinstate NFS exportabilityDavid Woodhouse2008-10-231-0/+48
|/
* [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