1. 2e1b17b fs: fat: remove trailing periods from long name by Heinrich Schuchardt · Sat Jan 30 14:12:10 2021 +0100
  2. b36d546 fs: fat: must not write directory '.' and '..' by Heinrich Schuchardt · Sat Jan 30 11:08:21 2021 +0100
  3. 502cb89 fs: fat: usage basename in file_fat_write_at, fat_mkdir by Heinrich Schuchardt · Sat Jan 30 10:01:08 2021 +0100
  4. eb3587b fs: fat: remove superfluous assignments by Heinrich Schuchardt · Tue Jan 26 00:14:14 2021 +0100
  5. cfb7c2b fs: fat: avoid out of bounds access warning by Heinrich Schuchardt · Tue Jan 26 00:04:19 2021 +0100
  6. 66ea58c fs: fat: structure for name and extension by Heinrich Schuchardt · Thu Jan 21 00:23:33 2021 +0100
  7. 913339a fs: fat: consistent error handling for flush_dir() by Heinrich Schuchardt · Wed Jan 20 22:21:53 2021 +0100
  8. 284e85b fs: fat: deletion of long file names by Heinrich Schuchardt · Thu Nov 19 07:31:18 2020 +0100
  9. f600119 fs: fat: use constant DELETED_FLAG by Heinrich Schuchardt · Thu Nov 19 06:47:35 2020 +0100
  10. 7a3f610 fs: fat: search file should not allocate cluster by Heinrich Schuchardt · Thu Nov 26 16:10:01 2020 +0100
  11. 524d13a fs: fat: reuse deleted directory entries by Heinrich Schuchardt · Sun Nov 22 11:54:22 2020 +0100
  12. 5bc30a5 fs: fat: fat_find_empty_dentries() by Heinrich Schuchardt · Sun Nov 22 09:58:44 2020 +0100
  13. e09f3e4 fs: fat: flush new directory cluster by Heinrich Schuchardt · Thu Nov 26 19:06:55 2020 +0100
  14. 3b9d843 fs: fat: dentry iterator for fill_dir_slot() by Heinrich Schuchardt · Sun Nov 22 19:24:46 2020 +0100
  15. 24977e5 fs: fat: generate unique short names by Heinrich Schuchardt · Wed Nov 25 16:33:55 2020 +0100
  16. 7afbd60 fs: fat: call set_name() only once by Heinrich Schuchardt · Sun Nov 22 19:19:39 2020 +0100
  17. ac4ab75 fs: fat: pass shortname to fill_dir_slot by Heinrich Schuchardt · Sat Nov 21 08:32:50 2020 +0100
  18. ba9c44e fs: fat: create correct short names by Heinrich Schuchardt · Fri Nov 20 12:55:22 2020 +0100
  19. 00cf076 fs: fat: correct first cluster for '..' by Heinrich Schuchardt · Tue Nov 24 21:04:07 2020 +0100
  20. 881c74a fs: fat: use ATTR_ARCH instead of anonymous 0x20 by Heinrich Schuchardt · Sun Nov 22 11:13:33 2020 +0100
  21. a802152 fs: fat: avoid NULL dereference when root dir is full by Heinrich Schuchardt · Thu Nov 19 12:24:44 2020 +0100
  22. 8a3ac6e fs/fat: reduce data size for FAT_WRITE by Heinrich Schuchardt · Mon Jul 06 07:48:14 2020 +0200
  23. 6cc5432 fs: fat_write: fix short name creation. by Heinrich Schuchardt · Tue May 26 21:06:50 2020 +0200
  24. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  25. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  26. 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
  27. 3a867ce fat: write: adjust data written in each partial write by Marek Szyprowski · Mon Dec 02 12:11:14 2019 +0100
  28. 2f24167 fat: write: fix broken write to fragmented files by Marek Szyprowski · Mon Dec 02 12:11:13 2019 +0100
  29. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  30. c326933 fs: fat: allocate a new cluster for root directory of fat32 by AKASHI Takahiro · Fri May 24 14:10:37 2019 +0900
  31. a2c0bd0 fs: fat: flush a directory cluster properly by AKASHI Takahiro · Fri May 24 14:10:36 2019 +0900
  32. d98c674 fs: fat: write to non-cluster-aligned root directory by AKASHI Takahiro · Fri May 24 14:10:35 2019 +0900
  33. 5858721 fs: fat: correct file name normalization by Heinrich Schuchardt · Sun May 12 09:59:18 2019 +0200
  34. db538a9 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · Mon Feb 25 19:42:48 2019 +0100
  35. 0d01bdb fs: fat: Fix warning in normalize_longname() by Tom Rini · Sun Sep 30 10:33:42 2018 -0400
  36. 9fb8db4 fs: fat: fix set_cluster() by Heinrich Schuchardt · Tue Oct 02 09:30:45 2018 +0200
  37. b2242f6 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · Tue Oct 02 06:58:00 2018 +0200
  38. aa9d6ba fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · Thu Sep 13 19:42:47 2018 +0200
  39. 73b3497 fs: fat: support unlink by AKASHI Takahiro · Tue Sep 11 15:59:14 2018 +0900
  40. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · Tue Sep 11 15:59:10 2018 +0900
  41. b07f704 fs: fat: support write with non-zero offset by AKASHI Takahiro · Tue Sep 11 15:59:06 2018 +0900
  42. ed8b1e4 fs: fat: refactor write interface for a file offset by AKASHI Takahiro · Tue Sep 11 15:59:05 2018 +0900
  43. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · Tue Sep 11 15:59:04 2018 +0900
  44. 6aa7769 fs: fat: write returns error code instead of -1 by AKASHI Takahiro · Tue Sep 11 15:59:03 2018 +0900
  45. c83df1a fs: fat: check and normalize file name by AKASHI Takahiro · Tue Sep 11 15:59:02 2018 +0900
  46. 044fbe0 Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · Tue Sep 11 15:59:01 2018 +0900
  47. fcd4129 fs: fat: cannot write to subdirectories by Heinrich Schuchardt · Mon Jul 02 02:41:23 2018 +0200
  48. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  49. a799dcd fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · Fri Jan 05 02:45:21 2018 +0200
  50. 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
  51. c3ab0b8 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · Sat Sep 09 13:16:00 2017 -0400
  52. fd6c6b4 fs/fat: fix case for FAT shortnames by Rob Clark · Sat Sep 09 13:15:59 2017 -0400
  53. c22435f fs: fat: fix fatwrite overflow calculation by Reno Farnesi · Sun Aug 13 15:16:17 2017 -0400
  54. 9f95d81 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · Sat Dec 17 00:27:51 2016 +0100
  55. 58bf86f fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · Sat Dec 17 00:27:50 2016 +0100
  56. 16f553d fat: fatwrite: fix the command for FAT12 by Philipp Skadorov · Thu Dec 15 15:52:53 2016 -0500
  57. 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
  58. 1499940 fs/fat: Correct description of determine_fatent function by Stefan Brüns · Sun Sep 11 22:51:41 2016 +0200
  59. 751b31d fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · Sun Sep 11 22:51:40 2016 +0200
  60. 6c617d6 fs/fat: Remove two statements without effect by Stefan Brüns · Sun Sep 11 22:51:39 2016 +0200
  61. e1643ed Fix spelling of "supported/unsupported". by Vagrant Cascadian · Tue Mar 15 12:11:13 2016 -0700
  62. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  63. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  64. 8fed7d3 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · Mon Sep 28 15:45:32 2015 +0200
  65. d1d390a fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · Mon Sep 28 15:45:31 2015 +0200
  66. e0b8694 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · Mon Sep 28 15:45:30 2015 +0200
  67. 39659ce fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · Mon Sep 28 15:45:29 2015 +0200
  68. ccc945b fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · Mon Sep 28 15:45:28 2015 +0200
  69. 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
  70. a17b7bc fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · Mon Nov 24 11:50:46 2014 -0500
  71. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:35 2014 -0800
  72. d30cbae disk: part_efi: clarify lbaint_t usage by Steve Rae · Mon May 26 11:52:23 2014 -0700
  73. 675b23c fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · Thu May 08 16:14:07 2014 +0800
  74. 10c8f7a fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · Thu May 08 16:14:06 2014 +0800
  75. ec6e525 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · Tue Apr 08 11:12:46 2014 +0900
  76. 65a43e3 fs:fat: fix set file name function by Piotr Wilczek · Fri Oct 11 15:43:33 2013 +0200
  77. b0e38dd fs: fat: don't call disk_write with zero sector num by Wu, Josh · Wed Jul 24 17:55:30 2013 +0800
  78. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  79. 11cc61a fs/fat: Don't multiply fatsize with sector size by Egbert Eich · Tue Apr 09 21:11:55 2013 +0000
  80. a43f41f FAT: remove ifdefs to make the code more readable by Richard Genoud · Thu Dec 13 03:30:10 2012 +0000
  81. 2e37202 FAT: use toupper/tolower instead of recoding them by Richard Genoud · Thu Dec 13 00:47:36 2012 +0000
  82. 47a470f fs: fat: Fix mkcksum() function parameters by Marek Vasut · Tue Oct 09 07:20:22 2012 +0000
  83. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · Tue Sep 18 08:14:56 2012 +0000
  84. 074438c fs/fat/fat_write.c: Fix GCC 4.6 warnings by Anatolij Gustschin · Sat Mar 24 23:40:56 2012 +0100
  85. cb5f3bc FAT write: Fix compile errors by Donggeun Kim · Thu Mar 22 04:38:55 2012 +0000
  86. af57ce2 FAT: update the second FAT when writing a file by Donggeun Kim · Tue Dec 20 18:34:27 2011 +0000
  87. f4f9d5d FAT: fix some issues in FAT write support code by Anatolij Gustschin · Thu Dec 15 03:12:14 2011 +0000
  88. 8f81400 FAT: Add FAT write feature by Donggeun Kim · Mon Oct 24 21:15:28 2011 +0000