1. 7a77e90 fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit by Guillaume GARDET · 8 years ago
  2. 17cb4b8 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  3. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  4. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  5. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 8 years ago
  6. 37f2388 fs: ext4: fix symlink read function by Ronald Zachariah · 8 years ago
  7. b1d6590 ubifs: fix memory corruption in super.c by Heiko Schocher · 8 years ago
  8. 1c8fdf8 jffs2: Fix set but not used warning by Tom Rini · 8 years ago
  9. 0af49b9 Fix spelling of "supported/unsupported". by Vagrant Cascadian · 8 years ago
  10. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 8 years ago
  11. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 8 years ago
  12. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 8 years ago
  13. e35929e dm: blk: Rename get_device_and_partition() by Simon Glass · 8 years ago
  14. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 8 years ago
  15. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  16. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  17. 495c3a1 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · 9 years ago
  18. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  19. e9cdf3b fs: handle the fileaddr variable in the same way as in the network case by David Müller (ELSOFT AG) · 9 years ago
  20. 54d68e9 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir by Thomas Fitzsimmons · 9 years ago
  21. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  22. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  23. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  24. 251cee0 ubifs: Add generic fs support by Hans de Goede · 9 years ago
  25. 29cc5bc ubifs: Add functions for generic fs use by Hans de Goede · 9 years ago
  26. ad15749 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · 9 years ago
  27. 1254b44 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  28. e876be4 fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  29. 5e1a860 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  30. 1d7f2ec fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  31. 8133f43 fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  32. 9d2f6a9 fs: ext4: fix symlink read function by Gary Bisson · 9 years ago
  33. d56b201 ext4: fix leak in check_filename() by Stephen Warren · 9 years ago
  34. 934b14f ext4: free allocations by parse_path() by Stephen Warren · 9 years ago
  35. 676505f ext4: avoid calling ext4fs_mount() twice, which leaks by Stephen Warren · 9 years ago
  36. 0a04ed8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  37. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  38. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  39. 18a10d4 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  40. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  41. 7a3e70c fs/fs.c: read up to EOF when len would read past EOF by Max Krummenacher · 9 years ago
  42. 10d3ac3 JFFS2: Use merge sort when parsing filesystem by Mark Tomlinson · 9 years ago
  43. 54a8838 JFFS2: Use CLEANMARKER to reduce scanning time by Mark Tomlinson · 9 years ago
  44. 081adef JFFS2: Change scansize to match linux kernel by Mark Tomlinson · 9 years ago
  45. c5b1940 JFFS2: Optimize building lists during scan by Mark Tomlinson · 9 years ago
  46. 2d6d93a JFFS2: Improve speed reading flash files by Mark Tomlinson · 9 years ago
  47. 891224a JFFS2: Only list each directory entry once by Mark Tomlinson · 9 years ago
  48. 225cf4c JFFS2: Speed up and fix comparison functions by Mark Tomlinson · 9 years ago
  49. 3799b3f JFFS2: Return early when file read not necessary by Mark Tomlinson · 9 years ago
  50. 85300a9 sandbox: only do sandboxfs for hostfs interface by Sjoerd Simons · 9 years ago
  51. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 9 years ago
  52. 22b7509 fs: ext4 write: return file len on success by Przemyslaw Marczak · 9 years ago
  53. 7f641d5 Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 9 years ago
  54. 1a1ad8e fs: Add command to retrieve the filesystem type by Sjoerd Simons · 10 years ago
  55. 040cc7b ubifs: Enable journal replay during mount by Anton Habegger · 10 years ago
  56. dc28843 ubifs: Import atomic_long operations from Linux by Anton Habegger · 10 years ago
  57. 64f65e1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · 10 years ago
  58. 9e374e7 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  59. d455d87 fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  60. 96b1046 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  61. 9f12cd0 ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  62. 1ad0b98 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  63. 59e890e fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  64. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  65. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  66. e183de0 ZFS: Clean up cppcheck warnings where relevant, leaked memory etc by Jorgen Lundman · 10 years ago
  67. 592f922 spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  68. aac618a ext4: Use inttypes for printf() string by Simon Glass · 10 years ago
  69. c79cba3 cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  70. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  71. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  72. 4e67c57 mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  73. ddf7bcf mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · 10 years ago
  74. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  75. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  76. cf65981 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  77. 949bbd7 catch wrong load address passed to fatload / ext2load by Pavel Machek · 10 years ago
  78. 862c93e yaffs2: preprocessor cleanup by Jeroen Hofstee · 10 years ago
  79. e803fa2 yaffs2: cosmetic: remove self assignments by Jeroen Hofstee · 10 years ago
  80. d018028 fs: ext4: fix writing zero-length files by Stephen Warren · 10 years ago
  81. 46f46fd jffs2:jffs2_1pass.c: remove double braces by Jeroen Hofstee · 10 years ago
  82. 46a5707 ext4: correctly zero filename by Jeroen Hofstee · 10 years ago
  83. e04350d disk: part_efi: clarify lbaint_t usage by Steve Rae · 10 years ago
  84. dd6d796 fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · 10 years ago
  85. 2e98f70 fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · 10 years ago
  86. 8b454ee fs:ext4:write:fix: Reinitialize global variables after updating a file by Łukasz Majewski · 10 years ago
  87. 35dd055 fs:ext4:cleanup: Remove superfluous code by Łukasz Majewski · 10 years ago
  88. 9995d8c fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · 10 years ago
  89. 8abd053 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 10 years ago
  90. 1b451ec yaffs: Remove private list implementation by Simon Glass · 10 years ago
  91. eeb72e6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  92. 1551df3 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 10 years ago
  93. 715b56f Revert "ext4fs: Add ext4 extent cache for read operations" by Tom Rini · 10 years ago
  94. 1674df6 ubifs: fix checkpatch warning by Karicheri, Muralidharan · 11 years ago
  95. fc0fc50 ext4fs: Add ext4 extent cache for read operations by Ionut Nicu · 10 years ago
  96. 1530f6f fs/fdos: Remove by Tom Rini · 10 years ago
  97. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 10 years ago
  98. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 10 years ago
  99. b7b5f31 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  100. 55af5c9 ext4: implement exists() for ext4fs by Stephen Warren · 11 years ago