1. 690f509 fs: Kconfig: Add a separate option for FS_CRAMFS by Simon Glass · 8 years ago
  2. 579b51a fs: Kconfig: Add a separate config for FS_CBFS by Simon Glass · 8 years ago
  3. c32ffa8 ext4: Fix comparision of unsigned expression with < 0 by Lokesh Vutla · 8 years ago
  4. 6125d44 yaffs2: remove redundant condition by xypron.glpk@gmx.de · 8 years ago
  5. 3439e31 cramfs: basic symlink support by Tyler Hall · 8 years ago
  6. 3065ac5 cramfs: block pointers are 32 bits by Tyler Hall · 8 years ago
  7. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  8. 0f3b697 fs/fat: Fix unaligned __u16 reads for FAT12 access by Stefan Brüns · 8 years ago
  9. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  10. 44632b7 fs/ext4: Initialize group descriptor size for revision level 0 filesystems by Stefan Brüns · 8 years ago
  11. 15f4063 fs/fat: simplify get_fatent for FAT12 by Stefan Brüns · 8 years ago
  12. 9f95d81 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · 8 years ago
  13. 58bf86f fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · 8 years ago
  14. 16f553d fat: fatwrite: fix the command for FAT12 by Philipp Skadorov · 8 years ago
  15. 8f1367d sandboxfs: Fix resource leak by Tom Rini · 8 years ago
  16. 0117dbe fs/fat/fatwrite: Local variable as buffer to store dir_slot entries by Tien Fong Chee · 8 years ago
  17. db5862d ext4: Allow reading files with non-zero offset, clamp read len by Stefan Brüns · 8 years ago
  18. 551fb6c ext4: Fix handling of sparse files by Stefan Brüns · 8 years ago
  19. bfdfd10 Fix spelling of "multiple". by Vagrant Cascadian · 8 years ago
  20. 7fbe42e ext4: Only write journal entries for modified blocks in unlink_filename by Stefan Brüns · 8 years ago
  21. 4c491fe ext4: Fix handling of direntlen in unlink_filename by Stefan Brüns · 8 years ago
  22. 59283ff ext4: cleanup unlink_filename function by Stefan Brüns · 8 years ago
  23. e058284 sandbox/fs: Free memory allocated by os_dirent_ls by Stefan Brüns · 8 years ago
  24. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  25. adae2ec treewide: use #include <...> to include public headers by Masahiro Yamada · 8 years ago
  26. 9ec07c7 ext4: Revert rejection of 64bit enabled ext4 fs by Stefan Brüns · 8 years ago
  27. 05313d1 ext4: Respect group descriptor size when adjusting free counts by Stefan Brüns · 8 years ago
  28. bad7381 ext4: Use helper function to access group descriptor and its fields by Stefan Brüns · 8 years ago
  29. 8f48fd5 ext4: Use correct descriptor size when reading the block group descriptor by Stefan Brüns · 8 years ago
  30. 387f866 ext4: Add helper functions for block group descriptor field access by Stefan Brüns · 8 years ago
  31. b2c28a2 ext4: determine group descriptor size for 64bit feature by Stefan Brüns · 8 years ago
  32. 6cc369c ext4: Fix memory leak of journal buffer if block is updated multiple times by Stefan Brüns · 8 years ago
  33. 74674ed ext4: Correct block number handling, empty block vs. error code by Stefan Brüns · 8 years ago
  34. 0352713 ext4: remove duplicated block release code for extents by Stefan Brüns · 8 years ago
  35. 7d936db ext4: initialize full inode for inodes bigger than 128 bytes by Stefan Brüns · 8 years ago
  36. b1e9214 ext4: Use correct value for inode size even on revision 0 filesystems by Stefan Brüns · 8 years ago
  37. 338a529 ext4: Fix memory leak in case of failure by Stefan Brüns · 8 years ago
  38. 6303191 ext4: Avoid out-of-bounds access of block bitmap by Stefan Brüns · 8 years ago
  39. 693f791 ext4: After completely filled group, scan next group from the beginning by Stefan Brüns · 8 years ago
  40. dbe7205 ext4: Do not clear zalloc'ed buffers a second time by Stefan Brüns · 8 years ago
  41. b7cdac0 ext4: Only update number of of unused inodes if GDT_CSUM feature is set by Stefan Brüns · 8 years ago
  42. 9139715 ext4: Scan all directory blocks when looking up an entry by Stefan Brüns · 8 years ago
  43. 57db899 ext4: Avoid corruption of directories with hash tree indexes by Stefan Brüns · 8 years ago
  44. f577281 ext4: Scan all directory blocks for space when inserting a new entry by Stefan Brüns · 8 years ago
  45. 2bef689 ext4: Do not crash when trying to grow a directory using extents by Stefan Brüns · 8 years ago
  46. c102068 ext4: propagate error if creation of directory entry fails by Stefan Brüns · 8 years ago
  47. 278f5d3 ext4: fix possible crash on directory traversal, ignore deleted entries by Stefan Brüns · 8 years ago
  48. 59c9a8b ext4: fix wrong usage of le32_to_cpu() by Michael Walle · 8 years ago
  49. 13179c2 ext4: fix endianess problems in ext4 write support by Michael Walle · 8 years ago
  50. c07cdcb ext4: use kernel names for byte swaps by Michael Walle · 8 years ago
  51. 2a81961 ext4: change structure fields to __le/__be types by Michael Walle · 8 years ago
  52. 1499940 fs/fat: Correct description of determine_fatent function by Stefan Brüns · 8 years ago
  53. 751b31d fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  54. 6c617d6 fs/fat: Remove two statements without effect by Stefan Brüns · 8 years ago
  55. 9999bb8 cbfs: Fix incorrect CBFS file header size being used by Yaroslav K · 8 years ago
  56. 4472065 ext4: Refuse to mount filesystems with 64bit feature set by Tom Rini · 8 years ago
  57. 647ffed fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit by Guillaume GARDET · 8 years ago
  58. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  59. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  60. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  61. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  62. 64732a0 fs: ext4: fix symlink read function by Ronald Zachariah · 9 years ago
  63. a79e3c8 ubifs: fix memory corruption in super.c by Heiko Schocher · 9 years ago
  64. 7c4734d jffs2: Fix set but not used warning by Tom Rini · 9 years ago
  65. e1643ed Fix spelling of "supported/unsupported". by Vagrant Cascadian · 9 years ago
  66. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  67. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  68. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  69. e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  70. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  71. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  72. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  73. 9166c3c ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · 9 years ago
  74. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  75. a027157 fs: handle the fileaddr variable in the same way as in the network case by David Müller (ELSOFT AG) · 9 years ago
  76. c6676e0 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir by Thomas Fitzsimmons · 9 years ago
  77. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  78. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  79. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  80. 690c796 ubifs: Add generic fs support by Hans de Goede · 9 years ago
  81. b5030b2 ubifs: Add functions for generic fs use by Hans de Goede · 9 years ago
  82. a164477 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · 9 years ago
  83. 8fed7d3 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  84. d1d390a fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  85. e0b8694 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  86. 39659ce fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  87. ccc945b fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  88. 086e011 fs: ext4: fix symlink read function by Gary Bisson · 9 years ago
  89. 991201e ext4: fix leak in check_filename() by Stephen Warren · 9 years ago
  90. 5dd30f7 ext4: free allocations by parse_path() by Stephen Warren · 9 years ago
  91. e9898f8 ext4: avoid calling ext4fs_mount() twice, which leaks by Stephen Warren · 9 years ago
  92. d6f23d8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  93. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  94. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  95. 8bdf961 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  96. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  97. 56d9cdf fs/fs.c: read up to EOF when len would read past EOF by Max Krummenacher · 9 years ago
  98. efdc2a6 JFFS2: Use merge sort when parsing filesystem by Mark Tomlinson · 9 years ago
  99. 56a7f48 JFFS2: Use CLEANMARKER to reduce scanning time by Mark Tomlinson · 9 years ago
  100. f89bfd0 JFFS2: Change scansize to match linux kernel by Mark Tomlinson · 9 years ago