| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel... | David Woodhouse | 6 | -30/+55 |
| 2012-10-09 | rbtree: move some implementation details from rbtree.h to rbtree.c | Michel Lespinasse | 1 | -5/+8 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+6 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+6 |
| 2012-09-29 | JFFS2: don't fail on bitflips in OOB | Brian Norris | 1 | -4/+4 |
| 2012-09-29 | JFFS2: fix unmount regression | Artem Bityutskiy | 1 | -0/+4 |
| 2012-09-21 | userns: Convert jffs2 to use kuid and kgid where appropriate | Eric W. Biederman | 4 | -23/+39 |
| 2012-09-18 | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 1 | -2/+2 |
| 2012-07-23 | don't expose I_NEW inodes via dentry->d_inode | Al Viro | 1 | -4/+4 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
| 2012-06-01 | Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd | Linus Torvalds | 6 | -13/+97 |
| 2012-05-30 | jffs2: get rid of jffs2_sync_super | Artem Bityutskiy | 4 | -21/+58 |
| 2012-05-30 | jffs2: remove unnecessary GC pass on sync | Artem Bityutskiy | 1 | -2/+0 |
| 2012-05-30 | jffs2: remove unnecessary GC pass on umount | Artem Bityutskiy | 1 | -3/+0 |
| 2012-05-30 | jffs2: remove lock_super | Artem Bityutskiy | 1 | -3/+0 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-13 | jffs2: allow to complete xattr integrity check on first GC scan | Jean-Christophe DUBOIS | 3 | -0/+10 |
| 2012-05-13 | jffs2: allow to discriminate between recoverable and non-recoverable errors | Jean-Christophe DUBOIS | 1 | -7/+9 |
| 2012-05-13 | jffs2: get rid of jffs2_sync_super | Artem Bityutskiy | 4 | -21/+58 |
| 2012-05-13 | jffs2: remove unnecessary GC pass on sync | Artem Bityutskiy | 1 | -2/+0 |
| 2012-05-13 | jffs2: remove unnecessary GC pass on umount | Artem Bityutskiy | 1 | -3/+0 |
| 2012-05-13 | jffs2: remove lock_super | Artem Bityutskiy | 1 | -3/+0 |
| 2012-05-13 | jffs2: refactor csize usage in jffs2_do_read_inode_internal() | Xi Wang | 1 | -6/+6 |
| 2012-05-13 | jffs2: validate symlink size in jffs2_do_read_inode_internal() | Xi Wang | 1 | -0/+6 |
| 2012-05-13 | JFFS2: Add parameter to reserve disk space for root | Daniel Drake | 3 | -0/+66 |
| 2012-05-07 | jffs2: Fix lock acquisition order bug in gc path | Josh Cartwright | 1 | -1/+1 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-30 | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 28 | -680/+915 |
| 2012-03-27 | mtd: unify initialization of erase_info->fail_addr | Shmulik Ladkani | 1 | -1/+0 |
| 2012-03-27 | jffs2: Standardize JFFS_<LEVEL> uses | Joe Perches | 3 | -34/+13 |
| 2012-03-27 | jffs2: Use pr_fmt and remove jffs: from formats | Joe Perches | 23 | -38/+80 |
| 2012-03-27 | jffs2: Convert printks to pr_<level> | Joe Perches | 17 | -264/+342 |
| 2012-03-27 | jffs2: Convert most D1/D2 macros to jffs2_dbg | Joe Perches | 16 | -360/+504 |
| 2012-03-27 | jffs2: make jffs2_initxattrs() static | Nikola Pajkovsky | 1 | -2/+2 |
| 2012-03-27 | jffs2: Fix typo in compr.c | Masanari Iida | 1 | -1/+1 |
| 2012-03-27 | jffs2: Remove unnecessary OOM messages | Joe Perches | 2 | -5/+2 |
| 2012-03-27 | jffs2: fix typo in scan.c | Masanari Iida | 1 | -1/+1 |
| 2012-03-27 | jffs2: update to new MTD interface | Brian Norris | 1 | -3/+1 |
| 2012-03-27 | jffs2: remove direct mtd->point reference | Artem Bityutskiy | 1 | -11/+9 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+2 |
| 2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -4/+2 |
| 2012-02-09 | jffs2: Fix typo in compr.c | Masanari Iida | 1 | -1/+1 |
| 2012-01-11 | jffs2: do not initialize variable unnecessarily | Artem Bityutskiy | 1 | -1/+1 |
| 2012-01-10 | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 7 | -81/+45 |
| 2012-01-09 | mtd: do not use mtd->block_markbad directly | Artem Bityutskiy | 1 | -3/+0 |
| 2012-01-09 | mtd: do not use mtd->sync directly | Artem Bityutskiy | 1 | -3/+1 |
| 2012-01-09 | mtd: harmonize mtd_writev usage | Artem Bityutskiy | 1 | -5/+1 |
| 2012-01-09 | mtd: do use mtd->point directly | Artem Bityutskiy | 3 | -16/+13 |
| 2012-01-09 | jffs: remove custom mtd_fake_writev function | Artem Bityutskiy | 1 | -26/+1 |
| 2012-01-09 | mtd: introduce mtd_block_markbad interface | Artem Bityutskiy | 1 | -1/+1 |
| 2012-01-09 | mtd: introduce mtd_block_isbad interface | Artem Bityutskiy | 1 | -1/+1 |
| 2012-01-09 | mtd: introduce mtd_sync interface | Artem Bityutskiy | 1 | -1/+1 |
| 2012-01-09 | mtd: introduce mtd_writev interface | Artem Bityutskiy | 1 | -1/+1 |
| 2012-01-09 | mtd: introduce mtd_write_oob interface | Artem Bityutskiy | 1 | -1/+1 |
| 2012-01-09 | mtd: introduce mtd_read_oob interface | Artem Bityutskiy | 1 | -2/+2 |
| 2012-01-09 | mtd: introduce mtd_write interface | Artem Bityutskiy | 2 | -11/+12 |
| 2012-01-09 | mtd: introduce mtd_read interface | Artem Bityutskiy | 2 | -5/+6 |
| 2012-01-09 | mtd: introduce mtd_unpoint interface | Artem Bityutskiy | 3 | -7/+7 |
| 2012-01-09 | mtd: introduce mtd_point interface | Artem Bityutskiy | 3 | -6/+6 |
| 2012-01-09 | mtd: introduce mtd_erase interface | Artem Bityutskiy | 1 | -1/+1 |
| 2012-01-09 | jffs2: fix up error handling for insert_inode_locked | Eric Sandeen | 1 | -1/+0 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -2/+2 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -2/+2 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -3/+3 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -2/+2 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-11-07 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 8 | -47/+225 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 2 | -6/+6 |
| 2011-10-19 | jffs2: add compr=lzo and compr=zlib options | Andres Salomon | 3 | -37/+110 |
| 2011-10-19 | jffs2: implement mount option parsing and compression overriding | Andres Salomon | 5 | -4/+112 |
| 2011-09-11 | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 1 | -3/+3 |
| 2011-09-11 | jffs2: use mutex_is_locked() in __jffs2_flush_wbuf() | Alexey Khoroshilov | 1 | -2/+1 |
| 2011-09-11 | jffs2: Avoid unneeded 'if' before kfree | Jesper Juhl | 1 | -3/+1 |
| 2011-08-09 | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 1 | -16/+19 |
| 2011-08-01 | switch posix_acl_equiv_mode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-08-01 | switch posix_acl_create() to umode_t * | Al Viro | 4 | -4/+4 |
| 2011-07-26 | jffs2: S_ISLNK(mode & S_IFMT) is pointless | Al Viro | 1 | -1/+1 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-07-25 | fs: take the ACL checks to common code | Christoph Hellwig | 5 | -22/+6 |
| 2011-07-25 | kill boilerplates around posix_acl_create_masq() | Al Viro | 1 | -10/+5 |
| 2011-07-25 | kill boilerplate around posix_acl_chmod_masq() | Al Viro | 1 | -8/+5 |
| 2011-07-25 | vfs: move ACL cache lookup into generic code | Linus Torvalds | 1 | -3/+0 |
| 2011-07-24 | fix jffs2 ACLs on big-endian with 16bit mode_t | Al Viro | 4 | -5/+5 |
| 2011-07-22 | jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directory | Al Viro | 1 | -1/+4 |
| 2011-07-22 | fs: Merge split strings | Jean Delvare | 1 | -1/+1 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2 | -2/+9 |
| 2011-07-20 | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) | Al Viro | 1 | -3/+1 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->check_acl() | Al Viro | 2 | -2/+2 |
| 2011-07-20 | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() | Al Viro | 1 | -1/+1 |
| 2011-07-18 | security: new security_inode_init_security API adds function callback | Mimi Zohar | 1 | -16/+19 |
| 2011-05-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -7/+2 |
| 2011-05-28 | jffs2: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 1 | -5/+0 |
| 2011-05-27 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2 | -12/+11 |
| 2011-05-27 | fs: pass exact type of data dirties to ->dirty_inode | Christoph Hellwig | 2 | -2/+2 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-05-25 | JFFS2: retry large buffer allocations | Grant Erickson | 1 | -8/+11 |
| 2011-05-25 | jffs2: remove unused variables | Sergey Senozhatsky | 1 | -4/+0 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 4 | -5/+5 |
| 2011-03-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | 7 | -22/+26 |
| 2011-03-23 | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 1 | -1/+1 |
| 2011-03-22 | zlib: slim down zlib_deflate() workspace when possible | Jim Keniston | 1 | -3/+4 |
| 2011-03-11 | jffs2: remove a trailing white space in commentaries | Tracey Dent | 1 | -1/+1 |
| 2011-03-08 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 5 | -18/+21 |
| 2011-02-01 | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 5 | -18/+21 |
| 2011-01-17 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 3 | -10/+9 |
| 2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 2 | -2/+5 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-12-03 | jffs2: typo in comment | Dan Carpenter | 1 | -1/+1 |
| 2010-12-03 | jffs2: fix error value sign | Vasiliy Kulikov | 1 | -6/+6 |
| 2010-12-03 | jffs2: use vzalloc | Joe Perches | 1 | -3/+2 |
| 2010-10-30 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 15 | -41/+56 |
| 2010-10-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2 | -10/+3 |
| 2010-10-29 | convert get_sb_mtd() users to ->mount() | Al Viro | 1 | -5/+4 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -2/+2 |
| 2010-10-25 | jffs2: use kmemdup | Julia Lawall | 1 | -2/+1 |
| 2010-10-25 | jffs2: Reduce excessive scan of empty blocks | Joakim Tjernlund | 1 | -6/+6 |
| 2010-10-25 | jffs2: Fix serious write stall due to erase | Joakim Tjernlund | 1 | -3/+4 |
| 2010-10-25 | jffs2: Dynamically choose inocache hash size | Daniel Drake | 5 | -7/+29 |
| 2010-10-25 | jffs2: drop unused model argument | Mike Frysinger | 6 | -22/+15 |
| 2010-10-25 | jffs2: use cond_resched() instead of yield() | Wolfram Sang | 1 | -1/+1 |
| 2010-10-04 | BKL: Remove BKL from jffs2 | Arnd Bergmann | 2 | -15/+1 |
| 2010-10-04 | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 1 | -2/+9 |
| 2010-08-10 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 19 | -3/+20 |
| 2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 4 | -5/+7 |
| 2010-08-09 | jffs2: don't open-code iget_failed() | Al Viro | 1 | -12/+4 |
| 2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 1 | -2/+2 |
| 2010-08-08 | mtd: Remove obsolete <mtd/compatmac.h> include | David Woodhouse | 1 | -1/+0 |
| 2010-08-08 | jffs2: Update copyright notices | David Woodhouse | 18 | -2/+20 |
| 2010-07-21 | Fix up trivial spelling errors ('taht' -> 'that') | Linus Torvalds | 1 | -1/+1 |
| 2010-06-07 | Merge git://git.infradead.org/~dwmw2/mtd-2.6.35 | Linus Torvalds | 3 | -63/+74 |
| 2010-06-06 | jffs2: update ctime when changing the file's permission by setfacl | Jan Kara | 1 | -1/+2 |
| 2010-06-03 | jffs2: Fix NFS race by using insert_inode_locked() | David Woodhouse | 2 | -3/+16 |
| 2010-06-03 | jffs2: Fix in-core inode leaks on error paths | David Woodhouse | 1 | -59/+56 |
| 2010-05-27 | kill spurious reference to vmtruncate | npiggin@suse.de | 1 | -2/+2 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 2 | -3/+3 |
| 2010-05-21 | jffs2: constify xattr_handler | Stephen Hemminger | 7 | -15/+15 |
| 2010-05-19 | jffs2: Stop triggering block erases from jffs2_write_super() | Joakim Tjernlund | 1 | -4/+0 |
| 2010-05-19 | jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger() | Joakim Tjernlund | 2 | -3/+2 |
| 2010-05-19 | jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erases | David Woodhouse | 5 | -10/+12 |
| 2010-05-19 | jffs2: Require jffs2_garbage_collect_trigger() to be called with lock held | David Woodhouse | 3 | -2/+5 |
| 2010-05-19 | jffs2: Wake GC thread when there are blocks to be erased | Joakim Tjernlund | 1 | -0/+4 |
| 2010-05-19 | jffs2: Erase pending blocks in GC pass, avoid invalid -EIO return | David Woodhouse | 3 | -4/+30 |
| 2010-05-19 | jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks() | Joakim Tjernlund | 2 | -2/+5 |
| 2010-05-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 8 | -7/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -7/+1 |
| 2010-03-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -1/+1 |
| 2010-03-17 | jffs2: fix up rb_root initializations to use RB_ROOT | Venkatesh Pallipadi | 1 | -1/+1 |
| 2010-02-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 5 | -69/+56 |
| 2010-02-25 | JFFS2: avoid using C++ keyword `new' in userspace-visible header | Andrew Morton | 2 | -9/+9 |
| 2009-12-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 5 | -69/+56 |
| 2009-12-16 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 3 | -3/+4 |
| 2009-12-16 | sanitize xattr handler prototypes | Christoph Hellwig | 5 | -69/+56 |
| 2009-12-16 | jffs2: Fix long-standing bug with symlink garbage collection. | David Woodhouse | 1 | -1/+2 |
| 2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 3 | -3/+3 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 3 | -3/+3 |
| 2009-11-30 | jffs2: Fix memory corruption in jffs2_read_inode_range() | David Woodhouse | 1 | -3/+6 |
| 2009-11-30 | JFFS2: fix min/max confusion | Roel Kluin | 1 | -1/+1 |
| 2009-11-30 | jffs2: Fix error return in jffs2_do_read_inode_internal() | Roel Kluin | 1 | -1/+1 |
| 2009-09-23 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2 | -9/+15 |
| 2009-09-22 | const: mark remaining export_operations const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 5 | -11/+6 |
| 2009-09-19 | jffs2: Use SLAB_HWCACHE_ALIGN for jffs2_raw_{dirent,inode} slabs | David Woodhouse | 1 | -2/+2 |
| 2009-09-08 | jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()' | Linus Torvalds | 5 | -11/+6 |
| 2009-09-04 | jffs2: move jffs2_gcd_mtd threads to the new kthread API | Gerard Lledo | 1 | -7/+13 |
| 2009-09-03 | JFFS2: add missing verify buffer allocation/deallocation | Massimo Cirillo | 1 | -0/+10 |
| 2009-08-04 | jffs2: Fix return value from jffs2_do_readpage_nolock() | Anders Grafström | 1 | -1/+1 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
| 2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 1 | -4/+6 |
| 2009-07-01 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 1 | -2/+2 |
| 2009-06-24 | Get "no acls for this inode" right, fix shmem breakage | Al Viro | 1 | -2/+1 |
| 2009-06-24 | helpers for acl caching + switch to those | Al Viro | 1 | -49/+11 |
| 2009-06-24 | switch jffs2 to inode->i_acl | Al Viro | 5 | -48/+19 |
| 2009-06-23 | jffs2: fix another potential leak on error path in scan.c | David Woodhouse | 1 | -2/+2 |
| 2009-06-22 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 1 | -2/+2 |
| 2009-06-15 | jffs2: leaking jffs2_summary in function jffs2_scan_medium | Christian Engelmayer | 1 | -2/+2 |
| 2009-06-11 | jffs2: call jffs2_write_super from jffs2_sync_fs | Christoph Hellwig | 1 | -0/+2 |
| 2009-06-11 | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 1 | -0/+3 |
| 2009-06-11 | ->write_super lock_super pushdown | Christoph Hellwig | 1 | -6/+9 |
| 2009-06-11 | jffs2: move jffs2_write_super to super.c | Christoph Hellwig | 3 | -16/+14 |
| 2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -0/+4 |
| 2009-06-11 | remove ->write_super call in generic_shutdown_super | Christoph Hellwig | 1 | -0/+3 |
| 2009-05-29 | jffs2: Fix corruption when flash erase/write failure | Joakim Tjernlund | 1 | -7/+0 |
| 2009-04-06 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2 | -6/+4 |
| 2009-03-31 | New helper - current_umask() | Al Viro | 1 | -1/+1 |
| 2009-03-20 | [JFFS2] jffs2_acl_count() tests < 0 on unsigned | Roel Kluin | 1 | -2/+2 |
| 2009-03-20 | [JFFS2] kmem_cache_alloc/memset -> kmem_cache_zalloc | Wei Yongjun | 1 | -4/+2 |
| 2009-02-21 | [JFFS2] fix mount crash caused by removed nodes | Thomas Gleixner | 1 | -9/+33 |
| 2009-02-14 | [JFFS2] force the jffs2 GC daemon to behave a bit better | Andres Salomon | 1 | -7/+11 |
| 2009-01-09 | [JFFS2] remove junk prototypes | Artem Bityutskiy | 1 | -3/+0 |
| 2009-01-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -1/+1 |
| 2009-01-04 | fs: symlink write_begin allocation context fix | Nick Piggin | 1 | -1/+1 |
| 2008-12-10 | [JFFS2] Clean up fs/jffs2/compr_rubin.c | David Woodhouse | 1 | -56/+64 |
| 2008-12-10 | [MTD] update internal API to support 64-bit device size | Adrian Hunter | 1 | -2/+3 |
| 2008-11-06 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 3 | -11/+16 |
| 2008-11-05 | [JFFS2] fix race condition in jffs2_lzo_compress() | Geert Uytterhoeven | 1 | -6/+9 |
| 2008-10-31 | [JFFS2] Fix lack of locking in thread_should_wake() | David Woodhouse | 1 | -5/+5 |
| 2008-10-23 | [PATCH] fix ->llseek for more directories | Christoph Hellwig | 1 | -1/+2 |