1. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 5231797 fs: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. cab43b0 fs: fat: fill creation and change date by Heinrich Schuchardt · 8 months ago
  6. 4aa5291 fs: fat: convert change month correctly by Heinrich Schuchardt · 8 months ago
  7. 75c9f37 fs: fat: add bootsector validity check by Christian Taedcke · 1 year ago
  8. ab985e8 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · 1 year ago
  9. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · 1 year ago
  10. dfe1736 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · 1 year ago
  11. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 3 months ago
  12. f0be00e fs: fat: avoid multiplication overflow by Heinrich Schuchardt · 1 year, 4 months ago
  13. d701a22 fat: correct sign for deletion mark by Heinrich Schuchardt · 1 year, 4 months ago
  14. 4745981 fs: fat: Shrink the size of a few strings by Simon Glass · 1 year, 4 months ago
  15. 4052d1f fs: fat: do not mangle short filenames by Stefan Herbrechtsmeier · 1 year, 8 months ago
  16. 468247d log: Add a category for filesystems by Simon Glass · 1 year, 10 months ago
  17. 6362d97 fs/fat: avoid noisy message fat_read_file() by Heinrich Schuchardt · 1 year, 10 months ago
  18. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  19. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · 2 years, 3 months ago
  20. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  21. 8fb445a fs: fat: check for buffer size before reading blocks by Ricardo Salveti · 3 years, 2 months ago
  22. 236a2d1 fs: fat: add file attributes to struct fs_dirent by Heinrich Schuchardt · 3 years, 6 months ago
  23. 1c579db fs: fat: fix file_fat_detectfs() by Heinrich Schuchardt · 3 years, 10 months ago
  24. 2e1b17b fs: fat: remove trailing periods from long name by Heinrich Schuchardt · 3 years, 10 months ago
  25. b36d546 fs: fat: must not write directory '.' and '..' by Heinrich Schuchardt · 3 years, 10 months ago
  26. 502cb89 fs: fat: usage basename in file_fat_write_at, fat_mkdir by Heinrich Schuchardt · 3 years, 10 months ago
  27. eb3587b fs: fat: remove superfluous assignments by Heinrich Schuchardt · 3 years, 10 months ago
  28. cfb7c2b fs: fat: avoid out of bounds access warning by Heinrich Schuchardt · 3 years, 10 months ago
  29. 66ea58c fs: fat: structure for name and extension by Heinrich Schuchardt · 3 years, 10 months ago
  30. 913339a fs: fat: consistent error handling for flush_dir() by Heinrich Schuchardt · 3 years, 10 months ago
  31. fac9183 fs/fat: implement fsuuid command by Heinrich Schuchardt · 3 years, 11 months ago
  32. bb09393 fs: fat: eliminate DIRENTSPERBLOCK() macro by Heinrich Schuchardt · 4 years ago
  33. 284e85b fs: fat: deletion of long file names by Heinrich Schuchardt · 4 years ago
  34. 9a4564e fs: fat: first dentry of long name in FAT iterator by Heinrich Schuchardt · 4 years ago
  35. f600119 fs: fat: use constant DELETED_FLAG by Heinrich Schuchardt · 4 years ago
  36. 7a3f610 fs: fat: search file should not allocate cluster by Heinrich Schuchardt · 4 years ago
  37. 524d13a fs: fat: reuse deleted directory entries by Heinrich Schuchardt · 4 years ago
  38. 5bc30a5 fs: fat: fat_find_empty_dentries() by Heinrich Schuchardt · 4 years ago
  39. e09f3e4 fs: fat: flush new directory cluster by Heinrich Schuchardt · 4 years ago
  40. 51d5b2a fs: fat: set start cluster for root directory by Heinrich Schuchardt · 4 years ago
  41. 3b9d843 fs: fat: dentry iterator for fill_dir_slot() by Heinrich Schuchardt · 4 years ago
  42. 24977e5 fs: fat: generate unique short names by Heinrich Schuchardt · 4 years ago
  43. 7afbd60 fs: fat: call set_name() only once by Heinrich Schuchardt · 4 years ago
  44. ac4ab75 fs: fat: pass shortname to fill_dir_slot by Heinrich Schuchardt · 4 years ago
  45. ba9c44e fs: fat: create correct short names by Heinrich Schuchardt · 4 years ago
  46. 497d874 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · 4 years ago
  47. 00cf076 fs: fat: correct first cluster for '..' by Heinrich Schuchardt · 4 years ago
  48. 881c74a fs: fat: use ATTR_ARCH instead of anonymous 0x20 by Heinrich Schuchardt · 4 years ago
  49. 6dc7a16 fs: fat: directory entries starting with 0x05 by Heinrich Schuchardt · 4 years ago
  50. a802152 fs: fat: avoid NULL dereference when root dir is full by Heinrich Schuchardt · 4 years ago
  51. 95bbe15 fs/fat/fat.c: Do not perform zero block reads if there are no blocks left by Jason Wessel · 4 years, 5 months ago
  52. 8a3ac6e fs/fat: reduce data size for FAT_WRITE by Heinrich Schuchardt · 4 years, 5 months ago
  53. 6cc5432 fs: fat_write: fix short name creation. by Heinrich Schuchardt · 4 years, 6 months ago
  54. 59e9440 fs: fat: fix fat iteration by Christian Gmeiner · 4 years, 6 months ago
  55. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  56. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  57. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  58. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  59. 3a867ce fat: write: adjust data written in each partial write by Marek Szyprowski · 5 years ago
  60. 2f24167 fat: write: fix broken write to fragmented files by Marek Szyprowski · 5 years ago
  61. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  62. 5f6ae54 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · 5 years ago
  63. d37d47c fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · 5 years ago
  64. c1a159c fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · 5 years ago
  65. c3677ae fat: FAT filesystem premature release of info struct. by Martin Vystrčil · 5 years ago
  66. c326933 fs: fat: allocate a new cluster for root directory of fat32 by AKASHI Takahiro · 6 years ago
  67. a2c0bd0 fs: fat: flush a directory cluster properly by AKASHI Takahiro · 6 years ago
  68. d98c674 fs: fat: write to non-cluster-aligned root directory by AKASHI Takahiro · 6 years ago
  69. 8a6c612 fs: fat: Fix possible double free of fatbuf by Andrew F. Davis · 6 years ago
  70. 5858721 fs: fat: correct file name normalization by Heinrich Schuchardt · 6 years ago
  71. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  72. db538a9 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · 6 years ago
  73. d16b79b fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
  74. f6764f2 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
  75. 87fda0c spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  76. 61934d1 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · 6 years ago
  77. d6153f1 fs: fix FAT name extraction by Patrick Wildt · 6 years ago
  78. 1d614b9 fs: check FAT cluster size by Patrick Wildt · 6 years ago
  79. 23f9af1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · 6 years ago
  80. 0d01bdb fs: fat: Fix warning in normalize_longname() by Tom Rini · 6 years ago
  81. 9fb8db4 fs: fat: fix set_cluster() by Heinrich Schuchardt · 6 years ago
  82. b2242f6 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · 6 years ago
  83. aa9d6ba fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  84. 73b3497 fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  85. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  86. f0926ae fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  87. b07f704 fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
  88. ed8b1e4 fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
  89. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  90. 6aa7769 fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
  91. c83df1a fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago
  92. 044fbe0 Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · 6 years ago
  93. b88dff2 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  94. f0a4781 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  95. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  96. 315c81d fs/fat: debug-print file read position during file_fat_read_at() by Andreas Dannenberg · 6 years ago
  97. fcd4129 fs: fat: cannot write to subdirectories by Heinrich Schuchardt · 6 years ago
  98. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  99. a799dcd fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · 7 years ago
  100. a367927 fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description by Tuomas Tynkkynen · 7 years ago