1. 66a47ff ext4: Allow reading files with non-zero offset, clamp read len by Stefan Brüns · 8 years ago
  2. f81db56 ext4: Fix handling of sparse files by Stefan Brüns · 8 years ago
  3. 1381901 Fix spelling of "multiple". by Vagrant Cascadian · 8 years ago
  4. 805e3e0 ext4: Only write journal entries for modified blocks in unlink_filename by Stefan Brüns · 8 years ago
  5. d1bdf22 ext4: Fix handling of direntlen in unlink_filename by Stefan Brüns · 8 years ago
  6. 15bf8c4 ext4: cleanup unlink_filename function by Stefan Brüns · 8 years ago
  7. 8616708 sandbox/fs: Free memory allocated by os_dirent_ls by Stefan Brüns · 8 years ago
  8. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  9. b5bf5cb treewide: use #include <...> to include public headers by Masahiro Yamada · 8 years ago
  10. b4976b4 ext4: Revert rejection of 64bit enabled ext4 fs by Stefan Brüns · 8 years ago
  11. 749e93e ext4: Respect group descriptor size when adjusting free counts by Stefan Brüns · 8 years ago
  12. 688d0e7 ext4: Use helper function to access group descriptor and its fields by Stefan Brüns · 8 years ago
  13. f798b1d ext4: Use correct descriptor size when reading the block group descriptor by Stefan Brüns · 8 years ago
  14. 9f5dd8b ext4: Add helper functions for block group descriptor field access by Stefan Brüns · 8 years ago
  15. fc214ef ext4: determine group descriptor size for 64bit feature by Stefan Brüns · 8 years ago
  16. b1edcf0 ext4: Fix memory leak of journal buffer if block is updated multiple times by Stefan Brüns · 8 years ago
  17. de9e831 ext4: Correct block number handling, empty block vs. error code by Stefan Brüns · 8 years ago
  18. b779e02 ext4: remove duplicated block release code for extents by Stefan Brüns · 8 years ago
  19. 87f9fdc ext4: initialize full inode for inodes bigger than 128 bytes by Stefan Brüns · 8 years ago
  20. 290ce2f ext4: Use correct value for inode size even on revision 0 filesystems by Stefan Brüns · 8 years ago
  21. 87a40b6 ext4: Fix memory leak in case of failure by Stefan Brüns · 8 years ago
  22. 0ceef3d ext4: Avoid out-of-bounds access of block bitmap by Stefan Brüns · 8 years ago
  23. a9fa0ed ext4: After completely filled group, scan next group from the beginning by Stefan Brüns · 8 years ago
  24. e927265 ext4: Do not clear zalloc'ed buffers a second time by Stefan Brüns · 8 years ago
  25. 398d6fa ext4: Only update number of of unused inodes if GDT_CSUM feature is set by Stefan Brüns · 8 years ago
  26. b7dd40d ext4: Scan all directory blocks when looking up an entry by Stefan Brüns · 8 years ago
  27. 10a7a1b ext4: Avoid corruption of directories with hash tree indexes by Stefan Brüns · 8 years ago
  28. a321abd ext4: Scan all directory blocks for space when inserting a new entry by Stefan Brüns · 8 years ago
  29. b96c3c7 ext4: Do not crash when trying to grow a directory using extents by Stefan Brüns · 8 years ago
  30. a0d767e ext4: propagate error if creation of directory entry fails by Stefan Brüns · 8 years ago
  31. 76a2951 ext4: fix possible crash on directory traversal, ignore deleted entries by Stefan Brüns · 8 years ago
  32. 011bc33 ext4: fix wrong usage of le32_to_cpu() by Michael Walle · 8 years ago
  33. 58a9ecb ext4: fix endianess problems in ext4 write support by Michael Walle · 8 years ago
  34. 7f101be ext4: use kernel names for byte swaps by Michael Walle · 8 years ago
  35. 2a0b7a9 ext4: change structure fields to __le/__be types by Michael Walle · 8 years ago
  36. ae1755b fs/fat: Correct description of determine_fatent function by Stefan Brüns · 8 years ago
  37. 3c0ed9c fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
  38. ed76f91 fs/fat: Remove two statements without effect by Stefan Brüns · 8 years ago
  39. cc7ed26 cbfs: Fix incorrect CBFS file header size being used by Yaroslav K · 8 years ago
  40. 6f94ab6 ext4: Refuse to mount filesystems with 64bit feature set by Tom Rini · 8 years ago
  41. 7a77e90 fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit by Guillaume GARDET · 8 years ago
  42. 17cb4b8 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  43. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  44. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  45. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 8 years ago
  46. 37f2388 fs: ext4: fix symlink read function by Ronald Zachariah · 8 years ago
  47. b1d6590 ubifs: fix memory corruption in super.c by Heiko Schocher · 8 years ago
  48. 1c8fdf8 jffs2: Fix set but not used warning by Tom Rini · 8 years ago
  49. 0af49b9 Fix spelling of "supported/unsupported". by Vagrant Cascadian · 8 years ago
  50. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 8 years ago
  51. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 8 years ago
  52. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 8 years ago
  53. e35929e dm: blk: Rename get_device_and_partition() by Simon Glass · 8 years ago
  54. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 8 years ago
  55. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 8 years ago
  56. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 8 years ago
  57. 495c3a1 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · 9 years ago
  58. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  59. e9cdf3b fs: handle the fileaddr variable in the same way as in the network case by David Müller (ELSOFT AG) · 9 years ago
  60. 54d68e9 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir by Thomas Fitzsimmons · 9 years ago
  61. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  62. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  63. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  64. 251cee0 ubifs: Add generic fs support by Hans de Goede · 9 years ago
  65. 29cc5bc ubifs: Add functions for generic fs use by Hans de Goede · 9 years ago
  66. ad15749 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · 9 years ago
  67. 1254b44 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
  68. e876be4 fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
  69. 5e1a860 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
  70. 1d7f2ec fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
  71. 8133f43 fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
  72. 9d2f6a9 fs: ext4: fix symlink read function by Gary Bisson · 9 years ago
  73. d56b201 ext4: fix leak in check_filename() by Stephen Warren · 9 years ago
  74. 934b14f ext4: free allocations by parse_path() by Stephen Warren · 9 years ago
  75. 676505f ext4: avoid calling ext4fs_mount() twice, which leaks by Stephen Warren · 9 years ago
  76. 0a04ed8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
  77. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  78. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  79. 18a10d4 fat: handle paths that include ../ by Stephen Warren · 9 years ago
  80. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  81. 7a3e70c fs/fs.c: read up to EOF when len would read past EOF by Max Krummenacher · 9 years ago
  82. 10d3ac3 JFFS2: Use merge sort when parsing filesystem by Mark Tomlinson · 9 years ago
  83. 54a8838 JFFS2: Use CLEANMARKER to reduce scanning time by Mark Tomlinson · 9 years ago
  84. 081adef JFFS2: Change scansize to match linux kernel by Mark Tomlinson · 9 years ago
  85. c5b1940 JFFS2: Optimize building lists during scan by Mark Tomlinson · 9 years ago
  86. 2d6d93a JFFS2: Improve speed reading flash files by Mark Tomlinson · 9 years ago
  87. 891224a JFFS2: Only list each directory entry once by Mark Tomlinson · 9 years ago
  88. 225cf4c JFFS2: Speed up and fix comparison functions by Mark Tomlinson · 9 years ago
  89. 3799b3f JFFS2: Return early when file read not necessary by Mark Tomlinson · 9 years ago
  90. 85300a9 sandbox: only do sandboxfs for hostfs interface by Sjoerd Simons · 9 years ago
  91. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 9 years ago
  92. 22b7509 fs: ext4 write: return file len on success by Przemyslaw Marczak · 9 years ago
  93. 7f641d5 Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 9 years ago
  94. 1a1ad8e fs: Add command to retrieve the filesystem type by Sjoerd Simons · 10 years ago
  95. 040cc7b ubifs: Enable journal replay during mount by Anton Habegger · 9 years ago
  96. dc28843 ubifs: Import atomic_long operations from Linux by Anton Habegger · 9 years ago
  97. 64f65e1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · 10 years ago
  98. 9e374e7 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  99. d455d87 fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  100. 96b1046 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago