1. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  2. 3a867ce fat: write: adjust data written in each partial write by Marek Szyprowski · 5 years ago
  3. 2f24167 fat: write: fix broken write to fragmented files by Marek Szyprowski · 5 years ago
  4. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  5. 5f6ae54 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · 5 years ago
  6. d37d47c fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · 5 years ago
  7. c1a159c fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · 5 years ago
  8. c3677ae fat: FAT filesystem premature release of info struct. by Martin Vystrčil · 5 years ago
  9. c326933 fs: fat: allocate a new cluster for root directory of fat32 by AKASHI Takahiro · 6 years ago
  10. a2c0bd0 fs: fat: flush a directory cluster properly by AKASHI Takahiro · 6 years ago
  11. d98c674 fs: fat: write to non-cluster-aligned root directory by AKASHI Takahiro · 6 years ago
  12. 8a6c612 fs: fat: Fix possible double free of fatbuf by Andrew F. Davis · 6 years ago
  13. 5858721 fs: fat: correct file name normalization by Heinrich Schuchardt · 6 years ago
  14. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  15. db538a9 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · 6 years ago
  16. d16b79b fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
  17. f6764f2 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
  18. 87fda0c spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  19. 61934d1 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · 6 years ago
  20. d6153f1 fs: fix FAT name extraction by Patrick Wildt · 6 years ago
  21. 1d614b9 fs: check FAT cluster size by Patrick Wildt · 6 years ago
  22. 23f9af1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · 6 years ago
  23. 0d01bdb fs: fat: Fix warning in normalize_longname() by Tom Rini · 6 years ago
  24. 9fb8db4 fs: fat: fix set_cluster() by Heinrich Schuchardt · 6 years ago
  25. b2242f6 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · 6 years ago
  26. aa9d6ba fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  27. 73b3497 fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  28. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  29. f0926ae fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  30. b07f704 fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
  31. ed8b1e4 fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
  32. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  33. 6aa7769 fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
  34. c83df1a fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago
  35. 044fbe0 Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · 6 years ago
  36. b88dff2 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  37. f0a4781 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  38. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  39. 315c81d fs/fat: debug-print file read position during file_fat_read_at() by Andreas Dannenberg · 6 years ago
  40. fcd4129 fs: fat: cannot write to subdirectories by Heinrich Schuchardt · 6 years ago
  41. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  42. a799dcd fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · 7 years ago
  43. a367927 fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description by Tuomas Tynkkynen · 7 years ago
  44. 2cb1e01 fs/fat: remove distractive message in file_fat_read_at() by Heinrich Schuchardt · 7 years ago
  45. f2b6da8 fat write: Fixed a problem with the case of file names when writing files by Jean-Jacques Hiblot · 7 years ago
  46. 6f625f8 fat: Use cache aligned buffers for fat_opendir by Neil Armstrong · 7 years ago
  47. f25bbb2 fs/fat: Check malloc return values and fix memory leaks by Tuomas Tynkkynen · 7 years ago
  48. bb93c91 fs/fat: Fix 'CACHE: Misaligned operation at range' warnings by Tuomas Tynkkynen · 7 years ago
  49. 3e78e85 fs/fat: Fix pathnames using '..' that lead to the root directory by Tuomas Tynkkynen · 7 years ago
  50. 5257a09 fs/fat: Reduce stack usage by Tom Rini · 7 years ago
  51. d17f4fe fs/fat: fix fatbuf leak by Rob Clark · 7 years ago
  52. c3ab0b8 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · 7 years ago
  53. fd6c6b4 fs/fat: fix case for FAT shortnames by Rob Clark · 7 years ago
  54. 60d74a9 fat/fs: move ls to generic implementation by Rob Clark · 7 years ago
  55. e90320e fat/fs: remove a bunch of dead code by Rob Clark · 7 years ago
  56. 4174d7f fs/fat: implement opendir/readdir/closedir by Rob Clark · 7 years ago
  57. 71193c9 fat/fs: convert to directory iterators by Rob Clark · 7 years ago
  58. 0c33fce fs/fat: introduce new director iterators by Rob Clark · 7 years ago
  59. 4996a5f fs/fat: split out helper to init fsdata by Rob Clark · 7 years ago
  60. c22435f fs: fat: fix fatwrite overflow calculation by Reno Farnesi · 7 years ago
  61. 240124c fs/fat: Correct blk_dread() return value check by Tom Rini · 7 years ago
  62. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  63. 1909a7b fs: fat: add kbuild configuration support by Sekhar Nori · 7 years ago
  64. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
  65. 0f3b697 fs/fat: Fix unaligned __u16 reads for FAT12 access by Stefan Brüns · 8 years ago
  66. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  67. 15f4063 fs/fat: simplify get_fatent for FAT12 by Stefan Brüns · 8 years ago
  68. 9f95d81 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · 8 years ago
  69. 58bf86f fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · 8 years ago
  70. 16f553d fat: fatwrite: fix the command for FAT12 by Philipp Skadorov · 8 years ago
  71. 0117dbe fs/fat/fatwrite: Local variable as buffer to store dir_slot entries by Tien Fong Chee · 8 years ago
  72. 1499940 fs/fat: Correct description of determine_fatent function by Stefan Brüns · 8 years ago
  73. 751b31d fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  74. 6c617d6 fs/fat: Remove two statements without effect by Stefan Brüns · 8 years ago
  75. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  76. e1643ed Fix spelling of "supported/unsupported". by Vagrant Cascadian · 9 years ago
  77. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  78. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  79. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  80. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  81. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  82. 8fed7d3 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  83. d1d390a fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  84. e0b8694 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  85. 39659ce fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  86. ccc945b fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  87. d6f23d8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  88. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  89. 8bdf961 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  90. cd486d1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · 10 years ago
  91. a17b7bc fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  92. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  93. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  94. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  95. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  96. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  97. d30cbae disk: part_efi: clarify lbaint_t usage by Steve Rae · 11 years ago
  98. 675b23c fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · 11 years ago
  99. 10c8f7a fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · 11 years ago
  100. ec6e525 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 11 years ago