1. 2e73655 fs: ext4: do not write on filesystem with metadata_csum feature by Sébastien Szymanski · 6 years ago
  2. 7274b76 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · 6 years ago
  3. e48485f fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
  4. 8537874 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
  5. e531c67 fs: ext4: Unmount FS in do_fs_type() by Marek Vasut · 6 years ago
  6. 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  7. cafc429 spl: fat/fs: Add control to build FS EXT4 in SPL by Tien Fong Chee · 6 years ago
  8. f4b4092 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  9. d8c3ea9 spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  10. 0c3a9ed spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  11. aa3c609 fs: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  12. d3035b8 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · 6 years ago
  13. d94bf13 fs: cbfs: Fix out of bound access during CBFS walking through by Bin Meng · 6 years ago
  14. 9914c73 fs: cbfs: remove wrong header validation by Christian Gmeiner · 6 years ago
  15. 8b021bb fs: fix FAT name extraction by Patrick Wildt · 6 years ago
  16. cd80a4f fs: check FAT cluster size by Patrick Wildt · 6 years ago
  17. b0c78d8 fs: update fs_dev_part in fs_set_blk_dev_with_part() by AKASHI Takahiro · 6 years ago
  18. a68b0e1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · 6 years ago
  19. 48e2f0c fs: Makefile: Add fs.c under SPL for fs_loader by Keerthy · 6 years ago
  20. e4aa10b fs: ubifs: Fix UBIFS decompression on 64 bit by Paul Davey · 6 years ago
  21. 819c80f fs: fat: Fix warning in normalize_longname() by Tom Rini · 6 years ago
  22. 5b781cf fs: btrfs: Fix tree traversal with btrfs_next_slot() by Yevgeny Popovych · 6 years ago
  23. f105fe7 fs: fat: fix set_cluster() by Heinrich Schuchardt · 6 years ago
  24. 0d532e9 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · 6 years ago
  25. c979539 fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  26. 1c381ce fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  27. f8240ce fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  28. e2519da fs: add unlink interface by AKASHI Takahiro · 6 years ago
  29. 31a18d5 fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  30. 3a10e07 fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  31. e7074cf fs: add mkdir interface by AKASHI Takahiro · 6 years ago
  32. cb8af8a fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
  33. 704df6a fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
  34. 4ced203 fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  35. f1149ce fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
  36. 25bb9da fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago
  37. 881042e Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · 6 years ago
  38. f528c14 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  39. b94b6be fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  40. f23101f fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  41. 7236e24 fs: ubifs: Add missing newlines in super.c by Stefan Roese · 6 years ago
  42. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  43. 287c04e fs/fat: debug-print file read position during file_fat_read_at() by Andreas Dannenberg · 6 years ago
  44. ca230b0 fs: fix typo 'dumm' by Heinrich Schuchardt · 6 years ago
  45. 0dc1bfb fs: fat: cannot write to subdirectories by Heinrich Schuchardt · 6 years ago
  46. f8c173b fs: btrfs: Fix wrong comparison in logical to physical mapping by Marek Behún · 6 years ago
  47. 5a08cfe ubifs: remove useless code by Christophe Kerello · 6 years ago
  48. d146a7b fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  49. f8c987f lib: Add hexdump by Alexey Brodkin · 6 years ago
  50. f559180 fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE by Yevgeny Popovych · 6 years ago
  51. 0d488e8 fs: Add fs_get_type_name to return current filesystem name by Alex Kiernan · 6 years ago
  52. e71a969 fs: ext4: fix crash on ext4ls by Eugen Hristev · 6 years ago
  53. 87deefe ubifs: avoid assert failed in ubifs.c by Patrice Chotard · 6 years ago
  54. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  55. 05ea83b ubifs: Change value of mutex_is_locked() by Bradley Bolen · 6 years ago
  56. 22fc7b6 fs: btrfs: Remove unused debug code left from development by Marek Behún · 7 years ago
  57. 4468317 fs: cbfs: fix locating the cbfs header by Andre Heider · 7 years ago
  58. afb6fda Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  59. e995128 ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG by Petr Vorel · 7 years ago
  60. 51be471 fs: ext4: Do not print mount fail message when not ext4 filesystem by Marek Behún · 7 years ago
  61. 428e60e yaffs2: iterator variable cannot be NULL by Heinrich Schuchardt · 7 years ago
  62. f39bfec fs: btrfs: Fix printf format character warning by Tom Rini · 7 years ago
  63. 2021f08 fs: btrfs: Fix unaligned memory accesses by Alberto Sánchez Molero · 7 years ago
  64. 8bad6cb fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · 7 years ago
  65. e8df14d fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description by Tuomas Tynkkynen · 7 years ago
  66. 3d22bae fs: Migrate ext4 to Kconfig by Tuomas Tynkkynen · 7 years ago
  67. d2f7158 fs/fat: remove distractive message in file_fat_read_at() by Heinrich Schuchardt · 7 years ago
  68. a327bde fs: remove distractive message in fs_read() by Heinrich Schuchardt · 7 years ago
  69. 2c33b0c fat write: Fixed a problem with the case of file names when writing files by Jean-Jacques Hiblot · 7 years ago
  70. 6ae3900 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  71. 34dd853 fat: Use cache aligned buffers for fat_opendir by Neil Armstrong · 7 years ago
  72. 24f4841 fs: avoid possible NULL dereference in fs_devread by Heinrich Schuchardt · 7 years ago
  73. 6e6cf01 Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  74. 76df275 yaffs2: rework yaffs_new_obj_id by Heinrich Schuchardt · 7 years ago
  75. 4b29975 ubifs: no NULL check needed before free by Heinrich Schuchardt · 7 years ago
  76. ecdfb41 ext4: recover from filesystem corruption when reading by Ian Ray · 7 years ago
  77. 8b7f4b9 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG by Masahiro Yamada · 7 years ago
  78. c005f7e fs/jffs2/mini_inflate.c: use "static inline" instead of "inline" by Vagrant Cascadian · 7 years ago
  79. 41ba7f5 jffs2: ECC corrected nand data is ignored by Engling, Uwe · 7 years ago
  80. 38fc683 fs: Set .opendir to fs_opendir_unsupported for btrfs by Marek Behún · 7 years ago
  81. 733d963 fs: btrfs: Remove a foreign language note by Marek Behún · 7 years ago
  82. ecab881 fs: btrfs: Fix usage of uninitialized variables by Marek Behún · 7 years ago
  83. af609e3 fs/fat: Check malloc return values and fix memory leaks by Tuomas Tynkkynen · 7 years ago
  84. 09fa964 fs/fat: Fix 'CACHE: Misaligned operation at range' warnings by Tuomas Tynkkynen · 7 years ago
  85. fa9ca8a fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_ls by Tom Rini · 7 years ago
  86. 8df8731 fs/fat: Fix pathnames using '..' that lead to the root directory by Tuomas Tynkkynen · 7 years ago
  87. 385b731 fs/ext4: Fix group descriptor checksum calculation by Tuomas Tynkkynen · 7 years ago
  88. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  89. 6b7fd35 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · 7 years ago
  90. 0c936ee fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  91. 21a14fa fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · 7 years ago
  92. 597b4af fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · 7 years ago
  93. d4a704a fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · 7 years ago
  94. 5994e8b fs: Create a common fs_devread for ext4/reiserfs/zfs by Marek Behún · 7 years ago
  95. 2460098 fs/fat: Reduce stack usage by Tom Rini · 7 years ago
  96. 725ffdb fs/fat: fix fatbuf leak by Rob Clark · 7 years ago
  97. 265edc0 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · 7 years ago
  98. 21a24c3 fs/fat: fix case for FAT shortnames by Rob Clark · 7 years ago
  99. 89191d6 fat/fs: move ls to generic implementation by Rob Clark · 7 years ago
  100. 41fa83d fat/fs: remove a bunch of dead code by Rob Clark · 7 years ago