summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* 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
* | signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov2014-06-061-5/+7
|/
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-074-10/+19
|\
| * jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan2014-03-101-1/+1
| * jffs2: Fix segmentation fault found in stress testKamlakant Patel2014-03-101-2/+2
| * jffs2: unlock f->sem on error in jffs2_new_inode()Wang Guoli2014-03-101-3/+6
| * jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan2014-03-101-4/+9
| * jffs2: remove from wait queue after schedule()Li Zefan2014-03-101-0/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
| |/
* | mm: remove read_cache_page_async()Sasha Levin2014-04-031-1/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds2014-01-281-0/+4
|\
| * jffs2: NULL return of kmem_cache_zalloc should be handledZhouyi Zhou2014-01-031-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-287-143/+24
|\ \
| * | jffs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-257-143/+24
| * | fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
| * | fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
| |/
* | fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-232-49/+5
|/
* jffs2: do not support the MLC nandHuang Shijie2013-10-271-0/+4
* [readdir] convert jffs2Al Viro2013-06-291-36/+16
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
OpenPOWER on IntegriCloud