summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos2019-01-261-1/+2
* jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao2018-11-211-3/+1
* jffs2: return -ERANGE when xattr buffer is too smallHou Tao2018-10-201-2/+4
* jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina2018-05-301-1/+0
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-8/+4
* jffs2_kill_sb(): deal with failed allocationsAl Viro2018-04-241-1/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-10-311-5/+4
* jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro2016-03-161-3/+8
* Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-03-092-19/+62
* jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2016-03-092-11/+11
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-03-091-21/+18
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-134-22/+35
* jffs2: Add missing capability check for listing trusted xattrsAndreas Gruenbacher2015-11-131-0/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-6/+3
|\
| * signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)Oleg Nesterov2015-11-061-1/+0
| * signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov2015-11-061-2/+1
| * signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-061-2/+1
| * fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton2015-11-061-1/+1
* | jffs2: fix a memleak in read_direntry()Wei Fang2015-10-041-1/+5
* | jffs2: remove unneeded kfreefangwei2015-09-281-1/+0
* | jffs2: remove unnecessary new_valid_dev checkYaowei Bai2015-09-281-3/+0
* | jffs2: drop null test before destroy functionsJulia Lawall2015-09-211-18/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* | Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2015-06-232-28/+6
|\ \ | |/ |/|
| * jffs2: fix unbalanced lockingBrian Norris2015-05-072-28/+6
* | jffs2: switch to simple_follow_link()Al Viro2015-05-103-44/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-268-31/+31
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-158-31/+31
* | Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds2015-04-221-1/+0
|\ \
| * | jffs2: remove an unneeded conditionDan Carpenter2015-03-301-1/+0
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-2/+0
|\ \ \ | | |/ | |/|
| * | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-222-8/+8
|\ \
| * | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-222-8/+8
* | | Merge JFFS2 updates from David WoodhouseBrian Norris2015-02-161-0/+5
|\ \ \
| * | | jffs2: fix handling of corrupted summary lengthChen Jie2015-02-131-0/+5
| |/ /
* / / jffs2: compr_rubin: Remove unused functionRickard Strandqvist2015-01-121-5/+0
|/ /
* | jffs2: Drop bogus if in commentGeert Uytterhoeven2014-11-281-1/+1
* | jffs2: fix sparse warning: unexpected unlockFabian Frederick2014-10-221-0/+1
|/
* [jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro2014-10-092-17/+2
* Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2014-08-082-4/+2
|\
| * fs/jffs2/xattr.c: remove null test before kfreeFabian Frederick2014-07-021-2/+1
| * fs/jffs2/acl.c: remove null test before kfreeFabian Frederick2014-07-021-2/+1
* | initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-081-3/+4
|/
* 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