summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-07-16jffs2: Add READMESebastian Huber1-0/+35
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 Molnar2-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
2018-07-16jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse3-25/+45
2018-07-16Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2018-07-16jffs2: Fix page lock / f->sem deadlockDavid Woodhouse1-7/+10
2018-07-16tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa3-6/+3
2018-07-16jffs2: fix a memleak in read_direntry()Wei Fang1-1/+5
2018-07-16jffs2: fix unbalanced lockingBrian Norris1-23/+4
2018-07-16jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2018-07-16jffs2: compr_rubin: Remove unused functionRickard Strandqvist1-5/+0
2018-07-16jffs2: Drop bogus if in commentGeert Uytterhoeven1-1/+1
2018-07-16kill wbuf_queued/wbuf_dwork_lockAl Viro1-2/+0
2018-07-16initramfs: support initramfs that is bigger than 2GiBYinghai Lu1-3/+4
2018-07-16jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan1-1/+1
2018-07-16jffs2: Fix segmentation fault found in stress testKamlakant Patel1-2/+2
2018-07-16jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan1-4/+9
2018-07-16jffs2: remove from wait queue after schedule()Li Zefan1-0/+1
2018-07-16jffs2: use generic posix ACL infrastructureChristoph Hellwig1-5/+2
2018-07-16fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-49/+5
2018-07-16linux: Simplify <linux/rbtree.h>Sebastian Huber1-2/+2
2018-07-16linux: Install <linux/rbtree.h>Sebastian Huber1-133/+0
2018-04-30jffs2: Do not use command line definesSebastian Huber20-0/+40
2018-02-02JFFS2: Use self-contained recursive mutexSebastian Huber2-32/+15