1. 0611ae5 fs: btrfs: add zstd decompression support by Marek Behún · 6 years ago
  2. e55462b fs: btrfs: fix btrfs methods return values on failure by Marek Behún · 6 years ago
  3. 7d3db16 fs: btrfs: Do not print mount fail message when not btrfs filesystem by Marek Behún · 6 years ago
  4. 2d8200c Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" by Tom Rini · 6 years ago
  5. b0ff60a fs: btrfs: fix btrfs_search_tree invalid results by Pierre Bourdon · 6 years ago
  6. 05b1db1 fs: fat: Build only if CONFIG_FS_FAT=y by Ismael Luceno Cortes · 6 years ago
  7. 9fffe32 fs: btrfs: fix false negatives in ROOT_ITEM search by Pierre Bourdon · 6 years ago
  8. 003ab30 Fix ext4 block group descriptor sizing by Benjamin Lim · 6 years ago
  9. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  10. 785dfea fs: ext4: Problem with ext4load and sparse files by Gero Schumacher · 6 years ago
  11. bc23748 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  12. 448dd27 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
  13. d192136 fs: ext4: constify the buffer passed to write functions by Jean-Jacques Hiblot · 6 years ago
  14. 02d6ca7 fs: ext4: cache extent data by Stephen Warren · 6 years ago
  15. 2573c85 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
  16. f7d4968 fs: ext4: do not write on filesystem with metadata_csum feature by Sébastien Szymanski · 6 years ago
  17. db538a9 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · 6 years ago
  18. d16b79b fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
  19. f6764f2 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
  20. 08d1c42 fs: ext4: Unmount FS in do_fs_type() by Marek Vasut · 6 years ago
  21. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  22. 64eab04 spl: fat/fs: Add control to build FS EXT4 in SPL by Tien Fong Chee · 6 years ago
  23. 6091dd1 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  24. 87fda0c spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  25. 6fd0a71 spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  26. 5b2c687 fs: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  27. 61934d1 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · 6 years ago
  28. 1b790d4 fs: cbfs: Fix out of bound access during CBFS walking through by Bin Meng · 6 years ago
  29. 81ff3bb fs: cbfs: remove wrong header validation by Christian Gmeiner · 6 years ago
  30. d6153f1 fs: fix FAT name extraction by Patrick Wildt · 6 years ago
  31. 1d614b9 fs: check FAT cluster size by Patrick Wildt · 6 years ago
  32. 43efaa0 fs: update fs_dev_part in fs_set_blk_dev_with_part() by AKASHI Takahiro · 6 years ago
  33. 23f9af1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · 6 years ago
  34. 17cfc0c fs: Makefile: Add fs.c under SPL for fs_loader by Keerthy · 6 years ago
  35. 7f91838 fs: ubifs: Fix UBIFS decompression on 64 bit by Paul Davey · 6 years ago
  36. 0d01bdb fs: fat: Fix warning in normalize_longname() by Tom Rini · 6 years ago
  37. d537f86 fs: btrfs: Fix tree traversal with btrfs_next_slot() by Yevgeny Popovych · 6 years ago
  38. 9fb8db4 fs: fat: fix set_cluster() by Heinrich Schuchardt · 6 years ago
  39. b2242f6 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · 6 years ago
  40. a2f9cbf fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  41. aa9d6ba fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  42. 73b3497 fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  43. 1ba4253 fs: add unlink interface by AKASHI Takahiro · 6 years ago
  44. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  45. f0926ae fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  46. adc8c9f fs: add mkdir interface by AKASHI Takahiro · 6 years ago
  47. b07f704 fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
  48. ed8b1e4 fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
  49. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  50. 6aa7769 fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
  51. c83df1a fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago
  52. 044fbe0 Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · 6 years ago
  53. b88dff2 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  54. f0a4781 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  55. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  56. f49f872 fs: ubifs: Add missing newlines in super.c by Stefan Roese · 6 years ago
  57. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  58. 315c81d fs/fat: debug-print file read position during file_fat_read_at() by Andreas Dannenberg · 6 years ago
  59. 99dc17d fs: fix typo 'dumm' by Heinrich Schuchardt · 6 years ago
  60. fcd4129 fs: fat: cannot write to subdirectories by Heinrich Schuchardt · 6 years ago
  61. 1dd3195 fs: btrfs: Fix wrong comparison in logical to physical mapping by Marek Behún · 6 years ago
  62. d700a2b ubifs: remove useless code by Christophe Kerello · 6 years ago
  63. 0a4b93f fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  64. 2d2fa49 lib: Add hexdump by Alexey Brodkin · 6 years ago
  65. 4c43504 fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE by Yevgeny Popovych · 6 years ago
  66. 3a6163a fs: Add fs_get_type_name to return current filesystem name by Alex Kiernan · 6 years ago
  67. d58c8e9 fs: ext4: fix crash on ext4ls by Eugen Hristev · 7 years ago
  68. ec7c77e ubifs: avoid assert failed in ubifs.c by Patrice Chotard · 7 years ago
  69. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  70. f43e660 ubifs: Change value of mutex_is_locked() by Bradley Bolen · 7 years ago
  71. 4eea27f fs: btrfs: Remove unused debug code left from development by Marek Behún · 7 years ago
  72. 78acb33 fs: cbfs: fix locating the cbfs header by Andre Heider · 7 years ago
  73. 05239e8 Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  74. 4b78baf ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG by Petr Vorel · 7 years ago
  75. fe614ef fs: ext4: Do not print mount fail message when not ext4 filesystem by Marek Behún · 7 years ago
  76. dcb6634 yaffs2: iterator variable cannot be NULL by Heinrich Schuchardt · 7 years ago
  77. 23884dc fs: btrfs: Fix printf format character warning by Tom Rini · 7 years ago
  78. d1f4333 fs: btrfs: Fix unaligned memory accesses by Alberto Sánchez Molero · 7 years ago
  79. a799dcd fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · 7 years ago
  80. a367927 fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description by Tuomas Tynkkynen · 7 years ago
  81. 388f9a0 fs: Migrate ext4 to Kconfig by Tuomas Tynkkynen · 7 years ago
  82. 2cb1e01 fs/fat: remove distractive message in file_fat_read_at() by Heinrich Schuchardt · 7 years ago
  83. f02c5c5 fs: remove distractive message in fs_read() by Heinrich Schuchardt · 7 years ago
  84. f2b6da8 fat write: Fixed a problem with the case of file names when writing files by Jean-Jacques Hiblot · 7 years ago
  85. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  86. 6f625f8 fat: Use cache aligned buffers for fat_opendir by Neil Armstrong · 7 years ago
  87. b0ad6cd fs: avoid possible NULL dereference in fs_devread by Heinrich Schuchardt · 7 years ago
  88. d037d5b Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  89. 8acf9e8 yaffs2: rework yaffs_new_obj_id by Heinrich Schuchardt · 7 years ago
  90. e989279 ubifs: no NULL check needed before free by Heinrich Schuchardt · 7 years ago
  91. c45fcd5 ext4: recover from filesystem corruption when reading by Ian Ray · 7 years ago
  92. 32c0693 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG by Masahiro Yamada · 7 years ago
  93. 8ff7ed3 fs/jffs2/mini_inflate.c: use "static inline" instead of "inline" by Vagrant Cascadian · 7 years ago
  94. e5e23ee jffs2: ECC corrected nand data is ignored by Engling, Uwe · 7 years ago
  95. 90762d9 fs: Set .opendir to fs_opendir_unsupported for btrfs by Marek Behún · 7 years ago
  96. 1c66c7c fs: btrfs: Remove a foreign language note by Marek Behún · 7 years ago
  97. da98910 fs: btrfs: Fix usage of uninitialized variables by Marek Behún · 7 years ago
  98. f25bbb2 fs/fat: Check malloc return values and fix memory leaks by Tuomas Tynkkynen · 7 years ago
  99. bb93c91 fs/fat: Fix 'CACHE: Misaligned operation at range' warnings by Tuomas Tynkkynen · 7 years ago
  100. 93f341c fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_ls by Tom Rini · 7 years ago