summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* fs: port acl to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port xattr to mnt_idmapChristian Brauner2023-01-193-3/+3
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-193-3/+3
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* fs: rename current get acl methodChristian Brauner2022-10-202-2/+2
* fs: pass dentry to set acl methodChristian Brauner2022-10-193-3/+4
* mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień2022-09-211-3/+3
* Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-032-4/+3
|\
| * jffs2: fix memory leak in jffs2_do_fill_superBaokun Li2022-05-271-0/+1
| * jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-05-271-4/+2
* | fs: Change the type of filler_tMatthew Wilcox (Oracle)2022-05-093-7/+6
* | jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)2022-05-092-3/+3
* | jffs2: Convert jffs2 to read_folioMatthew Wilcox (Oracle)2022-05-092-6/+6
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-2/+2
* | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
|/
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-314-6/+10
|\
| * jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2022-03-161-2/+4
| * jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2022-03-161-1/+3
| * jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li2022-03-161-1/+1
| * fs/jffs2: fix comments mentioning i_mutexhongnanli2022-03-161-2/+2
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \ | |/ |/|
| * exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-1/+1
* | jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo2021-12-231-15/+25
|/
* 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