summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-043-9/+10
|\
| * jffs2: Hook up splice_write callbackJoel Stanley2021-04-151-0/+1
| * jffs2: avoid Wempty-body warningsArnd Bergmann2021-04-151-8/+8
| * jffs2: Fix kasan slab-out-of-bounds problemlizhe2021-04-151-1/+1
* | fs/jffs2: Delete obsolete TODO fileWang Qing2021-03-301-37/+0
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-238-20/+34
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-245-17/+27
| * acl: handle idmapped mountsChristian Brauner2021-01-245-2/+6
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2021-02-121-0/+3
* | jffs2: fix use after free in jffs2_sum_write_data()Tom Rix2021-02-121-0/+3
|/
* jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles2020-12-131-5/+5
* jffs2: remove trailing semicolon in macro definitionTom Rix2020-12-131-2/+2
* jffs2: Allow setting rp_size to zero during remountinglizhe2020-12-132-2/+6
* jffs2: Fix ignoring mounting options problem during remountinglizhe2020-12-131-0/+17
* jffs2: Fix GC exit abnormallyZhe Li2020-12-131-0/+16
* jffs2: Fix if/else empty body warningsRandy Dunlap2020-12-131-11/+12
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-102-2/+7
|\
| * jffs2: fix UAF problemZhe Li2020-08-021-1/+5
| * jffs2: fix jffs2 mounting failureZhe Li2020-08-021-1/+2
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* jffs2: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-152-3/+3
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-1/+1
* fs_parse: get rid of ->enumsAl Viro2020-02-071-11/+10
* Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr...Joel Stanley2019-11-291-1/+1
* Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-261-2/+0
|\
| * jffs2: Fix mounting under new mount APIDavid Howells2019-09-261-2/+0
* | Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-215-40/+18
|\ \
| * | jffs2: Fix memory leak in jffs2_scan_eraseblock() error pathWenwen Wang2019-09-151-1/+4
| * | jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig2019-09-153-38/+13
| * | jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()Jia-Ju Bai2019-09-151-1/+1
* | | Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-193-101/+96
|\ \ \ | | |/ | |/|
| * | vfs: Convert jffs2 to use the new mount APIDavid Howells2019-09-053-101/+96
| |/
* / fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+3
|/
* jffs2: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-123-4/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+1
|\
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
* | jffs2: switch to ->free_inode()Al Viro2019-05-011-8/+2
* | jffs2: fix use-after-free on symlink traversalAl Viro2019-04-012-6/+4
|/
* jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos2018-12-021-1/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+1
|\
| * signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman2018-09-111-1/+1
* | jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao2018-10-161-3/+1
|/
* jffs2: use unsigned 32-bit timstamps consistentlyArnd Bergmann2018-07-181-7/+7
* jffs2: use 64-bit intermediate timestampsArnd Bergmann2018-07-184-26/+27