aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-27jffs2: update to new MTD interfaceBrian Norris1-3/+1
2012-03-27jffs2: remove direct mtd->point referenceArtem Bityutskiy1-11/+9
2012-01-11jffs2: do not initialize variable unnecessarilyArtem Bityutskiy1-1/+1
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds7-81/+45
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy1-3/+0
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-3/+1
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy1-5/+1
2012-01-09mtd: do use mtd->point directlyArtem Bityutskiy3-16/+13
2012-01-09jffs: remove custom mtd_fake_writev functionArtem Bityutskiy1-26/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy2-11/+12
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy2-5/+6
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy3-7/+7
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy3-6/+6
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2012-01-09jffs2: fix up error handling for insert_inode_lockedEric Sandeen1-1/+0
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds8-47/+225
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-6/+6
2011-10-19jffs2: add compr=lzo and compr=zlib optionsAndres Salomon3-37/+110
2011-10-19jffs2: implement mount option parsing and compression overridingAndres Salomon5-4/+112
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris1-3/+3
2011-09-11jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()Alexey Khoroshilov1-2/+1
2011-09-11jffs2: Avoid unneeded 'if' before kfreeJesper Juhl1-3/+1
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into nextJames Morris1-16/+19
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro4-4/+4
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig5-22/+6
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-10/+5
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-8/+5
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-3/+0
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro4-5/+5
2011-07-22jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro1-1/+4
2011-07-22fs: Merge split stringsJean Delvare1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+9
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-3/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-16/+19