1. 2a7fb15 fs/fs.c: add symbolic link case to fs_ls_generic() by Joao Marcos Costa · 4 years, 4 months ago
  2. 88f5333 fs/squashfs: add support for zlib decompression by Joao Marcos Costa · 4 years, 4 months ago
  3. ae8abb1 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 4 months ago
  4. 29da374 fs/squashfs: new filesystem by Joao Marcos Costa · 4 years, 4 months ago
  5. 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
  6. ca816ce fs: error handling in do_load() by Heinrich Schuchardt · 4 years, 5 months ago
  7. 8a3ac6e fs/fat: reduce data size for FAT_WRITE by Heinrich Schuchardt · 4 years, 5 months ago
  8. 6cc5432 fs: fat_write: fix short name creation. by Heinrich Schuchardt · 4 years, 6 months ago
  9. 9252d70 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 8 months ago
  10. 59e9440 fs: fat: fix fat iteration by Christian Gmeiner · 4 years, 6 months ago
  11. ba06a1f cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 6 months ago
  12. 333a97d cbfs: Allow reading a file from a CBFS given its base addr by Simon Glass · 4 years, 6 months ago
  13. 9c42215 cbfs: Change file_cbfs_find_uncached() to return an error by Simon Glass · 4 years, 6 months ago
  14. 0492317 cbfs: Return the error code from file_cbfs_init() by Simon Glass · 4 years, 6 months ago
  15. ec36d7a cbfs: Record the start address in cbfs_priv by Simon Glass · 4 years, 6 months ago
  16. 6ca4c38 cbfs: Use void * for the position pointers by Simon Glass · 4 years, 6 months ago
  17. 5154100 cbfs: Unify the two header loaders by Simon Glass · 4 years, 6 months ago
  18. e78f9bb cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv by Simon Glass · 4 years, 6 months ago
  19. 9ad16d6 cbfs: Adjust file_cbfs_load_header() to use cbfs_priv by Simon Glass · 4 years, 6 months ago
  20. c72d4a8 cbfs: Adjust return value of file_cbfs_next_file() by Simon Glass · 4 years, 6 months ago
  21. 2029a6d cbfs: Use bool type for whether initialised by Simon Glass · 4 years, 6 months ago
  22. 6b82446 cbfs: Use ulong consistently by Simon Glass · 4 years, 6 months ago
  23. 650b241 cbfs: Rename the result variable by Simon Glass · 4 years, 6 months ago
  24. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  25. fb64e36 common: Drop linux/stringify.h from common header by Simon Glass · 4 years, 7 months ago
  26. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  27. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  28. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  29. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  30. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  31. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  32. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  33. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  34. 6f04498 common: Drop uuid.h from common header by Simon Glass · 4 years, 7 months ago
  35. 80c25b1 JFFS2: Add useful fields into lists by Petr Borsodi · 4 years, 7 months ago
  36. a61d1d1 JFFS2: Process obsolete nodes as well as accurate ones by Petr Borsodi · 4 years, 7 months ago
  37. 8179edf fs: ext4: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 7 months ago
  38. ebdcb60 fs: ext4: skip journal state if fs has metadata_csum by Arnaud Ferraris · 4 years, 7 months ago
  39. b72a0ff fs: btrfs: support sparse extents by Marek Behún · 4 years, 8 months ago
  40. 2aebf5b fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 8 months ago
  41. 37539f5 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 8 months ago
  42. e7691f4 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 8 months ago
  43. c2ecf22 fs: ext4: Fix alignment of cache buffers by Jan Kiszka · 4 years, 8 months ago
  44. 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
  45. 3a867ce fat: write: adjust data written in each partial write by Marek Szyprowski · 5 years ago
  46. 2f24167 fat: write: fix broken write to fragmented files by Marek Szyprowski · 5 years ago
  47. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  48. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  49. 1d8d34d linux_compat: move kmemdup() from ubifs.c to linux_compat.c by AKASHI Takahiro · 5 years ago
  50. 5f6ae54 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · 5 years ago
  51. 16ff570 common: Move sorting functions to their own header file by Simon Glass · 5 years ago
  52. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  53. 80ac734 fs: add fs_get_type() for current filesystem type by AKASHI Takahiro · 5 years ago
  54. 66d2da3 fs: clean up around fs_type by AKASHI Takahiro · 5 years ago
  55. ca8e377 fs: export fs_close() by AKASHI Takahiro · 5 years ago
  56. d37d47c fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · 5 years ago
  57. c1a159c fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · 5 years ago
  58. c3677ae fat: FAT filesystem premature release of info struct. by Martin Vystrčil · 5 years ago
  59. 9325079 jffs2: remove unused code files by Uwe Kleine-König · 5 years ago
  60. efbd7b1 cbfs: Rename camel-case variables by Simon Glass · 5 years ago
  61. aa4274e cbfs: Add functions to support multiple CBFSs by Simon Glass · 5 years ago
  62. f152bf0 cbfs: Move result variable into the struct by Simon Glass · 5 years ago
  63. bc94f0a cbfs: Move static variables into a struct by Simon Glass · 5 years ago
  64. 7b5ee96 cbfs: Move declarations above functions by Simon Glass · 5 years ago
  65. db2254b cbfs: Allow CBFS to be used in SPL by Simon Glass · 5 years ago
  66. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  67. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  68. 87d1504 cbfs: Rename checksum to attributes_offset by Simon Glass · 5 years ago
  69. 627e3c8 CVE-2019-13106: ext4: fix out-of-bounds memset by Paul Emge · 5 years ago
  70. 16b19bb ext4: gracefully fail on divide-by-0 by Paul Emge · 5 years ago
  71. a4a48ef CVE-2019-13104: ext4: check for underflow in ext4fs_read_file by Paul Emge · 5 years ago
  72. 955dbbc CVE-2019-13105: ext4: fix double-free in ext4_cache_read by Paul Emge · 5 years ago
  73. a958815 ext4: add support for filesystems without JOURNAL by Marek Szyprowski · 5 years ago
  74. 07a39ab ext4: fix calculating inode blkcount for non-512 blocksize filesystems by Marek Szyprowski · 5 years ago
  75. 961ebe8 fs: do_load: pass device path for efi payload by Mian Yousaf Kaukab · 5 years ago
  76. c326933 fs: fat: allocate a new cluster for root directory of fat32 by AKASHI Takahiro · 6 years ago
  77. a2c0bd0 fs: fat: flush a directory cluster properly by AKASHI Takahiro · 6 years ago
  78. d98c674 fs: fat: write to non-cluster-aligned root directory by AKASHI Takahiro · 6 years ago
  79. 8a6c612 fs: fat: Fix possible double free of fatbuf by Andrew F. Davis · 6 years ago
  80. 5858721 fs: fat: correct file name normalization by Heinrich Schuchardt · 6 years ago
  81. 0611ae5 fs: btrfs: add zstd decompression support by Marek Behún · 6 years ago
  82. e55462b fs: btrfs: fix btrfs methods return values on failure by Marek Behún · 6 years ago
  83. 7d3db16 fs: btrfs: Do not print mount fail message when not btrfs filesystem by Marek Behún · 6 years ago
  84. 2d8200c Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" by Tom Rini · 6 years ago
  85. b0ff60a fs: btrfs: fix btrfs_search_tree invalid results by Pierre Bourdon · 6 years ago
  86. 05b1db1 fs: fat: Build only if CONFIG_FS_FAT=y by Ismael Luceno Cortes · 6 years ago
  87. 9fffe32 fs: btrfs: fix false negatives in ROOT_ITEM search by Pierre Bourdon · 6 years ago
  88. 003ab30 Fix ext4 block group descriptor sizing by Benjamin Lim · 6 years ago
  89. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  90. 785dfea fs: ext4: Problem with ext4load and sparse files by Gero Schumacher · 6 years ago
  91. bc23748 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  92. 448dd27 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
  93. d192136 fs: ext4: constify the buffer passed to write functions by Jean-Jacques Hiblot · 6 years ago
  94. 02d6ca7 fs: ext4: cache extent data by Stephen Warren · 6 years ago
  95. 2573c85 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
  96. f7d4968 fs: ext4: do not write on filesystem with metadata_csum feature by Sébastien Szymanski · 6 years ago
  97. db538a9 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · 6 years ago
  98. d16b79b fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
  99. f6764f2 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
  100. 08d1c42 fs: ext4: Unmount FS in do_fs_type() by Marek Vasut · 6 years ago