summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/jffs2: Properly commit JFFS2 dataKinsey Moore2024-03-141-0/+4
* cpukit/jffs2: Handle used empty file systemKinsey Moore2024-02-262-0/+27
* cpukit/jffs2: Revert to non-granular lockingKinsey Moore2023-12-222-1/+8
* cpukit/jffs2: Correctly init jffs2_inode_infoKinsey Moore2023-10-121-2/+10
* cpukit/jffs2: Implement JFFS2 spinlocksKinsey Moore2023-10-121-0/+2
* cpukit/jffs2: Avoid use of off-chain semanticsKinsey Moore2023-09-261-40/+46
* cpukit/jffs2: Avoid delayed work lock inversionKinsey Moore2023-09-061-1/+13
* Update company nameSebastian Huber2023-05-205-8/+8
* cpukit/jffs2: Avoid possible null derefKinsey Moore2023-03-231-3/+3
* cpukit/jffs2: Add support for NAND under JFFS2Kinsey Moore2023-03-156-14/+296
* cpukit/jffs2: Import wbuf.c from upstreamKinsey Moore2023-03-151-0/+1350
* cpukit/jffs2: Initialize and lock mutexesKinsey Moore2023-03-152-0/+4
* jffs2: Fix return code of rtime compressSebastian Huber2023-01-121-1/+1
* jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai2023-01-121-4/+2
* fs: Change the type of filler_tMatthew Wilcox (Oracle)2023-01-121-1/+1
* jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)2023-01-121-1/+1
* jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2023-01-121-2/+4
* jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2023-01-121-1/+3
* fs/jffs2: fix comments mentioning i_mutexhongnanli2023-01-121-2/+2
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2023-01-121-1/+1
* jffs2: avoid Wempty-body warningsArnd Bergmann2023-01-121-8/+8
* jffs2: Fix kasan slab-out-of-bounds problemlizhe2023-01-121-1/+1
* jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2023-01-121-0/+3
* fs: make helpers idmap mount awareChristian Brauner2023-01-121-1/+2
* jffs2: remove trailing semicolon in macro definitionTom Rix2023-01-121-2/+2
* jffs2: Allow setting rp_size to zero during remountinglizhe2023-01-121-0/+1
* jffs2: Fix GC exit abnormallyZhe Li2023-01-121-0/+16
* jffs2: Fix if/else empty body warningsRandy Dunlap2023-01-121-11/+12
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2022-06-202-1/+2
* jffs2: fix jffs2 mounting failureZhe Li2022-06-201-1/+2
* treewide: Remove uninitialized_var() usageKees Cook2022-06-201-1/+1
* jffs2: Replace zero-length array with flexible-arrayGustavo A. R. Silva2022-06-202-3/+3
* Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr...Joel Stanley2022-06-201-1/+1
* jffs2: Fix memory leak in jffs2_scan_eraseblock() error pathWenwen Wang2022-06-201-1/+4
* jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig2022-06-203-35/+27
* jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()Jia-Ju Bai2022-06-201-1/+1
* jffs2: fix use-after-free on symlink traversalAl Viro2022-06-201-1/+2
* Convert jffs2 acl to struct_sizeMatthew Wilcox2022-06-201-0/+1
* jffs2: Use RTEMS_CONTAINER_OFSebastian Huber2022-06-201-1/+1
* rtems-jffs2-config.h: Add file headers and licensesRyan Long2022-05-041-0/+33
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-281-6/+5
* fs: Add struct dirent::d_type supportSebastian Huber2019-02-051-4/+7
* jffs2: Avoid use of constant register variableSebastian Huber2018-10-051-0/+12
* mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-07-161-1/+0
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-07-161-31/+5
* jffs2: fix spelling mistake: "requestied" -> "requested"Colin Ian King2018-07-161-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2018-07-161-1/+1
* jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher2018-07-161-6/+0
* vfs: make the string hashes salt the hashLinus Torvalds2018-07-165-6/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2018-07-164-15/+16