summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* jffs2: fix a memleak in read_direntry()Wei Fang2018-07-161-1/+5
* jffs2: fix unbalanced lockingBrian Norris2018-07-161-23/+4
* jffs2: fix handling of corrupted summary lengthChen Jie2018-07-161-0/+5
* jffs2: compr_rubin: Remove unused functionRickard Strandqvist2018-07-161-5/+0
* jffs2: Drop bogus if in commentGeert Uytterhoeven2018-07-161-1/+1
* kill wbuf_queued/wbuf_dwork_lockAl Viro2018-07-161-2/+0
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2018-07-161-3/+4
* jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan2018-07-161-1/+1
* jffs2: Fix segmentation fault found in stress testKamlakant Patel2018-07-161-2/+2
* jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan2018-07-161-4/+9
* jffs2: remove from wait queue after schedule()Li Zefan2018-07-161-0/+1
* jffs2: use generic posix ACL infrastructureChristoph Hellwig2018-07-161-5/+2
* fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2018-07-162-49/+5
* linux: Simplify <linux/rbtree.h>Sebastian Huber2018-07-161-2/+2
* linux: Install <linux/rbtree.h>Sebastian Huber2018-07-161-133/+0
* jffs2: Do not use command line definesSebastian Huber2018-04-3021-2/+40
* NFS: Remove support for cexpSebastian Huber2018-04-127-912/+9
* Fill in the correct d_off in rtems_rfs_dir_read.Fan Deng2018-04-111-1/+1
* Fixes bitmap allocation accounting logic in rtems-rfs-bitmaps.cFan Deng2018-04-111-18/+47
* Reset free count properly in rtems_rfs_bitmap_map_clear_all().Fan Deng2018-04-111-1/+1
* Make bit addressing consistent in rtems_rfs_group.cFan Deng2018-04-111-1/+12
* build: Remove EXTRA_DISTSebastian Huber2018-04-041-1/+0
* NFS: Fix use of self-contained objectsSebastian Huber2018-02-071-5/+4
* NFS: Use self-contained recursive mutexSebastian Huber2018-02-022-125/+41
* pipe: Use self-contained mutexSebastian Huber2018-02-021-87/+19
* RFS: Use self-contained recursive mutexSebastian Huber2018-02-021-29/+2
* dosfs: Use self-contained recursive mutexSebastian Huber2018-02-028-103/+43
* JFFS2: Use self-contained recursive mutexSebastian Huber2018-02-022-32/+15
* Remove make preinstallChris Johns2018-01-2528-6528/+10
* rfs: Fix format warningSebastian Huber2018-01-231-1/+1
* rfs: Fix for 64-bit targetsSebastian Huber2018-01-222-2/+2
* RFS: Include <rtems/rtems-rfs-shell.h>Sebastian Huber2017-12-131-1/+1
* pipe: Include <rtems/pipe.h>Sebastian Huber2017-12-131-2/+1
* dosfs: Include <rtems/dosfs.h>Sebastian Huber2017-12-132-2/+2
* devfs: Include <rtems/devfs.h>Sebastian Huber2017-12-1310-10/+10
* IMFS: Include <rtems/imfs.h>Sebastian Huber2017-12-1329-29/+29
* dosfs: Allow creating a file with similar name.Christian Mauderer2017-12-071-3/+7
* dosfs: Fix files with same name as volume name.Christian Mauderer2017-12-051-1/+2