summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-105-7/+11
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-273-9/+12
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-026-13/+11
|\
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-103-9/+9
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-102-2/+2
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-2/+0
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-046-30/+32
|/
* Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-244-29/+47
|\
| * mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-4/+2
| * jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse2016-02-293-25/+45
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-111-3/+8
|\ \
| * | jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro2016-03-071-3/+8
| |/
* | Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-02-252-19/+62
* | jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2016-02-252-11/+11
* | Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-02-251-21/+18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-2/+2
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-223-14/+4
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds2016-01-131-1/+1
|\
| * jffs2: use to_delayed_workGeliang Tang2016-01-061-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-114-71/+18
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-134-57/+18
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-063-14/+0
| |/
* / replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
|/
* 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