summaryrefslogtreecommitdiff
path: root/fs/jffs2
AgeCommit message (Expand)AuthorFilesLines
2025-05-22jffs2: check jffs2_prealloc_raw_node_refs() result in few other placesFedor Pchelkin2-2/+6
2025-05-22jffs2: check that raw node were preallocated before writing summaryArtem Sadovnikov1-1/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-9/+9
2024-12-05jffs2: Fix rtime decompressorRichard Weinberger1-1/+1
2024-11-14jffs2: Prevent rtime decompress memory corruptionKinsey Moore1-0/+3
2024-11-14jffs2: remove redundant check on outpos > posColin Ian King1-5/+0
2024-11-14fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsoleteSuraj Sonawane1-4/+4
2024-11-14jffs2: Correct some typos in commentsShen Lichuan2-2/+2
2024-11-14jffs2: fix use of uninitialized variableQingfang Deng1-4/+3
2024-11-14jffs2: Use str_yes_no() helper functionThorsten Blum1-4/+5
2024-08-19jffs2: Use a folio in jffs2_garbage_collect_dnode()Matthew Wilcox (Oracle)1-13/+12
2024-08-19jffs2: Convert jffs2_do_readpage_nolock to take a folioMatthew Wilcox (Oracle)1-13/+11
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-3/+2
2024-08-07jffs2: Convert jffs2_write_begin() to use a folioMatthew Wilcox (Oracle)1-12/+13
2024-08-07jffs2: Convert jffs2_write_end() to use a folioMatthew Wilcox (Oracle)1-18/+16
2024-07-24Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+2
2024-07-15treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada1-1/+2
2024-05-31jffs2: Remove calls to set/clear the folio error flagMatthew Wilcox (Oracle)1-11/+3
2024-05-25Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-35/+26
2024-05-12jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong1-0/+1
2024-05-12jffs2: Simplify the allocation of slab cachesKunwu Chan1-24/+8
2024-05-12jffs2: nodemgmt: fix kernel-doc commentsRandy Dunlap1-9/+15
2024-05-12jffs2: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-04-17jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev1-0/+3
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2023-12-11jffs2: 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...Linus Torvalds1-0/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus 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/ker...Linus 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