aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/jffs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2023-12-10jffs2: mark __jffs2_dbg_superblock_counts() staticArnd Bergmann1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-29/+34
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-18jffs2: convert to new timestamp accessorsJeff Layton4-29/+34
2023-10-09jffs2: move jffs2_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-07-24jffs2: convert to ctime accessor functionsJeff Layton4-16/+23
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-15jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Fabian Frederick3-7/+15
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-2/+2
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner1-9/+12
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds4-36/+57
2023-02-02jffs2: Fix list_del corruption if compressors initialized failedZhang Xiaoxu1-5/+28
2023-02-02jffs2: Use function instead of macro when initialize compressorsZhang Xiaoxu2-22/+21
2023-02-02jffs2: fix spelling mistake "neccecary"->"necessary"Yu Zhe1-1/+1
2023-02-02jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu1-8/+7
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner3-3/+3
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner3-3/+3
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-3/+3
2022-10-20fs: rename current get acl methodChristian Brauner2-2/+2
2022-10-19fs: pass dentry to set acl methodChristian Brauner3-3/+4
2022-09-21mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień1-3/+3
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds2-4/+3
2022-05-27jffs2: fix memory leak in jffs2_do_fill_superBaokun Li1-0/+1
2022-05-27jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai1-4/+2
2022-05-09fs: Change the type of filler_tMatthew Wilcox (Oracle)3-7/+6
2022-05-09jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)2-3/+3
2022-05-09jffs2: Convert jffs2 to read_folioMatthew Wilcox (Oracle)2-6/+6
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-2/+2
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds4-6/+10
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16jffs2: fix memory leak in jffs2_scan_mediumBaokun Li1-2/+4
2022-03-16jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li1-1/+3
2022-03-16jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li1-1/+1
2022-03-16fs/jffs2: fix comments mentioning i_mutexhongnanli1-2/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-12-23jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo1-15/+25
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-1/+1
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds3-9/+10