summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* dosfs: Fix memory leak on failed mounts.Christian Mauderer2020-08-041-0/+5
* rtems: Remove deprecated rtems_io_lookup_name()Sebastian Huber2020-07-141-21/+0
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2898-98/+196
* Canonicalize config.h includeSebastian Huber2020-04-16109-169/+169
* imfs: Replace devfs with an IMFS specializationSebastian Huber2020-03-0911-485/+163
* imfs: Simplify code generationSebastian Huber2020-03-091-11/+17
* imfs: Remove unused handlersSebastian Huber2020-03-091-6/+1
* imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber2020-03-092-37/+0
* imfs: Use _IMFS_get_time()Sebastian Huber2020-03-091-6/+5
* imfs: Add IMFS_add_node()Sebastian Huber2020-03-043-5/+162
* imfs: Simplify IMFS_create_node()Sebastian Huber2020-03-041-3/+4
* imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber2020-03-042-14/+39
* cpukit/libfs: remove more dead code from pipe/fifo.cGedare Bloom2020-01-031-2/+0
* cpukit/libfs: remove dead code from pipe/fifo.cGedare Bloom2020-01-031-2/+0
* pipe: Use condition variablesSebastian Huber2019-12-111-49/+17
* untar: Unify untar supportSebastian Huber2019-11-251-142/+55
* imfs: Fix IMFS_make_linearfile()Sebastian Huber2019-11-211-2/+2
* imfs: Add IMFS_make_linfile()Sebastian Huber2019-11-194-20/+105
* dosfs: Fix format with media block sizes > 512Sebastian Huber2019-10-011-47/+46
* doxygen: Added groups to IO libraryAndreas Dachsberger2019-04-023-3/+3
* libfs/src/pipe/fifo.c: Fix warning.Joel Sherrill2019-03-251-2/+0
* fifo.c: Eliminate logically dead code (Coverity 1437635)Joel Sherrill2019-03-141-8/+5
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
* fs: Add struct dirent::d_type supportSebastian Huber2019-02-055-4/+29
* Fix format warnings due to ino_t changesSebastian Huber2019-01-101-1/+2
* Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara2018-12-042-2/+2
* 5 spelling errors for a Google Code-In task.Jacob Shin2018-12-021-1/+1
* dosfs: Fix device identifierSebastian Huber2018-11-271-1/+1
* pipe/fifo.c: Remove dead code (CID 1437649)Joel Sherrill2018-11-221-1/+0
* build: Merge libfs/Makefile.amSebastian Huber2018-10-102-176/+0
* jffs2: Avoid use of constant register variableSebastian Huber2018-10-051-0/+12
* Remove superfluous pipe_create()Sebastian Huber2018-10-041-1/+4
* Use rtems_task_exit()Sebastian Huber2018-10-021-1/+1
* network: Use kernel/user space header filesSebastian Huber2018-09-101-1/+0
* nfsclient: Fix unused variable warningSebastian Huber2018-09-071-1/+0
* dosfs: Avoid deprecated routineSebastian Huber2018-08-074-2/+5
* rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber2018-08-071-1/+0
* jffs2: Rename README to VERSIONSebastian Huber2018-07-191-0/+0
* jffs2: Add READMESebastian Huber2018-07-161-0/+35
* mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-07-161-1/+0
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-07-161-31/+5
* jffs2: fix spelling mistake: "requestied" -> "requested"Colin Ian King2018-07-161-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2018-07-162-1/+1
* jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher2018-07-161-6/+0
* vfs: make the string hashes salt the hashLinus Torvalds2018-07-165-6/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2018-07-164-15/+16
* jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse2018-07-163-25/+45
* Fix directory hardlinks from deleted directoriesDavid Woodhouse2018-07-162-19/+62
* jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2018-07-161-7/+10
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2018-07-163-6/+3