summaryrefslogtreecommitdiffstats
path: root/features/yaffs2
AgeCommit message (Collapse)Author
2012-07-09yaffs: change type for mode to umode_tBruce Ashfield
1/2 [ Author: Mark Asselstine Email: mark.asselstine@windriver.com Subject: yaffs: change type for mode to umode_t Date: Wed, 4 Jul 2012 16:43:32 -0400 mainline commit 4acdaf27ebe2 [switch ->create() to umode_t] changed the type for mode to umode_t, mirror this change for yaffs. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> ] 2/2 [ Author: Mark Asselstine Email: mark.asselstine@windriver.com Subject: yaffs: add leading underscore to mtd_info function names Date: Thu, 5 Jul 2012 13:31:08 -0400 Because of mainline commit 3c3c10bba1e4 [mtd: add leading underscore to all mtd functions] we need to follow the lead and add some leading underscores to resolve build errors. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-20yaffs2: change end_writeback to clear_inodeBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: yaffs2: change end_writeback to clear_inode Date: Wed, 20 Jun 2012 22:00:41 -0400 commit: dbd5768f vfs: Rename end_writeback() to clear_inode() was merged in 3.5-rc1, so yaffs2 must be updated to the new naming scheme. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-11yaffs2: import core supportMichel Thebeau
Uprev yaffs2 to latest version as of 2012-05-29 To include the following commits: 662466a yaffs2 checkpointing: Add further checkpoint data sanity checking d9cae0a yaffs2: Make checkpoint block scanning skip bad blocks. eb12d56 Remove trace that should not be in mounting. 9ee5d06 yaffs for u-boot: Cleanups to make patches acceptable for u-boot 83d9993 Merge remote branch 'origin/master' 07353dd Clean up checkin. Do not use 00ebf30 Update timothy test Makefile 1658295 yaffsfs: Allocate directory searches from a table rather than via malloc. 8dae7f1 Fix compilation of python tests. 14ff4e1 yaffs u-boot: Fix problem if an illegal nand chip number is entered. 8b34846 Set up u-boot glue code and patching scripts. 1a17e3a Add more descriptive comment for using the yaffs commands. 80f8530 Add files to hook up yaffs direct to u-boot 95ff7ef Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2 e49491a Put both the summary and checkpoint version stamps together, update checkpoint version 468d72b Fix compilation of mkyaffsimage and mkyaffs2image 87166df Fix resizing of large files. eeb0f17 Fix summary header validation d308180 Add a summary header 7862c13 Remove extra line from banner. d14c6a6 Add script to handle common Linux and direct files 6518138 Change Makefiles to support new way to structure yaffs_strxxx renaming for yaffs direct 8429784 Update README about linux patching 6ee2533 Update Makefiles for new sed-based way case-insensitive handling 2369fad Set up new version of case insensitive code using sed 4d8ae2f Add large file support changes to yaffs_vfs_single.c ce0a5fb Merge branch 'big-files': Merge in large file support 80d031a Add Waldemar's patches for Linux 3.2 a7ae50c yaffs large file support: Fix max file size issue that prevented the scanning working. a7cb3a3 WIP Changes to tests 2360446 yaffs large file support: Add more tests 0ed6086 yaffs large file support: Saves and restores large files fine under yaffs direct. fc4028b large file storage WIP. Can save and verify a large file under yaffs direct. 20de150 WIP large file support b4d93e2 First cut of changes to support large files. Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
2012-03-29yaffs2: replace d_alloc_root with d_make_rootBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: yaffs2: replace d_alloc_root with d_make_root Date: Thu, 29 Mar 2012 16:11:20 -0400 d_alloc_root has been removed, updating to the replacement d_make_root Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-27yaffs2: import core supportBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: yaffs2: import core support Date: Fri, 27 Jan 2012 09:31:29 -0500 Introduce core yaffs2 support from the project git repository: git://www.aleph1.co.uk/yaffs2 using commit 79fcd0f8cc347e650e8ccdce12d7a350b8cc6008 as the HEAD. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-27meta: add feature descriptions to optional/addon featuresBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-203.0: patch cleanup and pruningBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-04yocto: import of the kernel content/metadata from v2.6.39Paul Gortmaker
Roughly corresponds to: commit db575247e16e50ce5160e18907e253c6a43b6feb Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Mon Apr 4 00:27:55 2011 -0400 yocto: 2.6.39 baseline Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ...in the full history repo, but with some extraneous files that were deleted post db575247 deleted right here and now at the baseline instead. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>