summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems-jffs2-config.h: Add file headers and licensesRyan Long2022-05-041-0/+33
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-281-6/+5
* fs: Add struct dirent::d_type supportSebastian Huber2019-02-051-4/+7
* jffs2: Avoid use of constant register variableSebastian Huber2018-10-051-0/+12
* 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-161-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-161-6/+2
* 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
* jffs2: Do not use command line definesSebastian Huber2018-04-3020-0/+40
* JFFS2: Use self-contained recursive mutexSebastian Huber2018-02-022-32/+15
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-151-3/+3
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-141-0/+3
* JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTIONSebastian Huber2016-12-202-1/+18
* JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTIONSebastian Huber2016-12-201-0/+3
* JFFS2: Add RTEMS_JFFS2_GET_INFOSebastian Huber2016-12-201-4/+70
* libfs/jff2: Avoid printk format warnings.Chris Johns2016-05-251-10/+9
* JFFS2: Use RTEMS red-black tree implementationSebastian Huber2015-09-031-422/+0
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-091-1/+0
* Filesystem: Delete node type operationSebastian Huber2015-01-221-26/+0
* jffs2: Add casts and constant designators to address warnings on 16-bit targetsJoel Sherrill2014-10-192-2/+2
* jffs2/src/fs-rtems.c: Add include of <rtems/libio.h> for prototypesJoel Sherrill2014-10-161-0/+1
* jffs2/src/fs-rtems.c: Eliminate set but not used warningsJoel Sherrill2014-10-161-0/+3
* JFFS2: Add device identifier for the flash deviceSebastian Huber2014-06-131-2/+5
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-201-0/+6
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-201-3/+9
* JFFS2: Do not re-define struct iovecSebastian Huber2013-12-161-5/+1
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-211-2/+2
* JFFS2: Add RTEMS supportSebastian Huber2013-09-1916-2340/+1371
* JFFS2: Update Linux compatibility layerSebastian Huber2013-09-191-2/+16