1. 1909a7b fs: fat: add kbuild configuration support by Sekhar Nori · 7 years ago
  2. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
  3. 0f3b697 fs/fat: Fix unaligned __u16 reads for FAT12 access by Stefan Brüns · 8 years ago
  4. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  5. 15f4063 fs/fat: simplify get_fatent for FAT12 by Stefan Brüns · 8 years ago
  6. 9f95d81 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · 8 years ago
  7. 58bf86f fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · 8 years ago
  8. 16f553d fat: fatwrite: fix the command for FAT12 by Philipp Skadorov · 8 years ago
  9. 0117dbe fs/fat/fatwrite: Local variable as buffer to store dir_slot entries by Tien Fong Chee · 8 years ago
  10. 1499940 fs/fat: Correct description of determine_fatent function by Stefan Brüns · 8 years ago
  11. 751b31d fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  12. 6c617d6 fs/fat: Remove two statements without effect by Stefan Brüns · 8 years ago
  13. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  14. e1643ed Fix spelling of "supported/unsupported". by Vagrant Cascadian · 9 years ago
  15. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  16. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  17. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  18. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  19. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  20. 8fed7d3 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  21. d1d390a fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  22. e0b8694 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  23. 39659ce fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  24. ccc945b fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  25. d6f23d8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  26. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  27. 8bdf961 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  28. cd486d1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · 10 years ago
  29. a17b7bc fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  30. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  31. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  32. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  33. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  34. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  35. d30cbae disk: part_efi: clarify lbaint_t usage by Steve Rae · 11 years ago
  36. 675b23c fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · 11 years ago
  37. 10c8f7a fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · 11 years ago
  38. ec6e525 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 11 years ago
  39. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  40. 65a43e3 fs:fat: fix set file name function by Piotr Wilczek · 11 years ago
  41. 22cca02 fs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  42. b0e38dd fs: fat: don't call disk_write with zero sector num by Wu, Josh · 11 years ago
  43. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  44. 11cc61a fs/fat: Don't multiply fatsize with sector size by Egbert Eich · 12 years ago
  45. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  46. a43f41f FAT: remove ifdefs to make the code more readable by Richard Genoud · 12 years ago
  47. 2e37202 FAT: use toupper/tolower instead of recoding them by Richard Genoud · 12 years ago
  48. 4ab1f64 vfat: Fix mkcksum argument sizes by Marek Vasut · 12 years ago
  49. 4f8662d fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
  50. 288904d FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  51. 63e53b5 FAT: initialize all fields in cur_part_info, simplify init by Stephen Warren · 12 years ago
  52. d398dbe FAT: remove cur_part_nr by Stephen Warren · 12 years ago
  53. 47a470f fs: fat: Fix mkcksum() function parameters by Marek Vasut · 12 years ago
  54. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  55. 2e1b357 FAT: check for partition 0 not 1 for whole-disk fs by Stephen Warren · 12 years ago
  56. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  57. 7ca2a8a FAT: Fix file contents listed as directory by Benoît Thébaudeau · 12 years ago
  58. 01938d8 FAT: Simplify get_contents by Benoît Thébaudeau · 12 years ago
  59. e957c07 FAT: get_cluster: Add buffer bouncing by Benoît Thébaudeau · 12 years ago
  60. 2b89d3e FAT: Fix redundant sector read by Benoît Thébaudeau · 12 years ago
  61. 8550e82 FAT: cosmetic: Remove useless assignment by Benoît Thébaudeau · 12 years ago
  62. 808a5fd FAT: get_fatent: Fix FAT boundary check by Benoît Thébaudeau · 12 years ago
  63. 0a12037 FAT: cosmetic: Remove extra spaces by Benoît Thébaudeau · 12 years ago
  64. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  65. 014705b fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 13 years ago
  66. 074438c fs/fat/fat_write.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  67. cb5f3bc FAT write: Fix compile errors by Donggeun Kim · 13 years ago
  68. af57ce2 FAT: update the second FAT when writing a file by Donggeun Kim · 13 years ago
  69. 83c8a78 fs/fat: Improve error handling by Kyle Moffett · 13 years ago
  70. 1b3b4b7 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · 13 years ago
  71. 891240a fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · 13 years ago
  72. 93fa6b8 Merge branch 'next' of ../next by Wolfgang Denk · 13 years ago
  73. f4f9d5d FAT: fix some issues in FAT write support code by Anatolij Gustschin · 13 years ago
  74. 5c8f780 fat.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  75. 8fff354 fs/fat/fat.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  76. 575e21e fat: correct ATTR_VFAT check by J. Vijayanand · 13 years ago
  77. 27e5620 fs/fat/fat.c: fix warning: 'part_size' defined but not used by Wolfgang Denk · 13 years ago
  78. 8f81400 FAT: Add FAT write feature by Donggeun Kim · 13 years ago
  79. 51de6cf fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS by Sergei Shtylyov · 13 years ago
  80. 42cdc9f fat: root directory cluster only makes sense for FAT32 by Sergei Shtylyov · 13 years ago
  81. d591653 fat: cannot compare bytes and sectors by Sergei Shtylyov · 13 years ago
  82. 5ab3ba7 fat: fix crash with big sector size by Sergei Shtylyov · 13 years ago
  83. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  84. 4ea8966 fat32 root directory handling by Erik Hansen · 14 years ago
  85. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  86. 3676f80 FAT: buffer overflow with FAT12/16 by Stefano Babic · 14 years ago
  87. 45d513e VFAT: fix processing of scattered long file name entries by Mikhail Zolotaryov · 14 years ago
  88. 927b8ce fs/fat: Big code cleanup. by Wolfgang Denk · 14 years ago
  89. a48d0a3 FAT32: fix broken root directory handling. by Wolfgang Denk · 14 years ago
  90. 7b2290c FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · 14 years ago
  91. 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
  92. 155abaa FAT replace compare_sign with strncmp. by Tom Rix · 16 years ago
  93. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  94. bd10900 fat.c: fix warning: array subscript is above array bounds by Wolfgang Denk · 16 years ago
  95. 95f99a4 fat: fix unaligned errors by Bryan Wu · 16 years ago
  96. 853208e fs/fat: handle FAT on SATA by Sonic Zhang · 16 years ago
  97. 7c8f2ce Remove non-ascii characters from fat code by Remy Bohmer · 16 years ago
  98. 39b9fc9 fs: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  99. 2c4d298 Fix checking fat32 cluster size. by michael · 17 years ago
  100. 1efe578 Fix CONFIG_MMC usage in fat code by Andy Fleming · 17 years ago