- 4ba7bbe jffs2: fix memory leak in jffs2_do_fill_super by Baokun Li · 2 years, 9 months ago
- 9b0c691 jffs2: fix memory leak in jffs2_scan_medium by Baokun Li · 3 years ago
- 2a9d818 jffs2: fix memory leak in jffs2_do_mount_fs by Baokun Li · 3 years ago
- 9150cb6 jffs2: fix use-after-free in jffs2_clear_xattr_subsystem by Baokun Li · 3 years ago
- 02c04d1 jffs2: GC deadlock reading a page that is used in jffs2_write_begin() by Kyeong Yoo · 7 years ago
- 6fa27e5 jffs2: check the validity of dstlen in jffs2_zlib_compress() by Yang Yang · 4 years ago
- 20e988d jffs2: Fix kasan slab-out-of-bounds problem by lizhe · 3 years, 10 months ago
- 0f37fff jffs2: fix use after free in jffs2_sum_write_data() by Tom Rix · 4 years ago
- 494c2c5 jffs2: Fix GC exit abnormally by Zhe Li · 4 years, 7 months ago
- 4afde5c jffs2: fix UAF problem by Zhe Li · 4 years, 6 months ago
- ff250f4 jffs2: fix use-after-free on symlink traversal by Al Viro · 6 years ago
- 9361146 jffs2: Fix use of uninitialized delayed_work, lockdep breakage by Daniel Santos · 6 years ago
- 6a6b4164 jffs2: free jffs2_sb_info through jffs2_kill_sb() by Hou Tao · 6 years ago
- b475444 jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path by Jake Daryll Obina · 7 years ago
- 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
- 02d20e6 jffs2_kill_sb(): deal with failed allocations by Al Viro · 7 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 6966f84 jffs2: Remove jffs2_{get,set,remove}xattr macros by Andreas Gruenbacher · 8 years ago
- 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
- 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 9 years ago
- c51da20 more trivial ->iterate_shared conversions by Al Viro · 9 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 9 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
- 8f40842 Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
- 63cf207 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- f938128 jffs2: reduce the breakage on recovery from halfway failed rename() by Al Viro · 9 years ago
- f5b8aa7 mtd: kill the ecclayout->oobavail field by Boris BREZILLON · 9 years ago
- 5817b9d jffs2: Improve post-mount CRC scan efficiency by David Woodhouse · 9 years ago
- be629c6 Fix directory hardlinks from deleted directories by David Woodhouse · 9 years ago
- 49e91e7 jffs2: Fix page lock / f->sem deadlock by David Woodhouse · 9 years ago
- 157078f Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin" by Thomas Betker · 9 years ago
- cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- ac53b2e Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
- ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 43584c1 jffs2: use to_delayed_work by Geliang Tang · 9 years ago
- 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
- d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
- bf78171 jffs2: Add missing capability check for listing trusted xattrs by Andreas Gruenbacher · 9 years ago
- ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 9317bb9 signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT) by Oleg Nesterov · 9 years ago
- 9a13049 signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread() by Oleg Nesterov · 9 years ago
- be0e6f2 signal: turn dequeue_signal_lock() into kernel_dequeue_signal() by Oleg Nesterov · 9 years ago
- eac44a5 fs/jffs2/wbuf.c: remove stray semicolon by Andrew Morton · 9 years ago
- eb042ec jffs2: fix a memleak in read_direntry() by Wei Fang · 9 years ago
- 16c863b jffs2: remove unneeded kfree by fangwei · 9 years ago
- 1bc81ee jffs2: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
- e1305df jffs2: drop null test before destroy functions by Julia Lawall · 9 years ago
- 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 54245ed Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
- db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 10 years ago
- a8db149 jffs2: switch to simple_follow_link() by Al Viro · 10 years ago
- 7aaea76 jffs2: fix unbalanced locking by Brian Norris · 11 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- a62d016 Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
- fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
- d800fca jffs2: remove an unneeded condition by Dan Carpenter · 10 years ago
- f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
- be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- eb928d4 Merge JFFS2 updates from David Woodhouse by Brian Norris · 10 years ago
- 164c240 jffs2: fix handling of corrupted summary length by Chen Jie · 10 years ago
- e4999bb jffs2: compr_rubin: Remove unused function by Rickard Strandqvist · 10 years ago
- 4740f49 jffs2: Drop bogus if in comment by Geert Uytterhoeven · 10 years ago
- 7f4028b jffs2: fix sparse warning: unexpected unlock by Fabian Frederick · 10 years ago
- 99358a1 [jffs2] kill wbuf_queued/wbuf_dwork_lock by Al Viro · 10 years ago
- c309bfa Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
- d97b07c initramfs: support initramfs that is bigger than 2GiB by Yinghai Lu · 10 years ago
- 086f2f7 fs/jffs2/xattr.c: remove null test before kfree by Fabian Frederick · 11 years ago
- b6861d0 fs/jffs2/acl.c: remove null test before kfree by Fabian Frederick · 11 years ago
- 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- c240837 signals: jffs2: fix the wrong usage of disallow_signal() by Oleg Nesterov · 11 years ago
- 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
- aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
- c29aa15 Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
- 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
- 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
- 41bf1a2 jffs2: Fix crash due to truncation of csize by Ajesh Kunhipurayil Vijayan · 11 years ago
- 3367da5 jffs2: Fix segmentation fault found in stress test by Kamlakant Patel · 11 years ago
- 01887a3 jffs2: unlock f->sem on error in jffs2_new_inode() by Wang Guoli · 11 years ago