| Commit message (Expand) | Author | Age | Files | Lines |
* | userns: Convert jffs2 to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 1 | -2/+2 |
* | jffs2: get rid of jffs2_sync_super | Artem Bityutskiy | 2012-05-30 | 1 | -5/+2 |
* | jffs2: update to new MTD interface | Brian Norris | 2012-03-27 | 1 | -3/+1 |
* | jffs2: implement mount option parsing and compression overriding | Andres Salomon | 2011-10-19 | 1 | -1/+1 |
* | switch posix_acl_create() to umode_t * | Al Viro | 2011-08-01 | 1 | -1/+1 |
* | fix jffs2 ACLs on big-endian with 16bit mode_t | Al Viro | 2011-07-24 | 1 | -1/+1 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 | 1 | -1/+1 |
* | fs: pass exact type of data dirties to ->dirty_inode | Christoph Hellwig | 2011-05-27 | 1 | -1/+1 |
* | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -1/+1 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 1 | -1/+1 |
* | jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger() | Joakim Tjernlund | 2010-05-19 | 1 | -2/+1 |
* | switch jffs2 to inode->i_acl | Al Viro | 2009-06-24 | 1 | -4/+0 |
* | jffs2: move jffs2_write_super to super.c | Christoph Hellwig | 2009-06-11 | 1 | -1/+0 |
* | [JFFS2] Use .unlocked_ioctl | Stoyan Gaydarov | 2008-07-11 | 1 | -1/+1 |
* | [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean. | David Woodhouse | 2008-05-01 | 1 | -1/+1 |
* | iget: stop JFFS2 from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -1/+1 |
* | [JFFS2] Tidy up fix for ACL/permissions problem. | KaiGai Kohei | 2007-10-20 | 1 | -3/+1 |
* | [JFFS2] Fix ACL vs. mode handling. | David Woodhouse | 2007-08-22 | 1 | -1/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2007-04-27 | 1 | -0/+6 |
|\ |
|
| * | JFFS2: add UBI support | Artem Bityutskiy | 2007-04-27 | 1 | -0/+6 |
* | | [JFFS2] Tidy up licensing/copyright boilerplate. | David Woodhouse | 2007-04-25 | 1 | -3/+1 |
|/ |
|
* | [PATCH] mark struct inode_operations const 2 | Arjan van de Ven | 2007-02-12 | 1 | -3/+3 |
* | [PATCH] mark address_space_operations const | Christoph Hellwig | 2006-06-28 | 1 | -1/+1 |
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -1/+1 |
* | [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. | David Woodhouse | 2006-05-26 | 1 | -0/+1 |
* | [MTD] Introduce MTD_BIT_WRITEABLE | Joern Engel | 2006-05-22 | 1 | -4/+2 |
* | [MTD] Merge STMicro NOR_ECC code with Intel Sibley code | Joern Engel | 2006-05-22 | 1 | -9/+1 |
* | Merge git://git.infradead.org/jffs2-xattr-2.6 | David Woodhouse | 2006-05-20 | 1 | -0/+4 |
|\ |
|
| * | [JFFS2][XATTR] XATTR support on JFFS2 (version. 5) | KaiGai Kohei | 2006-05-13 | 1 | -0/+4 |
* | | [JFFS2] Support new device nodes | David Woodhouse | 2006-05-19 | 1 | -3/+1 |
|/ |
|
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 1 | -2/+2 |
* | [JFFS2] Clean up trailing white spaces | Thomas Gleixner | 2005-11-07 | 1 | -4/+4 |
* | [JFFS2] Fix dataflash support | Artem B. Bityutskiy | 2005-11-06 | 1 | -3/+3 |
* | [JFFS2] Debug code simplification, update TODO | Artem B. Bityutskiy | 2005-11-06 | 1 | -3/+3 |
* | [JFFS2] Add erase block summary support (mount time improvement) | Ferenc Havasi | 2005-11-06 | 1 | -3/+16 |
* | [JFFS2] Teach JFFS2 about Sibley flash | Nicolas Pitre | 2005-11-06 | 1 | -2/+11 |
* | [JFFS2] Use f->target instead of f->dents for symlink target | Artem B. Bityutskiy | 2005-11-06 | 1 | -1/+2 |
* | [JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=n | Todd Poynor | 2005-07-13 | 1 | -1/+3 |
* | [JFFS2] Remove compatibilty cruft for ancient kernels | David Woodhouse | 2005-07-06 | 1 | -37/+1 |
* | [JFFS2] Fix NOR only compile | Artem B. Bityuckiy | 2005-05-23 | 1 | -2/+3 |
* | [JFFS2] Use a single config option for write buffer support | Andrew Victor | 2005-05-23 | 1 | -20/+8 |
* | [JFFS2] Add support for JFFS2-on-Dataflash devices. | Andrew Victor | 2005-05-23 | 1 | -2/+16 |
* | [JFFS2] Core changes required to support JFFS2-on-Dataflash devices. | Andrew Victor | 2005-05-23 | 1 | -1/+4 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+217 |