summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-20Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr...Joel Stanley1-1/+1
2022-06-20jffs2: Fix memory leak in jffs2_scan_eraseblock() error pathWenwen Wang1-1/+4
2022-06-20jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig3-35/+27
2022-06-20jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()Jia-Ju Bai1-1/+1
2022-06-20jffs2: Remove C++ style comments from uapi headerMasahiro Yamada1-5/+0
2022-06-20jffs2: fix use-after-free on symlink traversalAl Viro1-1/+2
2022-06-20Convert jffs2 acl to struct_sizeMatthew Wilcox1-0/+1
2022-06-20jffs2: Use RTEMS_CONTAINER_OFSebastian Huber1-1/+1
2022-05-04rtems-rfs-dir-hash.c: Add file headers and licensesRyan Long1-0/+27
2022-05-04rtems-jffs2-config.h: Add file headers and licensesRyan Long1-0/+33
2022-04-07imfs: Fix index underrun when extending empty fileChristian Mauderer1-1/+2
2022-03-24cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill1-1/+1
2022-03-22cpukit/libfs/src/rfs: Change license to BSD-2Joel Sherrill21-63/+462
2022-03-22cpukit/libds/src/ftpfs/tftpDriver.c: Manually update license to BSD-2Joel Sherrill1-8/+30
2022-03-22cpukit/libfs/src/imfs: Change license to BSD-2Joel Sherrill28-84/+616
2022-03-22cpukit/libfs/src/defaults: Change license to BSD-2Joel Sherrill37-111/+814
2022-03-10cpukit: Automated IMD header file clean upChristian Mauderer1-1/+1
2022-03-10bsps and cpukit: Manual file header clean upChristian Mauderer1-8/+5
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill17-102/+1
2021-07-16cpukit: occured -> occurredSebastian Huber9-41/+41
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long11-131/+197
2021-04-07cpukit/libfs: Remove nfsclientVijay Kumar Banerjee16-10797/+0
2021-04-07cpukit: Move ftpfs from libnetworking to libfsVijay Kumar Banerjee2-0/+2496
2021-03-26dosfs: Use peek supportChristian Mauderer3-5/+31
2020-12-02dosfs: Fix Doxygen group placementSebastian Huber10-25/+27
2020-12-02libfs: Fix Doxygen group placementSebastian Huber6-6/+6
2020-12-02nfsclient: Rework Doxygen groupsSebastian Huber8-16/+19
2020-10-17libfs/rfs: Check search bit map end on last bitChris Johns1-2/+15
2020-08-04dosfs: Fix memory leak on failed mounts.Christian Mauderer1-0/+5
2020-07-14rtems: Remove deprecated rtems_io_lookup_name()Sebastian Huber1-21/+0
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber98-98/+196
2020-04-16Canonicalize config.h includeSebastian Huber109-169/+169
2020-03-09imfs: Replace devfs with an IMFS specializationSebastian Huber11-485/+163
2020-03-09imfs: Simplify code generationSebastian Huber1-11/+17
2020-03-09imfs: Remove unused handlersSebastian Huber1-6/+1
2020-03-09imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber2-37/+0
2020-03-09imfs: Use _IMFS_get_time()Sebastian Huber1-6/+5
2020-03-04imfs: Add IMFS_add_node()Sebastian Huber3-5/+162
2020-03-04imfs: Simplify IMFS_create_node()Sebastian Huber1-3/+4
2020-03-04imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber2-14/+39
2020-01-03cpukit/libfs: remove more dead code from pipe/fifo.cGedare Bloom1-2/+0
2020-01-03cpukit/libfs: remove dead code from pipe/fifo.cGedare Bloom1-2/+0
2019-12-11pipe: Use condition variablesSebastian Huber1-49/+17
2019-11-25untar: Unify untar supportSebastian Huber1-142/+55
2019-11-21imfs: Fix IMFS_make_linearfile()Sebastian Huber1-2/+2
2019-11-19imfs: Add IMFS_make_linfile()Sebastian Huber4-20/+105
2019-10-01dosfs: Fix format with media block sizes > 512Sebastian Huber1-47/+46
2019-04-02doxygen: Added groups to IO libraryAndreas Dachsberger3-3/+3
2019-03-25libfs/src/pipe/fifo.c: Fix warning.Joel Sherrill1-2/+0
2019-03-14fifo.c: Eliminate logically dead code (Coverity 1437635)Joel Sherrill1-8/+5