1. 13c11c6 fs: fat: add file attributes to struct fs_dirent by Heinrich Schuchardt · 3 years, 4 months ago
  2. 02079eb fs: fat: fix file_fat_detectfs() by Heinrich Schuchardt · 3 years, 8 months ago
  3. 84ca305 fs: fat: remove superfluous assignments by Heinrich Schuchardt · 3 years, 8 months ago
  4. 041f0af fs: fat: structure for name and extension by Heinrich Schuchardt · 3 years, 8 months ago
  5. c0029e4 fs/fat: implement fsuuid command by Heinrich Schuchardt · 3 years, 9 months ago
  6. d0be676 fs: fat: eliminate DIRENTSPERBLOCK() macro by Heinrich Schuchardt · 3 years, 9 months ago
  7. 89735b4 fs: fat: first dentry of long name in FAT iterator by Heinrich Schuchardt · 3 years, 10 months ago
  8. 7557c84 fs: fat: set start cluster for root directory by Heinrich Schuchardt · 3 years, 10 months ago
  9. d236e82 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · 3 years, 10 months ago
  10. a2c5a92 fs: fat: directory entries starting with 0x05 by Heinrich Schuchardt · 3 years, 10 months ago
  11. 5b3ddb1 fs/fat/fat.c: Do not perform zero block reads if there are no blocks left by Jason Wessel · 4 years, 3 months ago
  12. 1788a96 fs: fat: fix fat iteration by Christian Gmeiner · 4 years, 4 months ago
  13. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  14. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  15. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  16. 39606d4 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · 4 years, 10 months ago
  17. f136838 fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · 5 years ago
  18. c7a86d1 fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · 5 years ago
  19. d7af2a8 fat: FAT filesystem premature release of info struct. by Martin Vystrčil · 5 years ago
  20. d0cd30e fs: fat: Fix possible double free of fatbuf by Andrew F. Davis · 5 years ago
  21. 9b18358 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  22. e48485f fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
  23. 8537874 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
  24. d8c3ea9 spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  25. d3035b8 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · 6 years ago
  26. 8b021bb fs: fix FAT name extraction by Patrick Wildt · 6 years ago
  27. cd80a4f fs: check FAT cluster size by Patrick Wildt · 6 years ago
  28. a68b0e1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · 6 years ago
  29. 1c381ce fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  30. 3a10e07 fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  31. 4ced203 fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  32. f528c14 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  33. b94b6be fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  34. f23101f fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  35. 287c04e fs/fat: debug-print file read position during file_fat_read_at() by Andreas Dannenberg · 6 years ago
  36. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  37. 8bad6cb fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · 7 years ago
  38. d2f7158 fs/fat: remove distractive message in file_fat_read_at() by Heinrich Schuchardt · 7 years ago
  39. 34dd853 fat: Use cache aligned buffers for fat_opendir by Neil Armstrong · 7 years ago
  40. af609e3 fs/fat: Check malloc return values and fix memory leaks by Tuomas Tynkkynen · 7 years ago
  41. 09fa964 fs/fat: Fix 'CACHE: Misaligned operation at range' warnings by Tuomas Tynkkynen · 7 years ago
  42. 8df8731 fs/fat: Fix pathnames using '..' that lead to the root directory by Tuomas Tynkkynen · 7 years ago
  43. 2460098 fs/fat: Reduce stack usage by Tom Rini · 7 years ago
  44. 725ffdb fs/fat: fix fatbuf leak by Rob Clark · 7 years ago
  45. 265edc0 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · 7 years ago
  46. 21a24c3 fs/fat: fix case for FAT shortnames by Rob Clark · 7 years ago
  47. 89191d6 fat/fs: move ls to generic implementation by Rob Clark · 7 years ago
  48. 1f40366 fs/fat: implement opendir/readdir/closedir by Rob Clark · 7 years ago
  49. 8eafae2 fat/fs: convert to directory iterators by Rob Clark · 7 years ago
  50. c6e3baa fs/fat: introduce new director iterators by Rob Clark · 7 years ago
  51. 4544998 fs/fat: split out helper to init fsdata by Rob Clark · 7 years ago
  52. 42a9f14 fs/fat: Correct blk_dread() return value check by Tom Rini · 7 years ago
  53. 10e40d5 Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  54. fc843a0 Kconfig: Add a CONFIG_IDE option by Simon Glass · 7 years ago
  55. b352cae fs/fat: Fix unaligned __u16 reads for FAT12 access by Stefan Brüns · 8 years ago
  56. b331cd6 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  57. 8d48c92 fs/fat: simplify get_fatent for FAT12 by Stefan Brüns · 8 years ago
  58. b8948d2 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · 8 years ago
  59. 6c1a808 fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · 8 years ago
  60. 3c0ed9c fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  61. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 8 years ago
  62. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  63. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  64. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  65. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  66. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  67. 0a04ed8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  68. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  69. 18a10d4 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  70. 64f65e1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · 10 years ago
  71. d455d87 fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  72. 1ad0b98 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  73. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  74. cf65981 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  75. b7b5f31 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  76. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  77. e6d5241 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  78. cb940c7 FAT: remove ifdefs to make the code more readable by Richard Genoud · 12 years ago
  79. fb7e16c FAT: use toupper/tolower instead of recoding them by Richard Genoud · 12 years ago
  80. 6ad77d8 vfat: Fix mkcksum argument sizes by Marek Vasut · 12 years ago
  81. 5e8f983 FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  82. a1687b8 FAT: initialize all fields in cur_part_info, simplify init by Stephen Warren · 12 years ago
  83. 461f86e FAT: remove cur_part_nr by Stephen Warren · 12 years ago
  84. ff04f6d fs: fat: Fix mkcksum() function parameters by Marek Vasut · 12 years ago
  85. bd1a7e3 FAT: check for partition 0 not 1 for whole-disk fs by Stephen Warren · 12 years ago
  86. 1170e63 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  87. 7ee46ce FAT: Fix file contents listed as directory by Benoît Thébaudeau · 12 years ago
  88. 0880e5b FAT: Simplify get_contents by Benoît Thébaudeau · 12 years ago
  89. cc63b25 FAT: get_cluster: Add buffer bouncing by Benoît Thébaudeau · 12 years ago
  90. cd1b042 FAT: Fix redundant sector read by Benoît Thébaudeau · 12 years ago
  91. 88503ad FAT: cosmetic: Remove useless assignment by Benoît Thébaudeau · 12 years ago
  92. 8006dd2 FAT: get_fatent: Fix FAT boundary check by Benoît Thébaudeau · 12 years ago
  93. 9795e07 FAT: cosmetic: Remove extra spaces by Benoît Thébaudeau · 12 years ago
  94. b37d41a Block: Remove MG DISK support by Marek Vasut · 13 years ago
  95. 9a800ac fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 12 years ago
  96. 46236b1 fs/fat: Improve error handling by Kyle Moffett · 13 years ago
  97. 9813b75 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · 13 years ago
  98. bf34e7d fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · 13 years ago
  99. 2d1b83b fat.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  100. 6471ada fs/fat/fat.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago