summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-08jffs2: 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-13jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1
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 Viro14-72/+57
2018-04-24jffs2_kill_sb(): deal with failed allocationsAl Viro1-1/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-10-07jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher4-15/+9
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani47-105/+105
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara16-102/+89
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds38-89/+99
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro34-135/+156
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro30-50/+41
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher17-78/+138
2016-03-25Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds61-592/+3524
2016-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+9
2016-03-08jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro1-3/+8
2016-03-08mtd: kill the ecclayout->oobavail fieldBoris BREZILLON11-65/+53
2016-02-29jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse3-25/+45
2016-02-25Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-02-25jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-02-25Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds179-894/+916
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa17-103/+36
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds128-1753/+3469
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds49-1054/+516
2016-01-06jffs2: use to_delayed_workGeliang Tang1-1/+1
2015-12-14xattr handlers: Simplify list operationAndreas Gruenbacher22-335/+113
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro45-132/+234
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher22-130/+47
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher32-226/+306
2015-11-14jffs2: Add missing capability check for listing trusted xattrsAndreas Gruenbacher1-0/+3
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds211-1632/+2298
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 Nesterov2-2/+11
2015-11-07signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov4-21/+12
2015-11-07fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton1-1/+1
2015-10-04jffs2: fix a memleak in read_direntry()Wei Fang1-1/+5
[next]