summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* jffs2: do not initialize variable unnecessarilyArtem Bityutskiy2012-01-111-1/+1
* Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-107-81/+45
|\
| * mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-3/+0
| * mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-3/+1
| * mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-091-5/+1
| * mtd: do use mtd->point directlyArtem Bityutskiy2012-01-093-16/+13
| * jffs: remove custom mtd_fake_writev functionArtem Bityutskiy2012-01-091-26/+1
| * mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-1/+1
| * mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-1/+1
| * mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-1/+1
| * mtd: introduce mtd_writev interfaceArtem Bityutskiy2012-01-091-1/+1
| * mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2012-01-091-1/+1
| * mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2012-01-091-2/+2
| * mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-092-11/+12
| * mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-092-5/+6
| * mtd: introduce mtd_unpoint interfaceArtem Bityutskiy2012-01-093-7/+7
| * mtd: introduce mtd_point interfaceArtem Bityutskiy2012-01-093-6/+6
| * mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
| * jffs2: fix up error handling for insert_inode_lockedEric Sandeen2012-01-091-1/+0
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | switch ->mknod() to umode_tAl Viro2012-01-031-2/+2
* | switch ->create() to umode_tAl Viro2012-01-031-3/+3
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-078-47/+225
|\
| * jffs2: add compr=lzo and compr=zlib optionsAndres Salomon2011-10-193-37/+110
| * jffs2: implement mount option parsing and compression overridingAndres Salomon2011-10-195-4/+112
| * mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-3/+3
| * jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()Alexey Khoroshilov2011-09-111-2/+1
| * jffs2: Avoid unneeded 'if' before kfreeJesper Juhl2011-09-111-3/+1
* | filesystems: add set_nlink()Miklos Szeredi2011-11-022-6/+6
* | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-16/+19
|\ \ | |/ |/|
| * security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-16/+19
* | switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-1/+1
* | switch posix_acl_create() to umode_t *Al Viro2011-08-014-4/+4
* | jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro2011-07-261-1/+1
* | 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
OpenPOWER on IntegriCloud