summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/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/dosfs: Simplify expressions where possibleKinsey Moore2024-01-221-3/+3
* cpukit/dosfs: Don't leak a FAT FDKinsey Moore2024-01-221-7/+7
* cpukit/dosfs: Remove unused internal function argKinsey Moore2024-01-161-2/+0
* cpukit: Remove or use unused variable assignmentsKinsey Moore2024-01-164-3/+8
* cpukit/dosfs: Jump to correct error handlerKinsey Moore2024-01-101-1/+1
* cpukit/dosfs: Cast away ignored returnKinsey Moore2024-01-051-1/+1
* cpukit/jffs2: Revert to non-granular lockingKinsey Moore2023-12-226-27/+61
* imfs: Constify rtems_tarfs_load()Sebastian Huber2023-11-021-3/+5
* cpukit/libfs/dosfs: Use enum values for enum initKinsey Moore2023-10-301-1/+1
* cpukit/jffs2: Correctly init jffs2_inode_infoKinsey Moore2023-10-121-2/+10
* cpukit/jffs2: Implement JFFS2 spinlocksKinsey Moore2023-10-122-24/+8
* fat_fat_operations.c: Fix incorrect indentationJoel Sherrill2023-10-121-3/+3
* cpukit/jffs2: Avoid use of off-chain semanticsKinsey Moore2023-09-262-42/+50
* cpukit/jffs2: Avoid delayed work lock inversionKinsey Moore2023-09-061-1/+13
* Update company nameSebastian Huber2023-05-2045-49/+49
* cpukit/jffs2: Avoid possible null derefKinsey Moore2023-03-231-3/+3
* cpukit/jffs2: Add support for NAND under JFFS2Kinsey Moore2023-03-1516-40/+424
* cpukit/jffs2: Import wbuf.c from upstreamKinsey Moore2023-03-152-0/+1351
* cpukit/jffs2: Initialize and lock mutexesKinsey Moore2023-03-152-0/+4
* jffs2: Fix return code of rtime compressSebastian Huber2023-01-121-1/+1
* jffs2: Update baseline version to Linux v6.1Sebastian Huber2023-01-121-1/+1
* treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-01-121-4/+4
* 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
* jffs2: Add <linux/printk.h>Sebastian Huber2023-01-121-0/+6
* tftpDriver.c: Fix Coverity issuesFrank Kühndel2022-12-021-5/+22
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-191-2/+2
* imfs: Add <rtems/imfsimpl.h>Sebastian Huber2022-07-2511-11/+11
* TFTPFS: Implement block and window size optionsFrank Kühndel2022-06-213-658/+1800
* TFTPFS: Cleanup: Remove spaces at lines endsFrank Kühndel2022-06-211-10/+10
* jffs2: Update baseline version to Linux v5.9Sebastian Huber2022-06-201-2/+2
* 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