1. ebdcb60 fs: ext4: skip journal state if fs has metadata_csum by Arnaud Ferraris · 4 years, 7 months ago
  2. b72a0ff fs: btrfs: support sparse extents by Marek Behún · 4 years, 8 months ago
  3. 2aebf5b fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 8 months ago
  4. 37539f5 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 8 months ago
  5. e7691f4 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 8 months ago
  6. c2ecf22 fs: ext4: Fix alignment of cache buffers by Jan Kiszka · 4 years, 8 months ago
  7. 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
  8. 3a867ce fat: write: adjust data written in each partial write by Marek Szyprowski · 5 years ago
  9. 2f24167 fat: write: fix broken write to fragmented files by Marek Szyprowski · 5 years ago
  10. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  11. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  12. 1d8d34d linux_compat: move kmemdup() from ubifs.c to linux_compat.c by AKASHI Takahiro · 5 years ago
  13. 5f6ae54 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · 5 years ago
  14. 16ff570 common: Move sorting functions to their own header file by Simon Glass · 5 years ago
  15. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  16. 80ac734 fs: add fs_get_type() for current filesystem type by AKASHI Takahiro · 5 years ago
  17. 66d2da3 fs: clean up around fs_type by AKASHI Takahiro · 5 years ago
  18. ca8e377 fs: export fs_close() by AKASHI Takahiro · 5 years ago
  19. d37d47c fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · 5 years ago
  20. c1a159c fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · 5 years ago
  21. c3677ae fat: FAT filesystem premature release of info struct. by Martin Vystrčil · 5 years ago
  22. 9325079 jffs2: remove unused code files by Uwe Kleine-König · 5 years ago
  23. efbd7b1 cbfs: Rename camel-case variables by Simon Glass · 5 years ago
  24. aa4274e cbfs: Add functions to support multiple CBFSs by Simon Glass · 5 years ago
  25. f152bf0 cbfs: Move result variable into the struct by Simon Glass · 5 years ago
  26. bc94f0a cbfs: Move static variables into a struct by Simon Glass · 5 years ago
  27. 7b5ee96 cbfs: Move declarations above functions by Simon Glass · 5 years ago
  28. db2254b cbfs: Allow CBFS to be used in SPL by Simon Glass · 5 years ago
  29. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  30. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  31. 87d1504 cbfs: Rename checksum to attributes_offset by Simon Glass · 5 years ago
  32. 627e3c8 CVE-2019-13106: ext4: fix out-of-bounds memset by Paul Emge · 5 years ago
  33. 16b19bb ext4: gracefully fail on divide-by-0 by Paul Emge · 5 years ago
  34. a4a48ef CVE-2019-13104: ext4: check for underflow in ext4fs_read_file by Paul Emge · 5 years ago
  35. 955dbbc CVE-2019-13105: ext4: fix double-free in ext4_cache_read by Paul Emge · 5 years ago
  36. a958815 ext4: add support for filesystems without JOURNAL by Marek Szyprowski · 5 years ago
  37. 07a39ab ext4: fix calculating inode blkcount for non-512 blocksize filesystems by Marek Szyprowski · 5 years ago
  38. 961ebe8 fs: do_load: pass device path for efi payload by Mian Yousaf Kaukab · 5 years ago
  39. c326933 fs: fat: allocate a new cluster for root directory of fat32 by AKASHI Takahiro · 6 years ago
  40. a2c0bd0 fs: fat: flush a directory cluster properly by AKASHI Takahiro · 6 years ago
  41. d98c674 fs: fat: write to non-cluster-aligned root directory by AKASHI Takahiro · 6 years ago
  42. 8a6c612 fs: fat: Fix possible double free of fatbuf by Andrew F. Davis · 6 years ago
  43. 5858721 fs: fat: correct file name normalization by Heinrich Schuchardt · 6 years ago
  44. 0611ae5 fs: btrfs: add zstd decompression support by Marek Behún · 6 years ago
  45. e55462b fs: btrfs: fix btrfs methods return values on failure by Marek Behún · 6 years ago
  46. 7d3db16 fs: btrfs: Do not print mount fail message when not btrfs filesystem by Marek Behún · 6 years ago
  47. 2d8200c Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" by Tom Rini · 6 years ago
  48. b0ff60a fs: btrfs: fix btrfs_search_tree invalid results by Pierre Bourdon · 6 years ago
  49. 05b1db1 fs: fat: Build only if CONFIG_FS_FAT=y by Ismael Luceno Cortes · 6 years ago
  50. 9fffe32 fs: btrfs: fix false negatives in ROOT_ITEM search by Pierre Bourdon · 6 years ago
  51. 003ab30 Fix ext4 block group descriptor sizing by Benjamin Lim · 6 years ago
  52. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  53. 785dfea fs: ext4: Problem with ext4load and sparse files by Gero Schumacher · 6 years ago
  54. bc23748 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  55. 448dd27 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
  56. d192136 fs: ext4: constify the buffer passed to write functions by Jean-Jacques Hiblot · 6 years ago
  57. 02d6ca7 fs: ext4: cache extent data by Stephen Warren · 6 years ago
  58. 2573c85 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
  59. f7d4968 fs: ext4: do not write on filesystem with metadata_csum feature by Sébastien Szymanski · 6 years ago
  60. db538a9 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · 6 years ago
  61. d16b79b fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
  62. f6764f2 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
  63. 08d1c42 fs: ext4: Unmount FS in do_fs_type() by Marek Vasut · 6 years ago
  64. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  65. 64eab04 spl: fat/fs: Add control to build FS EXT4 in SPL by Tien Fong Chee · 6 years ago
  66. 6091dd1 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  67. 87fda0c spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  68. 6fd0a71 spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  69. 5b2c687 fs: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  70. 61934d1 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · 6 years ago
  71. 1b790d4 fs: cbfs: Fix out of bound access during CBFS walking through by Bin Meng · 6 years ago
  72. 81ff3bb fs: cbfs: remove wrong header validation by Christian Gmeiner · 6 years ago
  73. d6153f1 fs: fix FAT name extraction by Patrick Wildt · 6 years ago
  74. 1d614b9 fs: check FAT cluster size by Patrick Wildt · 6 years ago
  75. 43efaa0 fs: update fs_dev_part in fs_set_blk_dev_with_part() by AKASHI Takahiro · 6 years ago
  76. 23f9af1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · 6 years ago
  77. 17cfc0c fs: Makefile: Add fs.c under SPL for fs_loader by Keerthy · 6 years ago
  78. 7f91838 fs: ubifs: Fix UBIFS decompression on 64 bit by Paul Davey · 6 years ago
  79. 0d01bdb fs: fat: Fix warning in normalize_longname() by Tom Rini · 6 years ago
  80. d537f86 fs: btrfs: Fix tree traversal with btrfs_next_slot() by Yevgeny Popovych · 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. a2f9cbf fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  84. aa9d6ba fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  85. 73b3497 fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  86. 1ba4253 fs: add unlink interface by AKASHI Takahiro · 6 years ago
  87. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  88. f0926ae fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  89. adc8c9f fs: add mkdir interface by AKASHI Takahiro · 6 years ago
  90. b07f704 fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
  91. ed8b1e4 fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
  92. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  93. 6aa7769 fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
  94. c83df1a fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago
  95. 044fbe0 Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · 6 years ago
  96. b88dff2 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  97. f0a4781 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  98. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  99. f49f872 fs: ubifs: Add missing newlines in super.c by Stefan Roese · 6 years ago
  100. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago