1. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  2. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  3. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  4. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  5. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  6. a43f41f FAT: remove ifdefs to make the code more readable by Richard Genoud · 12 years ago
  7. 2e37202 FAT: use toupper/tolower instead of recoding them by Richard Genoud · 12 years ago
  8. 4ab1f64 vfat: Fix mkcksum argument sizes by Marek Vasut · 12 years ago
  9. 288904d FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  10. 63e53b5 FAT: initialize all fields in cur_part_info, simplify init by Stephen Warren · 12 years ago
  11. d398dbe FAT: remove cur_part_nr by Stephen Warren · 12 years ago
  12. 47a470f fs: fat: Fix mkcksum() function parameters by Marek Vasut · 12 years ago
  13. 2e1b357 FAT: check for partition 0 not 1 for whole-disk fs by Stephen Warren · 12 years ago
  14. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  15. 7ca2a8a FAT: Fix file contents listed as directory by Benoît Thébaudeau · 12 years ago
  16. 01938d8 FAT: Simplify get_contents by Benoît Thébaudeau · 12 years ago
  17. e957c07 FAT: get_cluster: Add buffer bouncing by Benoît Thébaudeau · 12 years ago
  18. 2b89d3e FAT: Fix redundant sector read by Benoît Thébaudeau · 12 years ago
  19. 8550e82 FAT: cosmetic: Remove useless assignment by Benoît Thébaudeau · 12 years ago
  20. 808a5fd FAT: get_fatent: Fix FAT boundary check by Benoît Thébaudeau · 12 years ago
  21. 0a12037 FAT: cosmetic: Remove extra spaces by Benoît Thébaudeau · 12 years ago
  22. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  23. 014705b fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 13 years ago
  24. 83c8a78 fs/fat: Improve error handling by Kyle Moffett · 13 years ago
  25. 1b3b4b7 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · 13 years ago
  26. 891240a fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · 13 years ago
  27. 5c8f780 fat.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  28. 8fff354 fs/fat/fat.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  29. 575e21e fat: correct ATTR_VFAT check by J. Vijayanand · 13 years ago
  30. 27e5620 fs/fat/fat.c: fix warning: 'part_size' defined but not used by Wolfgang Denk · 13 years ago
  31. 8f81400 FAT: Add FAT write feature by Donggeun Kim · 13 years ago
  32. 51de6cf fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS by Sergei Shtylyov · 13 years ago
  33. 42cdc9f fat: root directory cluster only makes sense for FAT32 by Sergei Shtylyov · 13 years ago
  34. d591653 fat: cannot compare bytes and sectors by Sergei Shtylyov · 13 years ago
  35. 5ab3ba7 fat: fix crash with big sector size by Sergei Shtylyov · 13 years ago
  36. 4ea8966 fat32 root directory handling by Erik Hansen · 14 years ago
  37. 3676f80 FAT: buffer overflow with FAT12/16 by Stefano Babic · 14 years ago
  38. 45d513e VFAT: fix processing of scattered long file name entries by Mikhail Zolotaryov · 14 years ago
  39. 927b8ce fs/fat: Big code cleanup. by Wolfgang Denk · 14 years ago
  40. a48d0a3 FAT32: fix broken root directory handling. by Wolfgang Denk · 14 years ago
  41. 7b2290c FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · 14 years ago
  42. 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
  43. 155abaa FAT replace compare_sign with strncmp. by Tom Rix · 16 years ago
  44. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  45. bd10900 fat.c: fix warning: array subscript is above array bounds by Wolfgang Denk · 16 years ago
  46. 95f99a4 fat: fix unaligned errors by Bryan Wu · 16 years ago
  47. 853208e fs/fat: handle FAT on SATA by Sonic Zhang · 16 years ago
  48. 7c8f2ce Remove non-ascii characters from fat code by Remy Bohmer · 16 years ago
  49. 39b9fc9 fs: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  50. 2c4d298 Fix checking fat32 cluster size. by michael · 17 years ago
  51. 1efe578 Fix CONFIG_MMC usage in fat code by Andy Fleming · 17 years ago
  52. 55b8668 Fix my own merge stupidity by Andy Fleming · 17 years ago
  53. e78f258 Fix missing brace error in fs/fat/fat.c [pointed out by Roderik Wildenburg] by Wolfgang Denk · 17 years ago
  54. 7e5e09f Merge branch 'testing' into working by Andy Fleming · 17 years ago
  55. 80eb47c fs/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  56. 32912ff fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  57. 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  58. fb312c8 Reduce line lengths to 80 characters max. by Peter Pearse · 18 years ago
  59. d862a25 New board SMN42 branch by Peter Pearse · 18 years ago
  60. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  61. 9f191a1 Add support for Altera NIOS DK1C20 board Patch by Shlomo Kut, 13 Dec 2004 by Wolfgang Denk · 19 years ago
  62. 8308224 "static" from "do_fat_read" removed by stroese · 20 years ago
  63. 57bfdd4 * Patches by Sean Chang, 09 Aug 2004: by wdenk · 20 years ago
  64. ed2ac4b * Patches by Travis Sawyer, 12 Mar 2004: by wdenk · 21 years ago
  65. 5f49575 * Patch by Markus Pietrek, 24 Feb 2004: NS9750 DevBoard added by wdenk · 21 years ago
  66. 2ebee31 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · 21 years ago
  67. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · 21 years ago
  68. b6c60cb3 * Prepare for release by wdenk · 21 years ago
  69. 61970fd * Patch by Martin Krause, 09 Oct 2003: by wdenk · 21 years ago
  70. 934c4f8 * Patch by Gary Jennejohn, 11 Sep 2003: by wdenk · 21 years ago
  71. 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · 21 years ago
  72. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago