1. 6b8f185 fs: fat: don't call disk_write with zero sector num by Wu, Josh · 11 years ago
  2. cb3761e SPDX-License-Identifier: convert BSD-3-Clause files by Wolfgang Denk · 11 years ago
  3. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  4. 8b415f7 ext4fs: le32_to_cpu() used on a 16-bit field by Rommel Custodio · 11 years ago
  5. 04735e9 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · 11 years ago
  6. 457dd02 cramfs: fix bug for wrong filename comparison by Holger Brunck · 11 years ago
  7. d6639d1 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  8. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  9. c28cbfa ext4: assign get_fs()->dev_desc before using it by Stephen Warren · 11 years ago
  10. 50ce4c0 fs/ext4: Support device block sizes != 512 bytes by Egbert Eich · 11 years ago
  11. bc8d987 fs/fat: Don't multiply fatsize with sector size by Egbert Eich · 11 years ago
  12. 7eb2c8d sandbox: fs: Add support for saving files to host filesystem by Simon Glass · 11 years ago
  13. a8f6ab5 fs: Add support for saving data to filesystems by Simon Glass · 11 years ago
  14. 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 11 years ago
  15. 472d546 Consolidate bool type by York Sun · 11 years ago
  16. 949a771 ubifs: Allow ubifsmount volume reference by number by Joe Hershberger · 12 years ago
  17. 92ccc96 sandbox: Add host filesystem by Simon Glass · 12 years ago
  18. e6d5241 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  19. 117e050 fs: Use map_sysmem() on read by Simon Glass · 12 years ago
  20. 2ded0d4 fs: Tell probe functions where to put their results by Simon Glass · 12 years ago
  21. c6f548d fs: Use filesystem methods instead of switch() by Simon Glass · 12 years ago
  22. 436e2b7 fs: Fully populate the filesystem method struct by Simon Glass · 12 years ago
  23. 293d7fb ext4: Split write support into its own file by Simon Glass · 12 years ago
  24. 49c4f03 fs: Use new numeric setenv functions by Simon Glass · 12 years ago
  25. cb940c7 FAT: remove ifdefs to make the code more readable by Richard Genoud · 12 years ago
  26. fb7e16c FAT: use toupper/tolower instead of recoding them by Richard Genoud · 12 years ago
  27. 6ad77d8 vfat: Fix mkcksum argument sizes by Marek Vasut · 12 years ago
  28. 13d4355 fs:ext4:write: Initialize cache aligned filename buffer by Łukasz Majewski · 12 years ago
  29. d429ca0 fs:ext4:fix: Code refactoring to suppress compiler warnings by Łukasz Majewski · 12 years ago
  30. a1f41f1 fs:ext4:write: Store block device descriptor in file system structure by Łukasz Majewski · 12 years ago
  31. 32fc16d fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division by Łukasz Majewski · 12 years ago
  32. 2592075 cbfs: Remove mention of CREDITS files by Simon Glass · 12 years ago
  33. da1fd96 fs/fs.c: do_fsload: measure throughput by Andreas Bießmann · 12 years ago
  34. 624c721 fs: zfs: fix illegal use of fp by Alejandro Mery · 12 years ago
  35. eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  36. f9b55e2 fs: rename fsload command to load by Stephen Warren · 12 years ago
  37. 3f83c87 fs: fix number base behaviour change in fatload/ext*load by Stephen Warren · 12 years ago
  38. e9b0f99 fs: fix do_fsload() handling of optional arguments by Stephen Warren · 12 years ago
  39. e08ebf4 ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · 12 years ago
  40. a1b231c fs: handle CONFIG_NEEDS_MANUAL_RELOC by Stephen Warren · 12 years ago
  41. 045fa1e fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · 12 years ago
  42. 03e2ecf fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
  43. 672ee21 fs: delete unused Makefile by Stephen Warren · 12 years ago
  44. 5e8f983 FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  45. a1687b8 FAT: initialize all fields in cur_part_info, simplify init by Stephen Warren · 12 years ago
  46. 461f86e FAT: remove cur_part_nr by Stephen Warren · 12 years ago
  47. 84cd932 fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
  48. ff04f6d fs: fat: Fix mkcksum() function parameters by Marek Vasut · 12 years ago
  49. b823fd9 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  50. 8cc64ba yaffs2: Fix GCC 4.6 compile warnings by Anatolij Gustschin · 12 years ago
  51. bd1a7e3 FAT: check for partition 0 not 1 for whole-disk fs by Stephen Warren · 12 years ago
  52. 73c15c6 ext4: Rename block group descriptor table from gd to bgd by Simon Glass · 12 years ago
  53. 1170e63 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  54. 650f366 cmd_reiser: use common get_device_and_partition function by Rob Herring · 12 years ago
  55. 4120457 cmd_zfs: use common get_device_and_partition function by Rob Herring · 12 years ago
  56. 8118081 cmd_extX: use common get_device_and_partition function by Rob Herring · 12 years ago
  57. 9450106 ext4: remove init_fs/deinit_fs by Rob Herring · 12 years ago
  58. 5fb29f3 Merge branch 'ext4' by Tom Rini · 12 years ago
  59. 55b523b ext4: cache-align buffers so the invalidation works by Stephen Warren · 12 years ago
  60. 7ee46ce FAT: Fix file contents listed as directory by Benoît Thébaudeau · 12 years ago
  61. 8044c13 ubifs: Fix ubifsload when using ZLIB by Veli-Pekka Peltola · 12 years ago
  62. be73913 ubifs: Fix memory leak in ubifs_finddir by Stefan Roese · 12 years ago
  63. 0880e5b FAT: Simplify get_contents by Benoît Thébaudeau · 12 years ago
  64. cc63b25 FAT: get_cluster: Add buffer bouncing by Benoît Thébaudeau · 12 years ago
  65. cd1b042 FAT: Fix redundant sector read by Benoît Thébaudeau · 12 years ago
  66. 88503ad FAT: cosmetic: Remove useless assignment by Benoît Thébaudeau · 12 years ago
  67. 8006dd2 FAT: get_fatent: Fix FAT boundary check by Benoît Thébaudeau · 12 years ago
  68. 9795e07 FAT: cosmetic: Remove extra spaces by Benoît Thébaudeau · 12 years ago
  69. 74f45b7 u-boot yaffs2: Fix compilation warnings by Charles Manning · 12 years ago
  70. ed34f34 ext4fs write support by Uma Shankar · 12 years ago
  71. a159643 ext4fs ls load support by Uma Shankar · 12 years ago
  72. 4d3c95f zfs: Add ZFS filesystem support by Jorgen Lundman · 12 years ago
  73. 753ac61 u-boot: Update yaffs2 file system by Charles Manning · 12 years ago
  74. f75325e UBIFS: Improve error message when reading superblock failed by Bernhard Walle · 12 years ago
  75. 94c1a20 ext2fs: fix warning: 'blocknxt' may be used uninitialized with gcc 4.2 by Tom Rini · 12 years ago
  76. b803273 ext2fs: fix warning: 'blocknxt' may be used uninitialized by Kim Phillips · 12 years ago
  77. 436da3c ext2load: increase read speed by u-boot@lakedaemon.net · 12 years ago
  78. b37d41a Block: Remove MG DISK support by Marek Vasut · 13 years ago
  79. 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 12 years ago
  80. e3ed057 gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · 12 years ago
  81. 9a800ac fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 12 years ago
  82. bf6b6af fs/fat/fat_write.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 12 years ago
  83. 079df72 FAT write: Fix compile errors by Donggeun Kim · 12 years ago
  84. 627182e FAT: update the second FAT when writing a file by Donggeun Kim · 13 years ago
  85. 46236b1 fs/fat: Improve error handling by Kyle Moffett · 13 years ago
  86. 9813b75 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · 13 years ago
  87. 26784f1 ext2: Cache line align indirection buffers by Simon Glass · 13 years ago
  88. bf34e7d fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · 13 years ago
  89. bfcc40b Merge branch 'next' of ../next by Wolfgang Denk · 13 years ago
  90. 8506eb8 FAT: fix some issues in FAT write support code by Anatolij Gustschin · 13 years ago
  91. 2d1b83b fat.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  92. fa75f51 fs/reiserfs/reiserfs.c: Fix compiler warning by Anatolij Gustschin · 13 years ago
  93. 5c2db13 fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug) by Wolfgang Denk · 13 years ago
  94. 986bb0e Fix warnings in yaffs by Simon Glass · 13 years ago
  95. 360ab45 fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  96. 6471ada fs/fat/fat.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  97. 4754c82 GCC4.6: Squash warnings in yaffs_guts.c by Marek Vasut · 13 years ago
  98. 4b41478 GCC4.6: Drop dead code from yaffs_guts.c by Marek Vasut · 13 years ago
  99. 206d68f fat: correct ATTR_VFAT check by J. Vijayanand · 13 years ago
  100. e116cc0 fs/fat/fat.c: fix warning: 'part_size' defined but not used by Wolfgang Denk · 13 years ago