1. 881c74a fs: fat: use ATTR_ARCH instead of anonymous 0x20 by Heinrich Schuchardt · Sun Nov 22 11:13:33 2020 +0100
  2. 6dc7a16 fs: fat: directory entries starting with 0x05 by Heinrich Schuchardt · Sat Nov 21 12:34:20 2020 +0100
  3. a802152 fs: fat: avoid NULL dereference when root dir is full by Heinrich Schuchardt · Thu Nov 19 12:24:44 2020 +0100
  4. 95bbe15 fs/fat/fat.c: Do not perform zero block reads if there are no blocks left by Jason Wessel · Tue Jun 23 14:36:54 2020 -0700
  5. 8a3ac6e fs/fat: reduce data size for FAT_WRITE by Heinrich Schuchardt · Mon Jul 06 07:48:14 2020 +0200
  6. 6cc5432 fs: fat_write: fix short name creation. by Heinrich Schuchardt · Tue May 26 21:06:50 2020 +0200
  7. 59e9440 fs: fat: fix fat iteration by Christian Gmeiner · Tue Jun 09 09:09:07 2020 +0200
  8. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  9. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  10. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  11. 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
  12. 3a867ce fat: write: adjust data written in each partial write by Marek Szyprowski · Mon Dec 02 12:11:14 2019 +0100
  13. 2f24167 fat: write: fix broken write to fragmented files by Marek Szyprowski · Mon Dec 02 12:11:13 2019 +0100
  14. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  15. 5f6ae54 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · Tue Nov 26 17:29:31 2019 +0900
  16. d37d47c fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · Thu Sep 12 19:19:30 2019 +0200
  17. c1a159c fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · Thu Sep 12 19:19:29 2019 +0200
  18. c3677ae fat: FAT filesystem premature release of info struct. by Martin Vystrčil · Tue Aug 20 22:18:30 2019 +0200
  19. c326933 fs: fat: allocate a new cluster for root directory of fat32 by AKASHI Takahiro · Fri May 24 14:10:37 2019 +0900
  20. a2c0bd0 fs: fat: flush a directory cluster properly by AKASHI Takahiro · Fri May 24 14:10:36 2019 +0900
  21. d98c674 fs: fat: write to non-cluster-aligned root directory by AKASHI Takahiro · Fri May 24 14:10:35 2019 +0900
  22. 8a6c612 fs: fat: Fix possible double free of fatbuf by Andrew F. Davis · Thu May 16 09:34:31 2019 -0500
  23. 5858721 fs: fat: correct file name normalization by Heinrich Schuchardt · Sun May 12 09:59:18 2019 +0200
  24. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · Wed Feb 27 12:55:57 2019 +0200
  25. db538a9 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · Mon Feb 25 19:42:48 2019 +0100
  26. d16b79b fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · Mon Feb 11 14:56:20 2019 +0800
  27. f6764f2 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · Mon Feb 11 14:56:19 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. 61934d1 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · Fri Jan 11 09:54:44 2019 -0500
  30. d6153f1 fs: fix FAT name extraction by Patrick Wildt · Mon Nov 26 15:58:13 2018 +0100
  31. 1d614b9 fs: check FAT cluster size by Patrick Wildt · Mon Nov 26 15:56:57 2018 +0100
  32. 23f9af1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · Tue Nov 13 14:00:59 2018 +0100
  33. 0d01bdb fs: fat: Fix warning in normalize_longname() by Tom Rini · Sun Sep 30 10:33:42 2018 -0400
  34. 9fb8db4 fs: fat: fix set_cluster() by Heinrich Schuchardt · Tue Oct 02 09:30:45 2018 +0200
  35. b2242f6 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · Tue Oct 02 06:58:00 2018 +0200
  36. aa9d6ba fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · Thu Sep 13 19:42:47 2018 +0200
  37. 73b3497 fs: fat: support unlink by AKASHI Takahiro · Tue Sep 11 15:59:14 2018 +0900
  38. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · Tue Sep 11 15:59:10 2018 +0900
  39. f0926ae fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · Tue Sep 11 15:59:09 2018 +0900
  40. b07f704 fs: fat: support write with non-zero offset by AKASHI Takahiro · Tue Sep 11 15:59:06 2018 +0900
  41. ed8b1e4 fs: fat: refactor write interface for a file offset by AKASHI Takahiro · Tue Sep 11 15:59:05 2018 +0900
  42. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · Tue Sep 11 15:59:04 2018 +0900
  43. 6aa7769 fs: fat: write returns error code instead of -1 by AKASHI Takahiro · Tue Sep 11 15:59:03 2018 +0900
  44. c83df1a fs: fat: check and normalize file name by AKASHI Takahiro · Tue Sep 11 15:59:02 2018 +0900
  45. 044fbe0 Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · Tue Sep 11 15:59:01 2018 +0900
  46. b88dff2 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · Tue Sep 11 15:59:00 2018 +0900
  47. f0a4781 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · Tue Sep 11 15:58:59 2018 +0900
  48. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · Tue Sep 11 15:58:58 2018 +0900
  49. 315c81d fs/fat: debug-print file read position during file_fat_read_at() by Andreas Dannenberg · Mon Aug 13 21:35:15 2018 -0500
  50. fcd4129 fs: fat: cannot write to subdirectories by Heinrich Schuchardt · Mon Jul 02 02:41:23 2018 +0200
  51. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  52. a799dcd fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · Fri Jan 05 02:45:21 2018 +0200
  53. a367927 fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description by Tuomas Tynkkynen · Fri Jan 05 02:45:20 2018 +0200
  54. 2cb1e01 fs/fat: remove distractive message in file_fat_read_at() by Heinrich Schuchardt · Mon Jan 01 21:31:58 2018 +0100
  55. 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
  56. 6f625f8 fat: Use cache aligned buffers for fat_opendir by Neil Armstrong · Fri Nov 24 09:54:41 2017 +0100
  57. f25bbb2 fs/fat: Check malloc return values and fix memory leaks by Tuomas Tynkkynen · Sun Oct 01 02:25:22 2017 +0300
  58. bb93c91 fs/fat: Fix 'CACHE: Misaligned operation at range' warnings by Tuomas Tynkkynen · Sun Oct 01 02:25:21 2017 +0300
  59. 3e78e85 fs/fat: Fix pathnames using '..' that lead to the root directory by Tuomas Tynkkynen · Mon Sep 25 22:06:33 2017 +0300
  60. 5257a09 fs/fat: Reduce stack usage by Tom Rini · Fri Sep 22 07:37:43 2017 -0400
  61. d17f4fe fs/fat: fix fatbuf leak by Rob Clark · Tue Sep 12 16:40:01 2017 -0400
  62. c3ab0b8 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · Sat Sep 09 13:16:00 2017 -0400
  63. fd6c6b4 fs/fat: fix case for FAT shortnames by Rob Clark · Sat Sep 09 13:15:59 2017 -0400
  64. 60d74a9 fat/fs: move ls to generic implementation by Rob Clark · Sat Sep 09 13:15:58 2017 -0400
  65. e90320e fat/fs: remove a bunch of dead code by Rob Clark · Sat Sep 09 13:15:57 2017 -0400
  66. 4174d7f fs/fat: implement opendir/readdir/closedir by Rob Clark · Sat Sep 09 13:15:56 2017 -0400
  67. 71193c9 fat/fs: convert to directory iterators by Rob Clark · Sat Sep 09 13:15:54 2017 -0400
  68. 0c33fce fs/fat: introduce new director iterators by Rob Clark · Sat Sep 09 13:15:53 2017 -0400
  69. 4996a5f fs/fat: split out helper to init fsdata by Rob Clark · Sat Sep 09 13:15:52 2017 -0400
  70. c22435f fs: fat: fix fatwrite overflow calculation by Reno Farnesi · Sun Aug 13 15:16:17 2017 -0400
  71. 240124c fs/fat: Correct blk_dread() return value check by Tom Rini · Mon Aug 14 21:02:08 2017 -0400
  72. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600
  73. 1909a7b fs: fat: add kbuild configuration support by Sekhar Nori · Fri Jun 02 17:53:59 2017 +0530
  74. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · Wed May 17 03:25:30 2017 -0600
  75. 0f3b697 fs/fat: Fix unaligned __u16 reads for FAT12 access by Stefan Brüns · Thu Jan 26 20:22:36 2017 +0000
  76. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · Fri Jan 27 11:00:42 2017 +0100
  77. 15f4063 fs/fat: simplify get_fatent for FAT12 by Stefan Brüns · Sat Dec 17 03:55:10 2016 +0100
  78. 9f95d81 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · Sat Dec 17 00:27:51 2016 +0100
  79. 58bf86f fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · Sat Dec 17 00:27:50 2016 +0100
  80. 16f553d fat: fatwrite: fix the command for FAT12 by Philipp Skadorov · Thu Dec 15 15:52:53 2016 -0500
  81. 0117dbe fs/fat/fatwrite: Local variable as buffer to store dir_slot entries by Tien Fong Chee · Wed Jul 27 23:08:56 2016 -0700
  82. 1499940 fs/fat: Correct description of determine_fatent function by Stefan Brüns · Sun Sep 11 22:51:41 2016 +0200
  83. 751b31d fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · Sun Sep 11 22:51:40 2016 +0200
  84. 6c617d6 fs/fat: Remove two statements without effect by Stefan Brüns · Sun Sep 11 22:51:39 2016 +0200
  85. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · Sun May 01 11:36:02 2016 -0600
  86. e1643ed Fix spelling of "supported/unsupported". by Vagrant Cascadian · Tue Mar 15 12:11:13 2016 -0700
  87. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  88. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  89. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  90. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  91. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  92. 8fed7d3 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · Mon Sep 28 15:45:32 2015 +0200
  93. d1d390a fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · Mon Sep 28 15:45:31 2015 +0200
  94. e0b8694 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · Mon Sep 28 15:45:30 2015 +0200
  95. 39659ce fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · Mon Sep 28 15:45:29 2015 +0200
  96. ccc945b fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · Mon Sep 28 15:45:28 2015 +0200
  97. d6f23d8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · Thu Sep 03 14:21:39 2015 +0200
  98. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  99. 8bdf961 fat: handle paths that include ../ by Stephen Warren · Tue Jul 28 21:55:03 2015 -0600
  100. cd486d1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · Thu Dec 18 17:14:17 2014 +0100