summaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)AuthorFilesLines
2019-05-16jffs2: fix use-after-free on symlink traversalAl Viro2-6/+4
2019-01-26jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos1-1/+2
2018-11-21jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1
2018-10-20jffs2: return -ERANGE when xattr buffer is too smallHou Tao1-2/+4
2018-05-30jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina1-1/+0
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-04-24jffs2_kill_sb(): deal with failed allocationsAl Viro1-1/+1
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-5/+4
2016-03-16jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro1-3/+8
2016-03-10Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-10jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-10Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher4-22/+35
2015-11-14jffs2: Add missing capability check for listing trusted xattrsAndreas Gruenbacher1-0/+3
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+3
2015-11-07signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)Oleg Nesterov1-1/+0
2015-11-07signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov1-2/+1
2015-11-07signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-2/+1
2015-11-07fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton1-1/+1
2015-10-05jffs2: fix a memleak in read_direntry()Wei Fang1-1/+5
2015-09-29jffs2: remove unneeded kfreefangwei1-1/+0
2015-09-29jffs2: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-09-22jffs2: drop null test before destroy functionsJulia Lawall1-18/+9
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-24Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2-28/+6
2015-06-24fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-05-11jffs2: switch to simple_follow_link()Al Viro3-44/+3
2015-05-08jffs2: fix unbalanced lockingBrian Norris2-28/+6
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-31/+31
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells8-31/+31
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-31jffs2: remove an unneeded conditionDan Carpenter1-1/+0
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-8/+8
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2-8/+8
2015-02-17Merge JFFS2 updates from David WoodhouseBrian Norris1-0/+5
2015-02-13jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-01-13jffs2: compr_rubin: Remove unused functionRickard Strandqvist1-5/+0
2014-11-29jffs2: Drop bogus if in commentGeert Uytterhoeven1-1/+1
2014-10-22jffs2: fix sparse warning: unexpected unlockFabian Frederick1-0/+1
2014-10-09[jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro2-17/+2
2014-08-09Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2-4/+2
2014-08-09initramfs: support initramfs that is bigger than 2GiBYinghai Lu1-3/+4
2014-07-03fs/jffs2/xattr.c: remove null test before kfreeFabian Frederick1-2/+1
2014-07-03fs/jffs2/acl.c: remove null test before kfreeFabian Frederick1-2/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2014-06-07signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov1-5/+7