1. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · 1 year ago
  2. 6362d97 fs/fat: avoid noisy message fat_read_file() by Heinrich Schuchardt · 1 year, 10 months ago
  3. 66ea58c fs: fat: structure for name and extension by Heinrich Schuchardt · 3 years, 10 months ago
  4. fac9183 fs/fat: implement fsuuid command by Heinrich Schuchardt · 3 years, 11 months ago
  5. bb09393 fs: fat: eliminate DIRENTSPERBLOCK() macro by Heinrich Schuchardt · 4 years ago
  6. 497d874 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · 4 years ago
  7. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  8. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  9. 73b3497 fs: fat: support unlink by AKASHI Takahiro · 6 years ago
  10. 1c24b7b fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
  11. 0d89842 fs: fat: extend get_fs_info() for write use by AKASHI Takahiro · 6 years ago
  12. 9732af7 fs: fat: fix wrong casting to unsigned value of sect_to_cluster() by Seung-Woo Kim · 6 years ago
  13. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  14. a799dcd fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · 7 years ago
  15. c3ab0b8 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · 7 years ago
  16. fd6c6b4 fs/fat: fix case for FAT shortnames by Rob Clark · 7 years ago
  17. 60d74a9 fat/fs: move ls to generic implementation by Rob Clark · 7 years ago
  18. e90320e fat/fs: remove a bunch of dead code by Rob Clark · 7 years ago
  19. 71193c9 fat/fs: convert to directory iterators by Rob Clark · 7 years ago
  20. 0c33fce fs/fat: introduce new director iterators by Rob Clark · 7 years ago
  21. 4996a5f fs/fat: split out helper to init fsdata by Rob Clark · 7 years ago
  22. d8532af Kconfig: Migrate FS_FAT / FAT_WRITE by Tom Rini · 7 years ago
  23. 0117dbe fs/fat/fatwrite: Local variable as buffer to store dir_slot entries by Tien Fong Chee · 8 years ago
  24. 751b31d fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  25. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  26. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  27. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  28. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  29. 1c4cf33 fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE by Siva Durga Prasad Paladugu · 11 years ago
  30. 10c8f7a fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · 11 years ago
  31. b72c80a fs/fat: add fat12 cluster check by Wu, Josh · 11 years ago
  32. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  33. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  34. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  35. 2e37202 FAT: use toupper/tolower instead of recoding them by Richard Genoud · 12 years ago
  36. 288904d FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  37. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  38. ca08558 fat: fix FAT sector offsets overflow on large FAT partitions by Aaron Williams · 13 years ago
  39. 8f81400 FAT: Add FAT write feature by Donggeun Kim · 13 years ago
  40. 51de6cf fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS by Sergei Shtylyov · 13 years ago
  41. 5ab3ba7 fat: fix crash with big sector size by Sergei Shtylyov · 13 years ago
  42. 45d513e VFAT: fix processing of scattered long file name entries by Mikhail Zolotaryov · 14 years ago
  43. 927b8ce fs/fat: Big code cleanup. by Wolfgang Denk · 14 years ago
  44. 7c8f2ce Remove non-ascii characters from fat code by Remy Bohmer · 16 years ago
  45. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  46. 2c4d298 Fix checking fat32 cluster size. by michael · 17 years ago
  47. 28412e2 Fix fatload command on FAT32 formatted partitions. by Wolfgang Denk · 18 years ago
  48. 20c98a6 * Modify KUP4X board configuration to use SL811 driver for USB memory by wdenk · 21 years ago
  49. 634d2f7 * Patch by Stephen Williams, 01 Apr 2004: by wdenk · 21 years ago
  50. 2ebee31 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · 21 years ago
  51. 6cfa84e * Patch by Jian Zhang, 3 Feb 2004: by wdenk · 21 years ago
  52. 7f00b94 * Patch by Pierre Aubert, 24 Nov 2003: by wdenk · 21 years ago
  53. 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · 21 years ago
  54. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago