1. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  2. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  3. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  4. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  5. 64732a0 fs: ext4: fix symlink read function by Ronald Zachariah · 9 years ago
  6. a79e3c8 ubifs: fix memory corruption in super.c by Heiko Schocher · 9 years ago
  7. 7c4734d jffs2: Fix set but not used warning by Tom Rini · 9 years ago
  8. e1643ed Fix spelling of "supported/unsupported". by Vagrant Cascadian · 9 years ago
  9. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  10. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  11. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  12. e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  13. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  14. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  15. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  16. 9166c3c ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · 9 years ago
  17. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  18. a027157 fs: handle the fileaddr variable in the same way as in the network case by David Müller (ELSOFT AG) · 9 years ago
  19. c6676e0 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir by Thomas Fitzsimmons · 9 years ago
  20. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  21. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  22. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  23. 690c796 ubifs: Add generic fs support by Hans de Goede · 9 years ago
  24. b5030b2 ubifs: Add functions for generic fs use by Hans de Goede · 9 years ago
  25. a164477 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · 9 years ago
  26. 8fed7d3 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  27. d1d390a fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  28. e0b8694 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  29. 39659ce fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  30. ccc945b fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  31. 086e011 fs: ext4: fix symlink read function by Gary Bisson · 9 years ago
  32. 991201e ext4: fix leak in check_filename() by Stephen Warren · 9 years ago
  33. 5dd30f7 ext4: free allocations by parse_path() by Stephen Warren · 9 years ago
  34. e9898f8 ext4: avoid calling ext4fs_mount() twice, which leaks by Stephen Warren · 9 years ago
  35. d6f23d8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  36. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  37. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  38. 8bdf961 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  39. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  40. 56d9cdf fs/fs.c: read up to EOF when len would read past EOF by Max Krummenacher · 9 years ago
  41. efdc2a6 JFFS2: Use merge sort when parsing filesystem by Mark Tomlinson · 9 years ago
  42. 56a7f48 JFFS2: Use CLEANMARKER to reduce scanning time by Mark Tomlinson · 9 years ago
  43. f89bfd0 JFFS2: Change scansize to match linux kernel by Mark Tomlinson · 9 years ago
  44. ef61982 JFFS2: Optimize building lists during scan by Mark Tomlinson · 9 years ago
  45. b71748f JFFS2: Improve speed reading flash files by Mark Tomlinson · 9 years ago
  46. 2946852 JFFS2: Only list each directory entry once by Mark Tomlinson · 9 years ago
  47. 7c6558e JFFS2: Speed up and fix comparison functions by Mark Tomlinson · 9 years ago
  48. 6d99845 JFFS2: Return early when file read not necessary by Mark Tomlinson · 9 years ago
  49. d31f058 sandbox: only do sandboxfs for hostfs interface by Sjoerd Simons · 10 years ago
  50. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  51. 2b1d6c9 fs: ext4 write: return file len on success by Przemyslaw Marczak · 10 years ago
  52. 865dd4c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 10 years ago
  53. 7d9faf6 fs: Add command to retrieve the filesystem type by Sjoerd Simons · 10 years ago
  54. 7c47031 ubifs: Enable journal replay during mount by Anton Habegger · 10 years ago
  55. 62e79dd ubifs: Import atomic_long operations from Linux by Anton Habegger · 10 years ago
  56. cd486d1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · 10 years ago
  57. a17b7bc fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  58. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  59. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  60. b3a2d5a ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  61. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  62. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  63. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  64. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  65. 8d119d8 ZFS: Clean up cppcheck warnings where relevant, leaked memory etc by Jorgen Lundman · 10 years ago
  66. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
  67. b3384f8 ext4: Use inttypes for printf() string by Simon Glass · 10 years ago
  68. b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  69. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  70. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  71. 081fe9e mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  72. b24c427 mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · 10 years ago
  73. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  74. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  75. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  76. 4c1a9c5 catch wrong load address passed to fatload / ext2load by Pavel Machek · 10 years ago
  77. 1990e04 yaffs2: preprocessor cleanup by Jeroen Hofstee · 10 years ago
  78. 7686777 yaffs2: cosmetic: remove self assignments by Jeroen Hofstee · 10 years ago
  79. e62f1ba fs: ext4: fix writing zero-length files by Stephen Warren · 10 years ago
  80. bd45d54 jffs2:jffs2_1pass.c: remove double braces by Jeroen Hofstee · 10 years ago
  81. f978b00 ext4: correctly zero filename by Jeroen Hofstee · 10 years ago
  82. d30cbae disk: part_efi: clarify lbaint_t usage by Steve Rae · 11 years ago
  83. 675b23c fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · 11 years ago
  84. 10c8f7a fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · 11 years ago
  85. 900db5d fs:ext4:write:fix: Reinitialize global variables after updating a file by Łukasz Majewski · 11 years ago
  86. 5767dc8 fs:ext4:cleanup: Remove superfluous code by Łukasz Majewski · 11 years ago
  87. 91e27a4 fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · 11 years ago
  88. ec6e525 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 11 years ago
  89. 8b235c3 yaffs: Remove private list implementation by Simon Glass · 11 years ago
  90. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  91. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  92. ee03bd1 Revert "ext4fs: Add ext4 extent cache for read operations" by Tom Rini · 11 years ago
  93. 817ae74 ubifs: fix checkpatch warning by Karicheri, Muralidharan · 11 years ago
  94. 6ead6de ext4fs: Add ext4 extent cache for read operations by Ionut Nicu · 11 years ago
  95. 06ab7dd fs/fdos: Remove by Tom Rini · 11 years ago
  96. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  97. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  98. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  99. 12d6d0c ext4: implement exists() for ext4fs by Stephen Warren · 11 years ago
  100. 97d66f2 sandbox: implement exists() function by Stephen Warren · 11 years ago