1. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  2. 8fb445a fs: fat: check for buffer size before reading blocks by Ricardo Salveti · 3 years, 2 months ago
  3. 236a2d1 fs: fat: add file attributes to struct fs_dirent by Heinrich Schuchardt · 3 years, 7 months ago
  4. 1c579db fs: fat: fix file_fat_detectfs() by Heinrich Schuchardt · 3 years, 10 months ago
  5. eb3587b fs: fat: remove superfluous assignments by Heinrich Schuchardt · 3 years, 10 months ago
  6. 66ea58c fs: fat: structure for name and extension by Heinrich Schuchardt · 3 years, 10 months ago
  7. fac9183 fs/fat: implement fsuuid command by Heinrich Schuchardt · 4 years ago
  8. bb09393 fs: fat: eliminate DIRENTSPERBLOCK() macro by Heinrich Schuchardt · 4 years ago
  9. 9a4564e fs: fat: first dentry of long name in FAT iterator by Heinrich Schuchardt · 4 years ago
  10. 51d5b2a fs: fat: set start cluster for root directory by Heinrich Schuchardt · 4 years ago
  11. 497d874 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · 4 years ago
  12. 6dc7a16 fs: fat: directory entries starting with 0x05 by Heinrich Schuchardt · 4 years ago
  13. 95bbe15 fs/fat/fat.c: Do not perform zero block reads if there are no blocks left by Jason Wessel · 4 years, 5 months ago
  14. 59e9440 fs: fat: fix fat iteration by Christian Gmeiner · 4 years, 6 months ago
  15. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  16. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  17. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  18. 5f6ae54 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · 5 years ago
  19. d37d47c fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · 5 years ago
  20. c1a159c fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · 5 years ago
  21. c3677ae fat: FAT filesystem premature release of info struct. by Martin Vystrčil · 5 years ago
  22. 8a6c612 fs: fat: Fix possible double free of fatbuf by Andrew F. Davis · 6 years ago
  23. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  24. d16b79b fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
  25. f6764f2 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
  26. 87fda0c spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
  27. 61934d1 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · 6 years ago
  28. d6153f1 fs: fix FAT name extraction by Patrick Wildt · 6 years ago
  29. 1d614b9 fs: check FAT cluster size by Patrick Wildt · 6 years ago
  30. 23f9af1 fs: fat: assign rootdir sector when accessing root directory by Thomas RIENOESSL · 6 years ago
  31. aa9d6ba fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
  32. f0926ae fs: fat: remember the starting cluster number of directory by AKASHI Takahiro · 6 years ago
  33. 49ca96b fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
  34. b88dff2 fs: fat: assure iterator's ->dent belongs to ->clust by AKASHI Takahiro · 6 years ago
  35. f0a4781 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() by AKASHI Takahiro · 6 years ago
  36. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  37. 315c81d fs/fat: debug-print file read position during file_fat_read_at() by Andreas Dannenberg · 6 years ago
  38. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  39. a799dcd fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · 7 years ago
  40. 2cb1e01 fs/fat: remove distractive message in file_fat_read_at() by Heinrich Schuchardt · 7 years ago
  41. 6f625f8 fat: Use cache aligned buffers for fat_opendir by Neil Armstrong · 7 years ago
  42. f25bbb2 fs/fat: Check malloc return values and fix memory leaks by Tuomas Tynkkynen · 7 years ago
  43. bb93c91 fs/fat: Fix 'CACHE: Misaligned operation at range' warnings by Tuomas Tynkkynen · 7 years ago
  44. 3e78e85 fs/fat: Fix pathnames using '..' that lead to the root directory by Tuomas Tynkkynen · 7 years ago
  45. 5257a09 fs/fat: Reduce stack usage by Tom Rini · 7 years ago
  46. d17f4fe fs/fat: fix fatbuf leak by Rob Clark · 7 years ago
  47. c3ab0b8 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · 7 years ago
  48. fd6c6b4 fs/fat: fix case for FAT shortnames by Rob Clark · 7 years ago
  49. 60d74a9 fat/fs: move ls to generic implementation by Rob Clark · 7 years ago
  50. 4174d7f fs/fat: implement opendir/readdir/closedir by Rob Clark · 7 years ago
  51. 71193c9 fat/fs: convert to directory iterators by Rob Clark · 7 years ago
  52. 0c33fce fs/fat: introduce new director iterators by Rob Clark · 7 years ago
  53. 4996a5f fs/fat: split out helper to init fsdata by Rob Clark · 7 years ago
  54. 240124c fs/fat: Correct blk_dread() return value check by Tom Rini · 7 years ago
  55. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  56. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
  57. 0f3b697 fs/fat: Fix unaligned __u16 reads for FAT12 access by Stefan Brüns · 8 years ago
  58. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  59. 15f4063 fs/fat: simplify get_fatent for FAT12 by Stefan Brüns · 8 years ago
  60. 9f95d81 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · 8 years ago
  61. 58bf86f fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · 8 years ago
  62. 751b31d fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  63. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  64. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  65. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  66. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  67. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  68. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  69. d6f23d8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  70. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  71. 8bdf961 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  72. cd486d1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · 10 years ago
  73. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  74. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  75. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  76. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  77. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  78. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  79. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  80. a43f41f FAT: remove ifdefs to make the code more readable by Richard Genoud · 12 years ago
  81. 2e37202 FAT: use toupper/tolower instead of recoding them by Richard Genoud · 12 years ago
  82. 4ab1f64 vfat: Fix mkcksum argument sizes by Marek Vasut · 12 years ago
  83. 288904d FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  84. 63e53b5 FAT: initialize all fields in cur_part_info, simplify init by Stephen Warren · 12 years ago
  85. d398dbe FAT: remove cur_part_nr by Stephen Warren · 12 years ago
  86. 47a470f fs: fat: Fix mkcksum() function parameters by Marek Vasut · 12 years ago
  87. 2e1b357 FAT: check for partition 0 not 1 for whole-disk fs by Stephen Warren · 12 years ago
  88. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  89. 7ca2a8a FAT: Fix file contents listed as directory by Benoît Thébaudeau · 12 years ago
  90. 01938d8 FAT: Simplify get_contents by Benoît Thébaudeau · 12 years ago
  91. e957c07 FAT: get_cluster: Add buffer bouncing by Benoît Thébaudeau · 12 years ago
  92. 2b89d3e FAT: Fix redundant sector read by Benoît Thébaudeau · 12 years ago
  93. 8550e82 FAT: cosmetic: Remove useless assignment by Benoît Thébaudeau · 12 years ago
  94. 808a5fd FAT: get_fatent: Fix FAT boundary check by Benoît Thébaudeau · 12 years ago
  95. 0a12037 FAT: cosmetic: Remove extra spaces by Benoît Thébaudeau · 12 years ago
  96. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  97. 014705b fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 13 years ago
  98. 83c8a78 fs/fat: Improve error handling by Kyle Moffett · 13 years ago
  99. 1b3b4b7 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · 13 years ago
  100. 891240a fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · 13 years ago