summaryrefslogtreecommitdiff
path: root/cpukit/libfs (follow)
AgeCommit message (Expand)Author
2018-10-10build: Merge libfs/Makefile.amSebastian Huber
2018-10-05jffs2: Avoid use of constant register variableSebastian Huber
2018-10-04Remove superfluous pipe_create()Sebastian Huber
2018-10-02Use rtems_task_exit()Sebastian Huber
2018-09-10network: Use kernel/user space header filesSebastian Huber
2018-09-07nfsclient: Fix unused variable warningSebastian Huber
2018-08-07dosfs: Avoid deprecated routineSebastian Huber
2018-08-07rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber
2018-07-19jffs2: Rename README to VERSIONSebastian Huber
2018-07-16jffs2: Add READMESebastian Huber
2018-07-16mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon
2018-07-16mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon
2018-07-16jffs2: fix spelling mistake: "requestied" -> "requested"Colin Ian King
2018-07-16sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2018-07-16jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher
2018-07-16vfs: make the string hashes salt the hashLinus Torvalds
2018-07-16mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2018-07-16jffs2: Improve post-mount CRC scan efficiencyDavid Woodhouse
2018-07-16Fix directory hardlinks from deleted directoriesDavid Woodhouse
2018-07-16jffs2: Fix page lock / f->sem deadlockDavid Woodhouse
2018-07-16tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2018-07-16jffs2: fix a memleak in read_direntry()Wei Fang
2018-07-16jffs2: fix unbalanced lockingBrian Norris
2018-07-16jffs2: fix handling of corrupted summary lengthChen Jie
2018-07-16jffs2: compr_rubin: Remove unused functionRickard Strandqvist
2018-07-16jffs2: Drop bogus if in commentGeert Uytterhoeven
2018-07-16kill wbuf_queued/wbuf_dwork_lockAl Viro
2018-07-16initramfs: support initramfs that is bigger than 2GiBYinghai Lu
2018-07-16jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan
2018-07-16jffs2: Fix segmentation fault found in stress testKamlakant Patel
2018-07-16jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan
2018-07-16jffs2: remove from wait queue after schedule()Li Zefan
2018-07-16jffs2: use generic posix ACL infrastructureChristoph Hellwig
2018-07-16fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2018-07-16linux: Simplify <linux/rbtree.h>Sebastian Huber
2018-07-16linux: Install <linux/rbtree.h>Sebastian Huber
2018-04-30jffs2: Do not use command line definesSebastian Huber
2018-04-12NFS: Remove support for cexpSebastian Huber
2018-04-11Fill in the correct d_off in rtems_rfs_dir_read.Fan Deng
2018-04-11Fixes bitmap allocation accounting logic in rtems-rfs-bitmaps.cFan Deng
2018-04-11Reset free count properly in rtems_rfs_bitmap_map_clear_all().Fan Deng
2018-04-11Make bit addressing consistent in rtems_rfs_group.cFan Deng
2018-04-04build: Remove EXTRA_DISTSebastian Huber
2018-02-07NFS: Fix use of self-contained objectsSebastian Huber
2018-02-02NFS: Use self-contained recursive mutexSebastian Huber
2018-02-02pipe: Use self-contained mutexSebastian Huber
2018-02-02RFS: Use self-contained recursive mutexSebastian Huber
2018-02-02dosfs: Use self-contained recursive mutexSebastian Huber
2018-02-02JFFS2: Use self-contained recursive mutexSebastian Huber
2018-01-25Remove make preinstallChris Johns