summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/src (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 Moore2-1/+8
2023-10-12cpukit/jffs2: Correctly init jffs2_inode_infoKinsey Moore1-2/+10
2023-10-12cpukit/jffs2: Implement JFFS2 spinlocksKinsey Moore1-0/+2
2023-09-26cpukit/jffs2: Avoid use of off-chain semanticsKinsey Moore1-40/+46
2023-09-06cpukit/jffs2: Avoid delayed work lock inversionKinsey Moore1-1/+13
2023-05-20Update company nameSebastian Huber5-8/+8
2023-03-23cpukit/jffs2: Avoid possible null derefKinsey Moore1-3/+3
2023-03-15cpukit/jffs2: Add support for NAND under JFFS2Kinsey Moore6-14/+296
2023-03-15cpukit/jffs2: Import wbuf.c from upstreamKinsey Moore1-0/+1350
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: 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
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: 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
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long1-6/+5
2019-02-05fs: Add struct dirent::d_type supportSebastian Huber1-4/+7
2018-10-05jffs2: Avoid use of constant register variableSebastian Huber1-0/+12
2018-07-16mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-1/+0
2018-07-16mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-31/+5
2018-07-16jffs2: fix spelling mistake: "requestied" -> "requested"Colin Ian King1-1/+1
2018-07-16sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2018-07-16jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher1-6/+0
2018-07-16vfs: make the string hashes salt the hashLinus Torvalds5-6/+7
2018-07-16mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov4-15/+16