yaffs2.git
2022-12-08 Charles Manningyaffsfs.c: Fix NULL dereference in yaffs_unmount2_reldev() master
2022-12-08 Charles ManningAdd test for reldev functions
2021-09-24 Timothy ManningFinished the 32 and 64 bit tests.
2021-09-10 Timothy ManningAdded create and validate tests.
2021-08-16 Timothy Manning64 bit test now cleans correctly.
2021-08-16 Timothy ManningAdded .swp files to .gitignore.
2021-08-16 Timothy ManningUpdating Makefile to build more time tests.
2021-08-09 Timothy ManningAdding more time tests
2021-08-07 Timothy Manningupdated unit test runner to also clean its sub dirs
2021-08-06 Timothy ManningTests will now delete the emfiles with make clean
2021-08-06 Timothy ManningCopied yaffs direct files are now read only.
2021-08-06 Timothy ManningAdded more testcases to the 64 bit time tests.
2021-08-06 Timothy ManningFixed issues with 32 bit time tests
2021-08-06 Timothy ManningAdded gitignores to the repository.
2021-08-05 Timothy ManningFixed an error with the 32 bit time.
2021-08-05 Timothy ManningMerge remote-tracking branch 'origin/64_and_32_bit_time...
2021-07-29 Charles ManningFurther integration of 64-bit time changes
2021-07-28 Timothy ManningFixed quick_tests return codes.
2021-07-28 Timothy ManningFixed the return codes in is_yaffs_working_tests
2021-07-27 Timothy ManningAdded a docstring explaining how to use test_runner.py
2021-07-27 Timothy ManningAdded a test runner for the unit tests
2021-07-26 Timothy ManningYTIME_T 32 bit test now builds with 32 bit time
2021-07-24 Timothy ManningFixed an issue with the 32 bit YTIME_T test.
2021-07-24 Timothy ManningFinished the 64 bit YTIME_T test.
2021-07-24 Timothy ManningAdded tests for 32 and 64 bit time.
2021-07-23 Timothy ManningMerge remote-tracking branch 'origin/time_upgrade'...
2021-07-07 Charles ManningMerge branch 'time_upgrade'
2021-07-07 Charles ManningClear ll_init flag during de-initialisation
2021-07-07 Charles Manningyaffs_rtems: Add yaffs_cache to RTEMS makefile and...
2021-07-01 Timothy ManningAdded a README to basic-tests
2021-07-01 Timothy ManningRenamed timothy_tests to stress_tests
2021-07-01 Timothy ManningAdded a makefile to run all the unit tests.
2021-07-01 Timothy ManningMoved unit tests into their own folder.
2021-07-01 Timothy ManningAdded test target to makefile.
2021-07-01 Timothy ManningAdded a test target to makefile
2021-07-01 Timothy ManningRemoved obsolete test from linux_tests.
2021-07-01 Timothy ManningRemoved obsolete timothy_test/yaffs_and_linux_mirror_tests
2021-07-01 Timothy ManningUpdated timothy_tests/stress_tester
2021-07-01 Timothy ManningRemoved old test from timothy_tests/quick_tests
2021-07-01 Timothy ManningUpdated is_yaffs_working_test_fix
2021-07-01 Timothy ManningFixed segfault in yaffs_guts
2021-07-01 Timothy ManningEnhanced printf statements in is_yaffs_working_tests
2021-07-01 Timothy ManningFixed mountpoint path for is_yaffs_working_test
2021-07-01 Timothy ManningAdded -lpthread to is_yaffs_working_tests's makefile
2021-06-08 Charles ManningFix unmatched temporary buffer allocations
2021-06-08 Charles ManningMake the tmpfs test space larger for running long tests
2021-06-04 Timothy ManningAdded endianness support for YTIME_T
2021-06-04 Timothy ManningAdded comments to yaffs_DoUtimre
2021-06-04 Timothy ManningChanged some tabs to spaces.
2021-06-04 Timothy ManningCreated a new test to check the size of YTIME_T
2021-06-04 Timothy ManningAdded support for 64 bit time to yaffs direct.
2021-06-01 Charles ManningFix sleep logic in background gc thread example
2021-05-31 codedraughtsmanAdded some comments to dtest.c
2021-05-31 codedraughtsmanFixed timothy_tests/quick_tests
2021-05-25 Charles ManningIndex the block state string list because the order...
2021-05-25 Luca (Wei) Chenkernel Makefile won't work after moving cache handling...
2021-05-15 Charles Manningyaffs_guts.c : Fix missing temporary buffers when doing...
2021-05-11 Charles ManningNew yaffs2_image_maker tool to work with 4kB pages...
2021-03-26 Charles Manningyaffs_image_maker: Add ability to handle oob tags and...
2021-03-18 Charles ManningAdd a README for the image maker
2021-03-18 Charles ManningAdd endian feature to image maker and do some tidy up.
2021-03-17 Charles ManningAdd an image maker tool that generates image files...
2021-03-16 Charles ManningSome clean up and more modular cache management
2020-07-09 Charles ManningAdd CONFIG_YAFFS_NO_YAFFS1 flag to remove yaffs1 code...
2020-07-09 Charles ManningMove cache code to own file
2020-07-09 Charles ManningMove cache handling into its own file
2020-07-09 Charles ManningAdd CONFIG_YAFFS_SMALL_RAM to reduce RAM footprint
2020-07-09 Charles ManningAdd CONFIG_YAFFS_NO_TRACE to turn off all tracing
2020-06-25 Charles Manningyaffs-vfs-multi.c: Handle search context properly to...
2020-06-19 Charles ManningAdd malloc monitoring to get a sense of RAM use
2020-06-19 Charles ManningBegign bug: Fix incorrect return value
2020-05-15 Charles ManningMerge branch 'sizeofsizeof'
2020-05-15 Charles ManningAdd some RTEMS notes
2020-05-15 Charles ManningHandle cleanup when remounting rw after mounting read...
2020-05-15 Charles ManningMake buffers larger to stop compiler complaining
2020-04-23 liaohuafix wrong use of sizeof in yaffs_checkpt_close
2020-03-19 Charles ManningAdd test to dereference symlink rtems-merge
2020-03-19 Charles ManningAdd more basic tests and some clean up.
2020-03-19 Charles ManningAdd stats to flash simulator
2020-03-17 Charles Manningrtems yests: FSX
2020-03-17 Charles ManningAdd fsx file test and split up basic tests.
2020-03-13 Charles Manningrtems support: Rudimentary test harness now working.
2020-03-13 Charles ManningMakefile.rtems: Add a few missing files
2020-03-13 Charles Manningyaffs_tagsmarshall.c: Fix prototype dependency
2020-03-12 Charles Manningrtems_yaffs: Remove unnecessary flushing of symlink
2020-03-12 Jonathan Brandmeyerrtems-yaffs: Checkpoint the filesystem at unmount time
2020-03-12 Jonathan BrandMeyerrtems_yaffs: Add symlink support
2020-02-06 Charles Manningrtems-yaffs: Modes to freshen to latest Yaffs and build...
2020-02-06 Sebastian HuberImport rtems wrapper from rtems git
2019-10-21 Charles Manningfix memory leak when /proc/yaffs is read
2019-01-31 chengchaoFix race yaffs_flush_inodes against iput
2019-01-15 Charles ManningAkiko: Fix Yaffs Linux compilation for 4.9 to 4.19
2019-01-14 Charles ManningOnly load name if read succeeds
2018-08-06 Charles ManningMerge branch 'master' of ssh://aleph1.co.uk/home/aleph1...
2018-08-06 Charles ManningClean up some version dependencies
2018-07-23 Charles ManningFix hang caused by returning with lock held
2018-07-23 Charles ManningFix building for mkyaffsimage and mkyaffs2image
2018-02-26 Charles ManningFix copyright
2017-08-11 Charles ManningClean up some compilation warnings for VxWorks aleph1-release
2017-05-07 Charles ManningAdd Adre's patch for Linux 4.9
next