summaryrefslogtreecommitdiff
path: root/cpukit/libfs (follow)
AgeCommit message (Expand)Author
2023-11-02imfs: Constify rtems_tarfs_load()Sebastian Huber
2023-10-30cpukit/libfs/dosfs: Use enum values for enum initKinsey Moore
2023-10-12cpukit/jffs2: Correctly init jffs2_inode_infoKinsey Moore
2023-10-12cpukit/jffs2: Implement JFFS2 spinlocksKinsey Moore
2023-10-12fat_fat_operations.c: Fix incorrect indentationJoel Sherrill
2023-09-26cpukit/jffs2: Avoid use of off-chain semanticsKinsey Moore
2023-09-06cpukit/jffs2: Avoid delayed work lock inversionKinsey Moore
2023-05-20Update company nameSebastian Huber
2023-03-23cpukit/jffs2: Avoid possible null derefKinsey Moore
2023-03-15cpukit/jffs2: Add support for NAND under JFFS2Kinsey Moore
2023-03-15cpukit/jffs2: Import wbuf.c from upstreamKinsey Moore
2023-03-15cpukit/jffs2: Initialize and lock mutexesKinsey Moore
2023-01-12jffs2: Fix return code of rtime compressSebastian Huber
2023-01-12jffs2: Update baseline version to Linux v6.1Sebastian Huber
2023-01-12treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2023-01-12jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai
2023-01-12fs: Change the type of filler_tMatthew Wilcox (Oracle)
2023-01-12jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)
2023-01-12jffs2: fix memory leak in jffs2_scan_mediumBaokun Li
2023-01-12jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li
2023-01-12fs/jffs2: fix comments mentioning i_mutexhongnanli
2023-01-12vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2023-01-12jffs2: avoid Wempty-body warningsArnd Bergmann
2023-01-12jffs2: Fix kasan slab-out-of-bounds problemlizhe
2023-01-12jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang
2023-01-12fs: make helpers idmap mount awareChristian Brauner
2023-01-12jffs2: remove trailing semicolon in macro definitionTom Rix
2023-01-12jffs2: Allow setting rp_size to zero during remountinglizhe
2023-01-12jffs2: Fix GC exit abnormallyZhe Li
2023-01-12jffs2: Fix if/else empty body warningsRandy Dunlap
2023-01-12jffs2: Add <linux/printk.h>Sebastian Huber
2022-12-02tftpDriver.c: Fix Coverity issuesFrank Kühndel
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber
2022-07-25imfs: Add <rtems/imfsimpl.h>Sebastian Huber
2022-06-21TFTPFS: Implement block and window size optionsFrank Kühndel
2022-06-21TFTPFS: Cleanup: Remove spaces at lines endsFrank Kühndel
2022-06-20jffs2: Update baseline version to Linux v5.9Sebastian Huber
2022-06-20treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2022-06-20jffs2: fix jffs2 mounting failureZhe Li
2022-06-20treewide: Remove uninitialized_var() usageKees Cook
2022-06-20jffs2: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2022-06-20Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr...Joel Stanley
2022-06-20jffs2: Fix memory leak in jffs2_scan_eraseblock() error pathWenwen Wang
2022-06-20jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig
2022-06-20jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()Jia-Ju Bai
2022-06-20jffs2: Remove C++ style comments from uapi headerMasahiro Yamada
2022-06-20jffs2: fix use-after-free on symlink traversalAl Viro
2022-06-20Convert jffs2 acl to struct_sizeMatthew Wilcox
2022-06-20jffs2: Use RTEMS_CONTAINER_OFSebastian Huber
2022-05-04rtems-rfs-dir-hash.c: Add file headers and licensesRyan Long