1. 19c781d fs: ext4: use fs_ls_generic by Heinrich Schuchardt · 4 weeks ago
  2. e415b99 fs: ext4: implement opendir, readdir, closedir by Heinrich Schuchardt · 4 weeks ago
  3. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  4. 27fc17f lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 3 months ago
  5. 0d733f0 lmb: allow lmb module to be used in SPL by Sughosh Ganu · 3 months ago
  6. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
  7. aacc5c5 fs: relax ext4_write_file() dependency by Baruch Siach · 6 months ago
  8. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  9. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  10. 5231797 fs: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  11. d4c9946 fs: remove explicit efi configuration dependency by AKASHI Takahiro · 10 months ago
  12. 8fd5184 fs: Fix SPL build if FS_LOADER is enabled by Mayuresh Chitale · 1 year ago
  13. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
  14. 14fa1bd fs: Disable sandbox filesystem in SPL by Sean Anderson · 1 year, 1 month ago
  15. 362219b fs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  16. e6c49fc fs: Create functions to load and allocate a file by Simon Glass · 1 year, 6 months ago
  17. 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  18. 896ed4b fs: Add a function to set the filesystem type by Simon Glass · 2 years, 7 months ago
  19. 1660e96 fs: Allow to compile FS_SQUASHFS only for proper U-Boot by Pali Rohár · 2 years, 8 months ago
  20. 849a61a fs: Allow to compile FS_BTRFS when SPL is enabled by Pali Rohár · 2 years, 8 months ago
  21. d3a3c12 fs: Allow to compile CMD_UBIFS when SPL is enabled by Pali Rohár · 2 years, 8 months ago
  22. d291f89 fs: Allow to compile FS_FAT only for proper U-Boot by Pali Rohár · 2 years, 8 months ago
  23. c678b32 fs: Add semihosting filesystem by Sean Anderson · 2 years, 8 months ago
  24. 024fb2f fs/erofs: add erofs filesystem support by Huang Jianan · 2 years, 9 months ago
  25. 3f006d5 fs: avoid superfluous messages by Heinrich Schuchardt · 3 years, 2 months ago
  26. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  27. f476b4a cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions by Sean Anderson · 3 years, 8 months ago
  28. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  29. c556a45 cmd: load, emit error message for invalid block device by Heinrich Schuchardt · 3 years, 10 months ago
  30. 6b82159 efi_loader: setting boot device by Heinrich Schuchardt · 3 years, 11 months ago
  31. fac9183 fs/fat: implement fsuuid command by Heinrich Schuchardt · 3 years, 11 months ago
  32. cfca20c fs/squashfs: implement exists() function by Richard Genoud · 4 years, 1 month ago
  33. 654b248 fs/squashfs: fix board hang-up when calling .exists() by Richard Genoud · 4 years, 1 month ago
  34. b455978 fs: convert error and debug messages to log by Heinrich Schuchardt · 4 years, 3 months ago
  35. 2a7fb15 fs/fs.c: add symbolic link case to fs_ls_generic() by Joao Marcos Costa · 4 years, 4 months ago
  36. 29da374 fs/squashfs: new filesystem by Joao Marcos Costa · 4 years, 4 months ago
  37. ca816ce fs: error handling in do_load() by Heinrich Schuchardt · 4 years, 5 months ago
  38. 9252d70 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 8 months ago
  39. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  40. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  41. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  42. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  43. 80ac734 fs: add fs_get_type() for current filesystem type by AKASHI Takahiro · 5 years ago
  44. 66d2da3 fs: clean up around fs_type by AKASHI Takahiro · 5 years ago
  45. ca8e377 fs: export fs_close() by AKASHI Takahiro · 5 years ago
  46. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  47. 961ebe8 fs: do_load: pass device path for efi payload by Mian Yousaf Kaukab · 5 years ago
  48. bc23748 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  49. 08d1c42 fs: ext4: Unmount FS in do_fs_type() by Marek Vasut · 6 years ago
  50. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  51. 64eab04 spl: fat/fs: Add control to build FS EXT4 in SPL by Tien Fong Chee · 6 years ago
  52. 87fda0c spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  53. 5b2c687 fs: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  54. 43efaa0 fs: update fs_dev_part in fs_set_blk_dev_with_part() by AKASHI Takahiro · 6 years ago
  55. 73b3497 fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  56. 1ba4253 fs: add unlink interface by AKASHI Takahiro · 6 years ago
  57. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  58. adc8c9f fs: add mkdir interface by AKASHI Takahiro · 6 years ago
  59. 99dc17d fs: fix typo 'dumm' by Heinrich Schuchardt · 6 years ago
  60. 3a6163a fs: Add fs_get_type_name to return current filesystem name by Alex Kiernan · 6 years ago
  61. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  62. f02c5c5 fs: remove distractive message in fs_read() by Heinrich Schuchardt · 7 years ago
  63. 90762d9 fs: Set .opendir to fs_opendir_unsupported for btrfs by Marek Behún · 7 years ago
  64. 98ec1d1 fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  65. 60d74a9 fat/fs: move ls to generic implementation by Rob Clark · 7 years ago
  66. 2b7bfd9 fs: add fs_readdir() by Rob Clark · 7 years ago
  67. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  68. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  69. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  70. e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  71. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  72. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  73. a027157 fs: handle the fileaddr variable in the same way as in the network case by David Müller (ELSOFT AG) · 9 years ago
  74. 690c796 ubifs: Add generic fs support by Hans de Goede · 9 years ago
  75. 56d9cdf fs/fs.c: read up to EOF when len would read past EOF by Max Krummenacher · 9 years ago
  76. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  77. 7d9faf6 fs: Add command to retrieve the filesystem type by Sjoerd Simons · 10 years ago
  78. a17b7bc fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  79. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  80. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  81. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  82. 4c1a9c5 catch wrong load address passed to fatload / ext2load by Pavel Machek · 10 years ago
  83. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  84. 12d6d0c ext4: implement exists() for ext4fs by Stephen Warren · 11 years ago
  85. 97d66f2 sandbox: implement exists() function by Stephen Warren · 11 years ago
  86. ec63d4a fs: don't pass NULL dev_desc to most filesystems by Stephen Warren · 11 years ago
  87. d008fbb fs: implement infrastructure for an 'exists' function by Stephen Warren · 11 years ago
  88. 9df2580 fs: fix generic save command implementation by Stephen Warren · 11 years ago
  89. a10c7a5 Fix number base handling of "load" command by Wolfgang Denk · 11 years ago
  90. ea307e8 sandbox: fs: Add support for saving files to host filesystem by Simon Glass · 12 years ago
  91. eda14ea fs: Add support for saving data to filesystems by Simon Glass · 12 years ago
  92. 1184287 sandbox: Add host filesystem by Simon Glass · 12 years ago
  93. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  94. cbe5d5d fs: Use map_sysmem() on read by Simon Glass · 12 years ago
  95. 6a46e2f fs: Tell probe functions where to put their results by Simon Glass · 12 years ago
  96. e6aad85 fs: Use filesystem methods instead of switch() by Simon Glass · 12 years ago
  97. 1aede48 fs: Fully populate the filesystem method struct by Simon Glass · 12 years ago
  98. fff5c07 fs: Use new numeric setenv functions by Simon Glass · 12 years ago
  99. 1fd2d8a fs/fs.c: do_fsload: measure throughput by Andreas Bießmann · 12 years ago
  100. 128d3d9 fs: rename fsload command to load by Stephen Warren · 12 years ago