| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: rename current get acl method | Christian Brauner | 2022-10-20 | 2 | -2/+2 |
* | fs: pass dentry to set acl method | Christian Brauner | 2022-10-19 | 3 | -3/+4 |
* | mtd: always initialize 'stats' in struct mtd_oob_ops | Michał Kępień | 2022-09-21 | 1 | -3/+3 |
* | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-06-03 | 2 | -4/+3 |
|\ |
|
| * | jffs2: fix memory leak in jffs2_do_fill_super | Baokun Li | 2022-05-27 | 1 | -0/+1 |
| * | jffs2: Use kzalloc instead of kmalloc/memset | Haowen Bai | 2022-05-27 | 1 | -4/+2 |
* | | fs: Change the type of filler_t | Matthew Wilcox (Oracle) | 2022-05-09 | 3 | -7/+6 |
* | | jffs2: Pass the file pointer to jffs2_do_readpage_unlock() | Matthew Wilcox (Oracle) | 2022-05-09 | 2 | -3/+3 |
* | | jffs2: Convert jffs2 to read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 2 | -6/+6 |
* | | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -2/+2 |
* | | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-04-01 | 4 | -6/+10 |
|\ |
|
| * | jffs2: fix memory leak in jffs2_scan_medium | Baokun Li | 2022-03-16 | 1 | -2/+4 |
| * | jffs2: fix memory leak in jffs2_do_mount_fs | Baokun Li | 2022-03-16 | 1 | -1/+3 |
| * | jffs2: fix use-after-free in jffs2_clear_xattr_subsystem | Baokun Li | 2022-03-16 | 1 | -1/+1 |
| * | fs/jffs2: fix comments mentioning i_mutex | hongnanli | 2022-03-16 | 1 | -2/+2 |
* | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -1/+1 |
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | exit: Rename complete_and_exit to kthread_complete_and_exit | Eric W. Biederman | 2021-12-13 | 1 | -1/+1 |
* | | jffs2: GC deadlock reading a page that is used in jffs2_write_begin() | Kyeong Yoo | 2021-12-23 | 1 | -15/+25 |
|/ |
|
* | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 2021-08-18 | 2 | -2/+5 |
* | Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-05-05 | 3 | -9/+10 |
|\ |
|
| * | jffs2: Hook up splice_write callback | Joel Stanley | 2021-04-15 | 1 | -0/+1 |
| * | jffs2: avoid Wempty-body warnings | Arnd Bergmann | 2021-04-15 | 1 | -8/+8 |
| * | jffs2: Fix kasan slab-out-of-bounds problem | lizhe | 2021-04-15 | 1 | -1/+1 |
* | | fs/jffs2: Delete obsolete TODO file | Wang Qing | 2021-03-31 | 1 | -37/+0 |
|/ |
|
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 8 | -20/+34 |
|\ |
|
| * | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 5 | -17/+27 |
| * | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 5 | -2/+6 |
| * | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | | jffs2: check the validity of dstlen in jffs2_zlib_compress() | Yang Yang | 2021-02-12 | 1 | -0/+3 |
* | | jffs2: fix use after free in jffs2_sum_write_data() | Tom Rix | 2021-02-12 | 1 | -0/+3 |
|/ |
|
* | jffs2: Fix NULL pointer dereference in rp_size fs option parsing | Jamie Iles | 2020-12-13 | 1 | -5/+5 |
* | jffs2: remove trailing semicolon in macro definition | Tom Rix | 2020-12-13 | 1 | -2/+2 |
* | jffs2: Allow setting rp_size to zero during remounting | lizhe | 2020-12-13 | 2 | -2/+6 |
* | jffs2: Fix ignoring mounting options problem during remounting | lizhe | 2020-12-13 | 1 | -0/+17 |
* | jffs2: Fix GC exit abnormally | Zhe Li | 2020-12-13 | 1 | -0/+16 |
* | jffs2: Fix if/else empty body warnings | Randy Dunlap | 2020-12-13 | 1 | -11/+12 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 2 | -2/+2 |
* | Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-08-11 | 2 | -2/+7 |
|\ |
|
| * | jffs2: fix UAF problem | Zhe Li | 2020-08-02 | 1 | -1/+5 |
| * | jffs2: fix jffs2 mounting failure | Zhe Li | 2020-08-02 | 1 | -1/+2 |
* | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
|/ |
|
* | jffs2: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-16 | 2 | -3/+3 |
* | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 2020-02-07 | 1 | -7/+3 |
* | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 2020-02-07 | 1 | -1/+0 |
* | fold struct fs_parameter_enum into struct constant_table | Al Viro | 2020-02-07 | 1 | -1/+1 |
* | fs_parse: get rid of ->enums | Al Viro | 2020-02-07 | 1 | -11/+10 |
* | Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr... | Joel Stanley | 2019-11-29 | 1 | -1/+1 |
* | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-09-26 | 1 | -2/+0 |
|\ |
|