summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* jffs2: mark __jffs2_dbg_superblock_counts() staticArnd Bergmann2023-12-101-1/+1
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-304-29/+34
|\ \
| * | jffs2: convert to new timestamp accessorsJeff Layton2023-10-184-29/+34
| |/
* / jffs2: move jffs2_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
|/
* jffs2: convert to ctime accessor functionsJeff Layton2023-07-244-16/+23
* Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\
| * splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* | jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Fabian Frederick2023-05-153-7/+15
|/
* fs: rename generic posix acl handlersChristian Brauner2023-03-061-2/+2
* fs: simplify ->listxattr() implementationChristian Brauner2023-03-061-9/+12
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-014-36/+57
|\
| * jffs2: Fix list_del corruption if compressors initialized failedZhang Xiaoxu2023-02-021-5/+28
| * jffs2: Use function instead of macro when initialize compressorsZhang Xiaoxu2023-02-022-22/+21
| * jffs2: fix spelling mistake "neccecary"->"necessary"Yu Zhe2023-02-021-1/+1
| * jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu2023-02-021-8/+7
* | 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
|\