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