summaryrefslogtreecommitdiffstats
path: root/fs/jffs2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* jffs2: Fix rtime decompressorRichard Weinberger2024-12-051-1/+1
* jffs2: Prevent rtime decompress memory corruptionKinsey Moore2024-11-141-0/+3
* jffs2: remove redundant check on outpos > posColin Ian King2024-11-141-5/+0
* fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsoleteSuraj Sonawane2024-11-141-4/+4
* jffs2: Correct some typos in commentsShen Lichuan2024-11-142-2/+2
* jffs2: fix use of uninitialized variableQingfang Deng2024-11-141-4/+3
* jffs2: Use str_yes_no() helper functionThorsten Blum2024-11-141-4/+5
* jffs2: Use a folio in jffs2_garbage_collect_dnode()Matthew Wilcox (Oracle)2024-08-191-13/+12
* jffs2: Convert jffs2_do_readpage_nolock to take a folioMatthew Wilcox (Oracle)2024-08-191-13/+11
* fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-3/+3
* fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-3/+2
* jffs2: Convert jffs2_write_begin() to use a folioMatthew Wilcox (Oracle)2024-08-071-12/+13
* jffs2: Convert jffs2_write_end() to use a folioMatthew Wilcox (Oracle)2024-08-071-18/+16
* Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-1/+2
|\
| * treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada2024-07-151-1/+2
* | jffs2: Remove calls to set/clear the folio error flagMatthew Wilcox (Oracle)2024-05-311-11/+3
|/
* Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-254-35/+26
|\
| * jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong2024-05-121-0/+1
| * jffs2: Simplify the allocation of slab cachesKunwu Chan2024-05-121-24/+8
| * jffs2: nodemgmt: fix kernel-doc commentsRandy Dunlap2024-05-121-9/+15
| * jffs2: print symbolic error name instead of error codeChristian Heusel2024-05-121-2/+2
* | jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev2024-04-171-0/+3
|/
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-131-1/+1
* jffs2: mark __jffs2_dbg_superblock_counts() staticArnd Bergmann2023-12-111-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
|/