summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * fs: Merge split stringsJean Delvare2011-07-221-1/+1
* | fs: take the ACL checks to common codeChristoph Hellwig2011-07-255-22/+6
* | kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-10/+5
* | kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-8/+5
* | vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-251-3/+0
* | fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro2011-07-244-5/+5
* | jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro2011-07-221-1/+4
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+9
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-3/+1
* | ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-202-2/+2
* | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-201-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-283-7/+2
|\
| * jffs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
| * fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-272-2/+2
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-272-12/+11
|\ \ | |/ |/|
| * JFFS2: retry large buffer allocationsGrant Erickson2011-05-251-8/+11
| * jffs2: remove unused variablesSergey Senozhatsky2011-05-251-4/+0
* | vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* | vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-314-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-257-22/+26
|\
| * userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
| * zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-221-3/+4
| * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-085-18/+21
| |\
| | * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-015-18/+21
* | | jffs2: remove a trailing white space in commentariesTracey Dent2011-03-111-1/+1
|/ /
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-01-173-10/+9
|\ \ | |/ |/|
| * jffs2: typo in commentDan Carpenter2010-12-031-1/+1
| * jffs2: fix error value signVasiliy Kulikov2010-12-031-6/+6
| * jffs2: use vzallocJoe Perches2010-12-031-3/+2
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-072-2/+5
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-10-3015-41/+56
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-302-10/+3
| |\
| * | jffs2: use kmemdupJulia Lawall2010-10-251-2/+1
| * | jffs2: Reduce excessive scan of empty blocksJoakim Tjernlund2010-10-251-6/+6
| * | jffs2: Fix serious write stall due to eraseJoakim Tjernlund2010-10-251-3/+4
| * | jffs2: Dynamically choose inocache hash sizeDaniel Drake2010-10-255-7/+29
| * | jffs2: drop unused model argumentMike Frysinger2010-10-256-22/+15
| * | jffs2: use cond_resched() instead of yield()Wolfram Sang2010-10-251-1/+1
* | | convert get_sb_mtd() users to ->mount()Al Viro2010-10-291-5/+4
* | | new helper: ihold()Al Viro2010-10-251-2/+2
| |/ |/|
* | BKL: Remove BKL from jffs2Arnd Bergmann2010-10-042-15/+1
* | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-2/+9
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-1019-3/+20
|\
| * mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
| * jffs2: Update copyright noticesDavid Woodhouse2010-08-0818-2/+20
* | convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-094-5/+7
* | jffs2: don't open-code iget_failed()Al Viro2010-08-091-12/+4