1. 56d9cdf fs/fs.c: read up to EOF when len would read past EOF by Max Krummenacher · Wed Aug 05 17:16:58 2015 +0200
  2. efdc2a6 JFFS2: Use merge sort when parsing filesystem by Mark Tomlinson · Wed Jul 01 16:38:29 2015 +1200
  3. 56a7f48 JFFS2: Use CLEANMARKER to reduce scanning time by Mark Tomlinson · Wed Jul 01 16:38:28 2015 +1200
  4. f89bfd0 JFFS2: Change scansize to match linux kernel by Mark Tomlinson · Wed Jul 01 16:38:27 2015 +1200
  5. ef61982 JFFS2: Optimize building lists during scan by Mark Tomlinson · Wed Jul 01 16:38:26 2015 +1200
  6. b71748f JFFS2: Improve speed reading flash files by Mark Tomlinson · Wed Jul 01 16:38:25 2015 +1200
  7. 2946852 JFFS2: Only list each directory entry once by Mark Tomlinson · Wed Jul 01 16:38:24 2015 +1200
  8. 7c6558e JFFS2: Speed up and fix comparison functions by Mark Tomlinson · Wed Jul 01 16:38:23 2015 +1200
  9. 6d99845 JFFS2: Return early when file read not necessary by Mark Tomlinson · Wed Jul 01 16:38:22 2015 +1200
  10. d31f058 sandbox: only do sandboxfs for hostfs interface by Sjoerd Simons · Mon Apr 13 22:54:19 2015 +0200
  11. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  12. 2b1d6c9 fs: ext4 write: return file len on success by Przemyslaw Marczak · Tue Feb 17 15:31:52 2015 +0100
  13. 865dd4c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · Wed Feb 04 13:30:00 2015 -0500
  14. 7d9faf6 fs: Add command to retrieve the filesystem type by Sjoerd Simons · Mon Jan 05 18:13:36 2015 +0100
  15. 7c47031 ubifs: Enable journal replay during mount by Anton Habegger · Thu Jan 22 22:29:11 2015 +0100
  16. 62e79dd ubifs: Import atomic_long operations from Linux by Anton Habegger · Thu Jan 22 22:29:10 2015 +0100
  17. cd486d1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · Thu Dec 18 17:14:17 2014 +0100
  18. a17b7bc fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · Mon Nov 24 11:50:46 2014 -0500
  19. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · Mon Nov 17 14:39:38 2014 -0800
  20. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:37 2014 -0800
  21. b3a2d5a ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:36 2014 -0800
  22. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:35 2014 -0800
  23. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · Wed Nov 12 14:35:04 2014 +0100
  24. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  25. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · Fri Nov 07 03:03:28 2014 +0900
  26. 8d119d8 ZFS: Clean up cppcheck warnings where relevant, leaked memory etc by Jorgen Lundman · Fri Nov 07 10:08:35 2014 +0900
  27. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · Wed Oct 15 17:53:12 2014 +0200
  28. b3384f8 ext4: Use inttypes for printf() string by Simon Glass · Wed Oct 15 04:38:32 2014 -0600
  29. b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · Thu Sep 18 13:28:06 2014 +0900
  30. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  31. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · Sun Aug 31 15:16:53 2014 +0900
  32. 081fe9e mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · Tue Jul 15 16:08:43 2014 +0200
  33. b24c427 mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · Tue Jul 15 16:08:42 2014 +0200
  34. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:04 2014 +0200
  35. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · Tue Jun 24 10:10:03 2014 +0200
  36. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · Wed Jun 11 12:47:26 2014 -0600
  37. 4c1a9c5 catch wrong load address passed to fatload / ext2load by Pavel Machek · Wed Jul 09 22:42:57 2014 +0200
  38. 1990e04 yaffs2: preprocessor cleanup by Jeroen Hofstee · Sat Jul 12 15:16:52 2014 +0200
  39. 7686777 yaffs2: cosmetic: remove self assignments by Jeroen Hofstee · Sat Jul 12 15:16:51 2014 +0200
  40. e62f1ba fs: ext4: fix writing zero-length files by Stephen Warren · Wed Jun 11 12:46:16 2014 -0600
  41. bd45d54 jffs2:jffs2_1pass.c: remove double braces by Jeroen Hofstee · Wed Jun 11 00:40:25 2014 +0200
  42. f978b00 ext4: correctly zero filename by Jeroen Hofstee · Mon Jun 09 15:29:00 2014 +0200
  43. d30cbae disk: part_efi: clarify lbaint_t usage by Steve Rae · Mon May 26 11:52:23 2014 -0700
  44. 675b23c fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · Thu May 08 16:14:07 2014 +0800
  45. 10c8f7a fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · Thu May 08 16:14:06 2014 +0800
  46. 900db5d fs:ext4:write:fix: Reinitialize global variables after updating a file by Łukasz Majewski · Tue May 06 09:36:05 2014 +0200
  47. 5767dc8 fs:ext4:cleanup: Remove superfluous code by Łukasz Majewski · Tue May 06 09:36:04 2014 +0200
  48. 91e27a4 fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · Fri Apr 18 19:09:50 2014 +0900
  49. ec6e525 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · Tue Apr 08 11:12:46 2014 +0900
  50. 8b235c3 yaffs: Remove private list implementation by Simon Glass · Wed Feb 26 15:59:16 2014 -0700
  51. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Wed Feb 26 16:49:58 2014 -0500
  52. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · Tue Feb 25 10:27:01 2014 -0500
  53. ee03bd1 Revert "ext4fs: Add ext4 extent cache for read operations" by Tom Rini · Wed Feb 26 08:18:58 2014 -0500
  54. 817ae74 ubifs: fix checkpatch warning by Karicheri, Muralidharan · Mon Jan 20 17:10:07 2014 -0500
  55. 6ead6de ext4fs: Add ext4 extent cache for read operations by Ionut Nicu · Tue Feb 04 15:48:10 2014 +0100
  56. 06ab7dd fs/fdos: Remove by Tom Rini · Fri Feb 21 08:42:02 2014 -0500
  57. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · Tue Feb 04 17:24:28 2014 +0900
  58. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · Tue Feb 04 17:24:24 2014 +0900
  59. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · Mon Feb 03 13:21:10 2014 -0700
  60. 12d6d0c ext4: implement exists() for ext4fs by Stephen Warren · Mon Feb 03 13:21:09 2014 -0700
  61. 97d66f2 sandbox: implement exists() function by Stephen Warren · Mon Feb 03 13:21:07 2014 -0700
  62. ec63d4a fs: don't pass NULL dev_desc to most filesystems by Stephen Warren · Mon Feb 03 13:21:01 2014 -0700
  63. d008fbb fs: implement infrastructure for an 'exists' function by Stephen Warren · Mon Feb 03 13:21:00 2014 -0700
  64. 9df2580 fs: fix generic save command implementation by Stephen Warren · Mon Feb 03 13:20:59 2014 -0700
  65. ffaffd2 yaffs2: Remove block number check from summary verification by Charles Manning · Mon Jan 20 15:51:59 2014 +1300
  66. 01f606c ext4fs: fix "invalid extent block" error by Ionut Nicu · Mon Jan 13 12:00:08 2014 +0100
  67. 48b2b59 ext4fs: use EXT2_BLOCK_SIZE instead of fs->blksz by Ionut Nicu · Mon Jan 13 11:59:24 2014 +0100
  68. e0996ca fs/ext4: fix calling put_ext4 with truncated offset by Ma Haijun · Wed Jan 08 08:15:33 2014 +0800
  69. 194c1a8 fs/ext4: fix partition size get truncated in calculation by Ma Haijun · Wed Jan 08 06:49:43 2014 +0800
  70. 739b9dc yaffs2: Use lldiv for 64bit division by Tom Rini · Thu Dec 05 14:48:39 2013 -0500
  71. 3cd84d6 JFFS2: Correct jffs2_1pass_build_lists to use lldiv by Tom Rini · Thu Dec 05 14:48:38 2013 -0500
  72. d008e6c fs: descend into sub directories when it is necessary by Masahiro Yamada · Mon Nov 11 14:36:10 2013 +0900
  73. af1274a Makefile: move fs/fat/ entry to drivers/Makefile by Masahiro Yamada · Mon Nov 11 14:36:09 2013 +0900
  74. 65a43e3 fs:fat: fix set file name function by Piotr Wilczek · Fri Oct 11 15:43:33 2013 +0200
  75. 006bb56 fs: move some file system to fs/Makefile by Masahiro Yamada · Thu Oct 17 20:38:53 2013 +0900
  76. 22cca02 fs: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:58 2013 +0900
  77. efe7f30 mtd: fix warnings due to 64-bit partition support by Scott Wood · Tue Oct 15 17:41:27 2013 -0500
  78. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  79. a10c7a5 Fix number base handling of "load" command by Wolfgang Denk · Sat Oct 05 21:07:25 2013 +0200
  80. b0e38dd fs: fat: don't call disk_write with zero sector num by Wu, Josh · Wed Jul 24 17:55:30 2013 +0800
  81. c57eadc SPDX-License-Identifier: convert BSD-3-Clause files by Wolfgang Denk · Sun Jul 28 22:12:47 2013 +0200
  82. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  83. 5a4f74d ext4fs: le32_to_cpu() used on a 16-bit field by Rommel Custodio · Sun Jul 21 10:53:25 2013 +0200
  84. e7ee028 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · Wed Jun 26 18:11:25 2013 +0200
  85. 86c8548 cramfs: fix bug for wrong filename comparison by Holger Brunck · Mon Jul 08 09:06:49 2013 +0200
  86. 800029e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Fri May 31 18:28:47 2013 -0400
  87. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
  88. ceb785a ext4: assign get_fs()->dev_desc before using it by Stephen Warren · Thu May 23 10:22:10 2013 +0000
  89. 7b1b255 fs/ext4: Support device block sizes != 512 bytes by Egbert Eich · Wed May 01 01:13:19 2013 +0000
  90. 11cc61a fs/fat: Don't multiply fatsize with sector size by Egbert Eich · Tue Apr 09 21:11:55 2013 +0000
  91. ea307e8 sandbox: fs: Add support for saving files to host filesystem by Simon Glass · Sat Apr 20 08:42:51 2013 +0000
  92. eda14ea fs: Add support for saving data to filesystems by Simon Glass · Sat Apr 20 08:42:50 2013 +0000
  93. 47550fc ubi: ubifs: Turn off verbose prints by Joe Hershberger · Mon Apr 08 10:32:49 2013 +0000
  94. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  95. 108458a ubifs: Allow ubifsmount volume reference by number by Joe Hershberger · Thu Nov 01 16:54:18 2012 +0000
  96. 1184287 sandbox: Add host filesystem by Simon Glass · Wed Dec 26 09:53:35 2012 +0000
  97. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · Wed Dec 26 09:53:33 2012 +0000
  98. cbe5d5d fs: Use map_sysmem() on read by Simon Glass · Wed Dec 26 09:53:32 2012 +0000
  99. 6a46e2f fs: Tell probe functions where to put their results by Simon Glass · Wed Dec 26 09:53:31 2012 +0000
  100. e6aad85 fs: Use filesystem methods instead of switch() by Simon Glass · Wed Dec 26 09:53:30 2012 +0000