1. ae1755b fs/fat: Correct description of determine_fatent function by Stefan Brüns · 8 years ago
  2. 3c0ed9c fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  3. ed76f91 fs/fat: Remove two statements without effect by Stefan Brüns · 8 years ago
  4. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 8 years ago
  5. 0af49b9 Fix spelling of "supported/unsupported". by Vagrant Cascadian · 8 years ago
  6. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 8 years ago
  7. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 8 years ago
  8. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 8 years ago
  9. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 8 years ago
  10. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  11. 1254b44 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  12. e876be4 fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  13. 5e1a860 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  14. 1d7f2ec fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  15. 8133f43 fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  16. 0a04ed8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  17. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  18. 18a10d4 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  19. 64f65e1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · 10 years ago
  20. 9e374e7 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  21. d455d87 fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  22. 1ad0b98 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  23. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  24. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  25. cf65981 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  26. e04350d disk: part_efi: clarify lbaint_t usage by Steve Rae · 10 years ago
  27. dd6d796 fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · 10 years ago
  28. 2e98f70 fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · 10 years ago
  29. 8abd053 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 10 years ago
  30. b7b5f31 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  31. 73dc832 fs:fat: fix set file name function by Piotr Wilczek · 11 years ago
  32. 35c7927 fs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  33. 6b8f185 fs: fat: don't call disk_write with zero sector num by Wu, Josh · 11 years ago
  34. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  35. bc8d987 fs/fat: Don't multiply fatsize with sector size by Egbert Eich · 11 years ago
  36. e6d5241 fs: Move ls and read methods into ext4, fat by Simon Glass · 12 years ago
  37. cb940c7 FAT: remove ifdefs to make the code more readable by Richard Genoud · 12 years ago
  38. fb7e16c FAT: use toupper/tolower instead of recoding them by Richard Genoud · 12 years ago
  39. 6ad77d8 vfat: Fix mkcksum argument sizes by Marek Vasut · 12 years ago
  40. 03e2ecf fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
  41. 5e8f983 FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  42. a1687b8 FAT: initialize all fields in cur_part_info, simplify init by Stephen Warren · 12 years ago
  43. 461f86e FAT: remove cur_part_nr by Stephen Warren · 12 years ago
  44. ff04f6d fs: fat: Fix mkcksum() function parameters by Marek Vasut · 12 years ago
  45. b823fd9 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  46. bd1a7e3 FAT: check for partition 0 not 1 for whole-disk fs by Stephen Warren · 12 years ago
  47. 1170e63 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  48. 7ee46ce FAT: Fix file contents listed as directory by Benoît Thébaudeau · 12 years ago
  49. 0880e5b FAT: Simplify get_contents by Benoît Thébaudeau · 12 years ago
  50. cc63b25 FAT: get_cluster: Add buffer bouncing by Benoît Thébaudeau · 12 years ago
  51. cd1b042 FAT: Fix redundant sector read by Benoît Thébaudeau · 12 years ago
  52. 88503ad FAT: cosmetic: Remove useless assignment by Benoît Thébaudeau · 12 years ago
  53. 8006dd2 FAT: get_fatent: Fix FAT boundary check by Benoît Thébaudeau · 12 years ago
  54. 9795e07 FAT: cosmetic: Remove extra spaces by Benoît Thébaudeau · 12 years ago
  55. b37d41a Block: Remove MG DISK support by Marek Vasut · 12 years ago
  56. 9a800ac fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 12 years ago
  57. bf6b6af fs/fat/fat_write.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 12 years ago
  58. 079df72 FAT write: Fix compile errors by Donggeun Kim · 12 years ago
  59. 627182e FAT: update the second FAT when writing a file by Donggeun Kim · 13 years ago
  60. 46236b1 fs/fat: Improve error handling by Kyle Moffett · 13 years ago
  61. 9813b75 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · 13 years ago
  62. bf34e7d fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · 13 years ago
  63. bfcc40b Merge branch 'next' of ../next by Wolfgang Denk · 13 years ago
  64. 8506eb8 FAT: fix some issues in FAT write support code by Anatolij Gustschin · 13 years ago
  65. 2d1b83b fat.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  66. 6471ada fs/fat/fat.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  67. 206d68f fat: correct ATTR_VFAT check by J. Vijayanand · 13 years ago
  68. e116cc0 fs/fat/fat.c: fix warning: 'part_size' defined but not used by Wolfgang Denk · 13 years ago
  69. c30a15e FAT: Add FAT write feature by Donggeun Kim · 13 years ago
  70. 025421e fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS by Sergei Shtylyov · 13 years ago
  71. 40e2191 fat: root directory cluster only makes sense for FAT32 by Sergei Shtylyov · 13 years ago
  72. 60b36f0 fat: cannot compare bytes and sectors by Sergei Shtylyov · 13 years ago
  73. ac49777 fat: fix crash with big sector size by Sergei Shtylyov · 13 years ago
  74. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  75. 3f270f4 fat32 root directory handling by Erik Hansen · 13 years ago
  76. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  77. 11c8dd3 FAT: buffer overflow with FAT12/16 by Stefano Babic · 14 years ago
  78. 3831530 VFAT: fix processing of scattered long file name entries by Mikhail Zolotaryov · 14 years ago
  79. 7385c28 fs/fat: Big code cleanup. by Wolfgang Denk · 14 years ago
  80. 2aa98c6 FAT32: fix broken root directory handling. by Wolfgang Denk · 14 years ago
  81. 66c2d73 FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · 14 years ago
  82. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  83. 651351f FAT replace compare_sign with strncmp. by Tom Rix · 15 years ago
  84. 75eb82e mflash: Initial mflash support by unsik Kim · 15 years ago
  85. 65f7d41 fat.c: fix warning: array subscript is above array bounds by Wolfgang Denk · 16 years ago
  86. 7e4b9b4 fat: fix unaligned errors by Bryan Wu · 16 years ago
  87. 8c5170a fs/fat: handle FAT on SATA by Sonic Zhang · 16 years ago
  88. 3c2c2f4 Remove non-ascii characters from fat code by Remy Bohmer · 16 years ago
  89. 08ab4e1 fs: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  90. 8ce4e5c Fix checking fat32 cluster size. by michael · 16 years ago
  91. 21f6f96 Fix CONFIG_MMC usage in fat code by Andy Fleming · 17 years ago
  92. 02df4a2 Fix my own merge stupidity by Andy Fleming · 17 years ago
  93. bf1060e Fix missing brace error in fs/fat/fat.c [pointed out by Roderik Wildenburg] by Wolfgang Denk · 17 years ago
  94. 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
  95. dd60d12 fs/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  96. 4e109ae fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  97. 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  98. 3e3b956 Reduce line lengths to 80 characters max. by Peter Pearse · 17 years ago
  99. b0d8f5b New board SMN42 branch by Peter Pearse · 17 years ago
  100. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago