summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao2019-02-111-3/+1
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-10-211-8/+4
* jffs2_kill_sb(): deal with failed allocationsAl Viro2018-10-211-1/+1
* jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina2018-06-161-1/+0
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-1/+1
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-231-1/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-11-201-5/+4
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-1/+1
* Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-03-242-19/+62
* jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2016-03-242-11/+11
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-03-241-21/+18
* jffs2: fix handling of corrupted summary lengthChen Jie2015-03-021-0/+5
* [jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro2014-11-142-17/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov2014-06-061-5/+7
|/
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-074-10/+19
|\
| * jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan2014-03-101-1/+1
| * jffs2: Fix segmentation fault found in stress testKamlakant Patel2014-03-101-2/+2
| * jffs2: unlock f->sem on error in jffs2_new_inode()Wang Guoli2014-03-101-3/+6
| * jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan2014-03-101-4/+9
| * jffs2: remove from wait queue after schedule()Li Zefan2014-03-101-0/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
| |/
* | mm: remove read_cache_page_async()Sasha Levin2014-04-031-1/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds2014-01-281-0/+4
|\
| * jffs2: NULL return of kmem_cache_zalloc should be handledZhouyi Zhou2014-01-031-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-287-143/+24
|\ \
| * | jffs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-257-143/+24
| * | fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
| * | fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
| |/
* / fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-232-49/+5
|/
* jffs2: do not support the MLC nandHuang Shijie2013-10-271-0/+4
* [readdir] convert jffs2Al Viro2013-06-291-36/+16
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | fs/jffs2: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-5/+5
|/
* jffs2: hold erase_completion_lock on exitAlexey Khoroshilov2012-11-181-2/+4
* jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker2012-11-091-18/+21
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-096-30/+55
|\
| * rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-091-5/+8
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
| |\
| | * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
| * | userns: Convert jffs2 to use kuid and kgid where appropriateEric W. Biederman2012-09-214-23/+39
| * | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2
| |/
* | JFFS2: don't fail on bitflips in OOBBrian Norris2012-09-291-4/+4
* | JFFS2: fix unmount regressionArtem Bityutskiy2012-09-291-0/+4
|/