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