1. 4472065 ext4: Refuse to mount filesystems with 64bit feature set by Tom Rini · Fri Jul 22 17:59:11 2016 -0400
  2. 647ffed fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit by Guillaume GARDET · Fri Jun 17 11:45:37 2016 +0200
  3. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · Mon May 30 13:57:56 2016 -0500
  4. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · Mon May 30 13:57:55 2016 -0500
  5. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · Mon May 30 13:57:54 2016 -0500
  6. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · Sun May 01 11:36:02 2016 -0600
  7. 64732a0 fs: ext4: fix symlink read function by Ronald Zachariah · Thu Apr 28 07:08:34 2016 +0200
  8. a79e3c8 ubifs: fix memory corruption in super.c by Heiko Schocher · Thu Apr 21 12:16:58 2016 +0200
  9. 7c4734d jffs2: Fix set but not used warning by Tom Rini · Sun Mar 27 14:48:36 2016 -0400
  10. e1643ed Fix spelling of "supported/unsupported". by Vagrant Cascadian · Tue Mar 15 12:11:13 2016 -0700
  11. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  12. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  13. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  14. e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · Mon Feb 29 15:25:44 2016 -0700
  15. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  16. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · Sun Jan 24 23:27:48 2016 +0900
  17. e237880 Add more SPDX-License-Identifier tags by Tom Rini · Thu Jan 14 22:05:13 2016 -0500
  18. 9166c3c ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · Thu Dec 10 16:42:21 2015 -0500
  19. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  20. a027157 fs: handle the fileaddr variable in the same way as in the network case by David Müller (ELSOFT AG) · Fri Jan 08 09:39:20 2016 +0100
  21. c6676e0 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir by Thomas Fitzsimmons · Wed Nov 18 12:42:53 2015 -0500
  22. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · Tue Nov 10 01:06:16 2015 +0000
  23. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · Thu Nov 05 12:43:39 2015 -0200
  24. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · Thu Oct 22 06:19:21 2015 +0200
  25. 690c796 ubifs: Add generic fs support by Hans de Goede · Thu Sep 17 18:46:58 2015 -0400
  26. b5030b2 ubifs: Add functions for generic fs use by Hans de Goede · Thu Sep 17 18:46:57 2015 -0400
  27. a164477 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · Thu Sep 17 18:46:56 2015 -0400
  28. 8fed7d3 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · Mon Sep 28 15:45:32 2015 +0200
  29. d1d390a fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · Mon Sep 28 15:45:31 2015 +0200
  30. e0b8694 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · Mon Sep 28 15:45:30 2015 +0200
  31. 39659ce fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · Mon Sep 28 15:45:29 2015 +0200
  32. ccc945b fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · Mon Sep 28 15:45:28 2015 +0200
  33. 086e011 fs: ext4: fix symlink read function by Gary Bisson · Mon Sep 07 11:20:07 2015 +0200
  34. 991201e ext4: fix leak in check_filename() by Stephen Warren · Fri Sep 04 22:03:45 2015 -0600
  35. 5dd30f7 ext4: free allocations by parse_path() by Stephen Warren · Fri Sep 04 22:03:44 2015 -0600
  36. e9898f8 ext4: avoid calling ext4fs_mount() twice, which leaks by Stephen Warren · Fri Sep 04 22:03:43 2015 -0600
  37. d6f23d8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · Thu Sep 03 14:21:39 2015 +0200
  38. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  39. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · Wed Sep 02 17:24:57 2015 -0600
  40. 8bdf961 fat: handle paths that include ../ by Stephen Warren · Tue Jul 28 21:55:03 2015 -0600
  41. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · Tue Aug 18 13:06:37 2015 +0200
  42. 56d9cdf fs/fs.c: read up to EOF when len would read past EOF by Max Krummenacher · Wed Aug 05 17:16:58 2015 +0200
  43. efdc2a6 JFFS2: Use merge sort when parsing filesystem by Mark Tomlinson · Wed Jul 01 16:38:29 2015 +1200
  44. 56a7f48 JFFS2: Use CLEANMARKER to reduce scanning time by Mark Tomlinson · Wed Jul 01 16:38:28 2015 +1200
  45. f89bfd0 JFFS2: Change scansize to match linux kernel by Mark Tomlinson · Wed Jul 01 16:38:27 2015 +1200
  46. ef61982 JFFS2: Optimize building lists during scan by Mark Tomlinson · Wed Jul 01 16:38:26 2015 +1200
  47. b71748f JFFS2: Improve speed reading flash files by Mark Tomlinson · Wed Jul 01 16:38:25 2015 +1200
  48. 2946852 JFFS2: Only list each directory entry once by Mark Tomlinson · Wed Jul 01 16:38:24 2015 +1200
  49. 7c6558e JFFS2: Speed up and fix comparison functions by Mark Tomlinson · Wed Jul 01 16:38:23 2015 +1200
  50. 6d99845 JFFS2: Return early when file read not necessary by Mark Tomlinson · Wed Jul 01 16:38:22 2015 +1200
  51. d31f058 sandbox: only do sandboxfs for hostfs interface by Sjoerd Simons · Mon Apr 13 22:54:19 2015 +0200
  52. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  53. 2b1d6c9 fs: ext4 write: return file len on success by Przemyslaw Marczak · Tue Feb 17 15:31:52 2015 +0100
  54. 865dd4c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · Wed Feb 04 13:30:00 2015 -0500
  55. 7d9faf6 fs: Add command to retrieve the filesystem type by Sjoerd Simons · Mon Jan 05 18:13:36 2015 +0100
  56. 7c47031 ubifs: Enable journal replay during mount by Anton Habegger · Thu Jan 22 22:29:11 2015 +0100
  57. 62e79dd ubifs: Import atomic_long operations from Linux by Anton Habegger · Thu Jan 22 22:29:10 2015 +0100
  58. cd486d1 fs: fat: read: fix fat16 ls/read issue by Przemyslaw Marczak · Thu Dec 18 17:14:17 2014 +0100
  59. a17b7bc fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · Mon Nov 24 11:50:46 2014 -0500
  60. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · Mon Nov 17 14:39:38 2014 -0800
  61. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:37 2014 -0800
  62. b3a2d5a ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:36 2014 -0800
  63. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · Mon Nov 17 14:39:35 2014 -0800
  64. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · Wed Nov 12 14:35:04 2014 +0100
  65. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  66. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · Fri Nov 07 03:03:28 2014 +0900
  67. 8d119d8 ZFS: Clean up cppcheck warnings where relevant, leaked memory etc by Jorgen Lundman · Fri Nov 07 10:08:35 2014 +0900
  68. 1eb410c spl: Add EXT support to SPL by Guillaume GARDET · Wed Oct 15 17:53:12 2014 +0200
  69. b3384f8 ext4: Use inttypes for printf() string by Simon Glass · Wed Oct 15 04:38:32 2014 -0600
  70. b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · Thu Sep 18 13:28:06 2014 +0900
  71. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  72. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · Sun Aug 31 15:16:53 2014 +0900
  73. 081fe9e mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · Tue Jul 15 16:08:43 2014 +0200
  74. b24c427 mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · Tue Jul 15 16:08:42 2014 +0200
  75. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:04 2014 +0200
  76. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · Tue Jun 24 10:10:03 2014 +0200
  77. 3eb58f5 fs: implement size/fatsize/ext4size by Stephen Warren · Wed Jun 11 12:47:26 2014 -0600
  78. 4c1a9c5 catch wrong load address passed to fatload / ext2load by Pavel Machek · Wed Jul 09 22:42:57 2014 +0200
  79. 1990e04 yaffs2: preprocessor cleanup by Jeroen Hofstee · Sat Jul 12 15:16:52 2014 +0200
  80. 7686777 yaffs2: cosmetic: remove self assignments by Jeroen Hofstee · Sat Jul 12 15:16:51 2014 +0200
  81. e62f1ba fs: ext4: fix writing zero-length files by Stephen Warren · Wed Jun 11 12:46:16 2014 -0600
  82. bd45d54 jffs2:jffs2_1pass.c: remove double braces by Jeroen Hofstee · Wed Jun 11 00:40:25 2014 +0200
  83. f978b00 ext4: correctly zero filename by Jeroen Hofstee · Mon Jun 09 15:29:00 2014 +0200
  84. d30cbae disk: part_efi: clarify lbaint_t usage by Steve Rae · Mon May 26 11:52:23 2014 -0700
  85. 675b23c fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · Thu May 08 16:14:07 2014 +0800
  86. 10c8f7a fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · Thu May 08 16:14:06 2014 +0800
  87. 900db5d fs:ext4:write:fix: Reinitialize global variables after updating a file by Łukasz Majewski · Tue May 06 09:36:05 2014 +0200
  88. 5767dc8 fs:ext4:cleanup: Remove superfluous code by Łukasz Majewski · Tue May 06 09:36:04 2014 +0200
  89. 91e27a4 fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · Fri Apr 18 19:09:50 2014 +0900
  90. ec6e525 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · Tue Apr 08 11:12:46 2014 +0900
  91. 8b235c3 yaffs: Remove private list implementation by Simon Glass · Wed Feb 26 15:59:16 2014 -0700
  92. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Wed Feb 26 16:49:58 2014 -0500
  93. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · Tue Feb 25 10:27:01 2014 -0500
  94. ee03bd1 Revert "ext4fs: Add ext4 extent cache for read operations" by Tom Rini · Wed Feb 26 08:18:58 2014 -0500
  95. 817ae74 ubifs: fix checkpatch warning by Karicheri, Muralidharan · Mon Jan 20 17:10:07 2014 -0500
  96. 6ead6de ext4fs: Add ext4 extent cache for read operations by Ionut Nicu · Tue Feb 04 15:48:10 2014 +0100
  97. 06ab7dd fs/fdos: Remove by Tom Rini · Fri Feb 21 08:42:02 2014 -0500
  98. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · Tue Feb 04 17:24:28 2014 +0900
  99. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · Tue Feb 04 17:24:24 2014 +0900
  100. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · Mon Feb 03 13:21:10 2014 -0700