aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)Author
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro
2011-08-01switch posix_acl_create() to umode_t *Al Viro
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro
2011-07-22jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro
2011-07-22fs: Merge split stringsJean Delvare
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-28jffs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-05-25JFFS2: retry large buffer allocationsGrant Erickson
2011-05-25jffs2: remove unused variablesSergey Senozhatsky
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston
2011-03-11jffs2: remove a trailing white space in commentariesTracey Dent
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-03jffs2: typo in commentDan Carpenter
2010-12-03jffs2: fix error value signVasiliy Kulikov
2010-12-03jffs2: use vzallocJoe Perches
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro
2010-10-25new helper: ihold()Al Viro
2010-10-25jffs2: use kmemdupJulia Lawall
2010-10-25jffs2: Reduce excessive scan of empty blocksJoakim Tjernlund
2010-10-25jffs2: Fix serious write stall due to eraseJoakim Tjernlund
2010-10-25jffs2: Dynamically choose inocache hash sizeDaniel Drake
2010-10-25jffs2: drop unused model argumentMike Frysinger
2010-10-25jffs2: use cond_resched() instead of yield()Wolfram Sang
2010-10-04BKL: Remove BKL from jffs2Arnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro