summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: Remove C++ style comments from uapi headerMasahiro Yamada2022-06-201-5/+0
* 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-rfs-dir-hash.c: Add file headers and licensesRyan Long2022-05-041-0/+27
* rtems-jffs2-config.h: Add file headers and licensesRyan Long2022-05-041-0/+33
* imfs: Fix index underrun when extending empty fileChristian Mauderer2022-04-071-1/+2
* cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill2022-03-241-1/+1
* cpukit/libfs/src/rfs: Change license to BSD-2Joel Sherrill2022-03-2221-63/+462
* cpukit/libds/src/ftpfs/tftpDriver.c: Manually update license to BSD-2Joel Sherrill2022-03-221-8/+30
* cpukit/libfs/src/imfs: Change license to BSD-2Joel Sherrill2022-03-2228-84/+616
* cpukit/libfs/src/defaults: Change license to BSD-2Joel Sherrill2022-03-2237-111/+814
* cpukit: Automated IMD header file clean upChristian Mauderer2022-03-101-1/+1
* bsps and cpukit: Manual file header clean upChristian Mauderer2022-03-101-8/+5
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1017-102/+1
* cpukit: occured -> occurredSebastian Huber2021-07-169-41/+41
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-2811-131/+197