summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-14cpukit/jffs2: Properly commit JFFS2 dataKinsey Moore1-0/+4
2024-02-26cpukit/jffs2: Handle used empty file systemKinsey Moore2-0/+27
2023-12-22cpukit/jffs2: Revert to non-granular lockingKinsey Moore6-27/+61
2023-10-12cpukit/jffs2: Correctly init jffs2_inode_infoKinsey Moore1-2/+10
2023-10-12cpukit/jffs2: Implement JFFS2 spinlocksKinsey Moore2-24/+8
2023-09-26cpukit/jffs2: Avoid use of off-chain semanticsKinsey Moore2-42/+50
2023-09-06cpukit/jffs2: Avoid delayed work lock inversionKinsey Moore1-1/+13
2023-05-20Update company nameSebastian Huber6-9/+9
2023-03-23cpukit/jffs2: Avoid possible null derefKinsey Moore1-3/+3
2023-03-15cpukit/jffs2: Add support for NAND under JFFS2Kinsey Moore16-40/+424
2023-03-15cpukit/jffs2: Import wbuf.c from upstreamKinsey Moore2-0/+1351
2023-03-15cpukit/jffs2: Initialize and lock mutexesKinsey Moore2-0/+4
2023-01-12jffs2: Fix return code of rtime compressSebastian Huber1-1/+1
2023-01-12jffs2: Update baseline version to Linux v6.1Sebastian Huber1-1/+1
2023-01-12treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-4/+4
2023-01-12jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai1-4/+2
2023-01-12fs: Change the type of filler_tMatthew Wilcox (Oracle)1-1/+1
2023-01-12jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)1-1/+1
2023-01-12jffs2: fix memory leak in jffs2_scan_mediumBaokun Li1-2/+4
2023-01-12jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li1-1/+3
2023-01-12fs/jffs2: fix comments mentioning i_mutexhongnanli1-2/+2
2023-01-12vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2023-01-12jffs2: avoid Wempty-body warningsArnd Bergmann1-8/+8
2023-01-12jffs2: Fix kasan slab-out-of-bounds problemlizhe1-1/+1
2023-01-12jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang1-0/+3
2023-01-12fs: make helpers idmap mount awareChristian Brauner1-1/+2
2023-01-12jffs2: remove trailing semicolon in macro definitionTom Rix1-2/+2
2023-01-12jffs2: Allow setting rp_size to zero during remountinglizhe1-0/+1
2023-01-12jffs2: Fix GC exit abnormallyZhe Li1-0/+16
2023-01-12jffs2: Fix if/else empty body warningsRandy Dunlap1-11/+12
2023-01-12jffs2: Add <linux/printk.h>Sebastian Huber1-0/+6
2022-06-20jffs2: Update baseline version to Linux v5.9Sebastian Huber1-2/+2
2022-06-20treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-1/+2
2022-06-20jffs2: fix jffs2 mounting failureZhe Li1-1/+2
2022-06-20treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2022-06-20jffs2: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-3/+3
2022-06-20Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr...Joel Stanley1-1/+1
2022-06-20jffs2: Fix memory leak in jffs2_scan_eraseblock() error pathWenwen Wang1-1/+4
2022-06-20jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig3-35/+27
2022-06-20jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()Jia-Ju Bai1-1/+1
2022-06-20jffs2: Remove C++ style comments from uapi headerMasahiro Yamada1-5/+0
2022-06-20jffs2: fix use-after-free on symlink traversalAl Viro1-1/+2
2022-06-20Convert jffs2 acl to struct_sizeMatthew Wilcox1-0/+1
2022-06-20jffs2: Use RTEMS_CONTAINER_OFSebastian Huber1-1/+1
2022-05-04rtems-jffs2-config.h: Add file headers and licensesRyan Long1-0/+33
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long1-6/+5
2019-02-05fs: Add struct dirent::d_type supportSebastian Huber2-4/+12
2018-10-05jffs2: Avoid use of constant register variableSebastian Huber1-0/+12
2018-07-19jffs2: Rename README to VERSIONSebastian Huber1-0/+0