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