summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (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
2024-01-22cpukit/dosfs: Simplify expressions where possibleKinsey Moore1-3/+3
2024-01-22cpukit/dosfs: Don't leak a FAT FDKinsey Moore1-7/+7
2024-01-16cpukit/dosfs: Remove unused internal function argKinsey Moore1-2/+0
2024-01-16cpukit: Remove or use unused variable assignmentsKinsey Moore4-3/+8
2024-01-10cpukit/dosfs: Jump to correct error handlerKinsey Moore1-1/+1
2024-01-05cpukit/dosfs: Cast away ignored returnKinsey Moore1-1/+1
2023-12-22cpukit/jffs2: Revert to non-granular lockingKinsey Moore6-27/+61
2023-11-02imfs: Constify rtems_tarfs_load()Sebastian Huber1-3/+5
2023-10-30cpukit/libfs/dosfs: Use enum values for enum initKinsey Moore1-1/+1
2023-10-12cpukit/jffs2: Correctly init jffs2_inode_infoKinsey Moore1-2/+10
2023-10-12cpukit/jffs2: Implement JFFS2 spinlocksKinsey Moore2-24/+8
2023-10-12fat_fat_operations.c: Fix incorrect indentationJoel Sherrill1-3/+3
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 Huber45-49/+49
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-12-02tftpDriver.c: Fix Coverity issuesFrank Kühndel1-5/+22
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-2/+2
2022-07-25imfs: Add <rtems/imfsimpl.h>Sebastian Huber11-11/+11
2022-06-21TFTPFS: Implement block and window size optionsFrank Kühndel3-658/+1800
2022-06-21TFTPFS: Cleanup: Remove spaces at lines endsFrank Kühndel1-10/+10
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