1. f25bbb2 fs/fat: Check malloc return values and fix memory leaks by Tuomas Tynkkynen · Sun Oct 01 02:25:22 2017 +0300
  2. bb93c91 fs/fat: Fix 'CACHE: Misaligned operation at range' warnings by Tuomas Tynkkynen · Sun Oct 01 02:25:21 2017 +0300
  3. 93f341c fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_ls by Tom Rini · Tue Sep 26 22:43:45 2017 -0400
  4. 3e78e85 fs/fat: Fix pathnames using '..' that lead to the root directory by Tuomas Tynkkynen · Mon Sep 25 22:06:33 2017 +0300
  5. 48fbf25 fs/ext4: Fix group descriptor checksum calculation by Tuomas Tynkkynen · Mon Sep 25 22:06:31 2017 +0300
  6. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  7. 9740408 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · Tue Oct 03 08:44:13 2017 -0400
  8. 98ec1d1 fs: btrfs: Add U-Boot fs handlers. by Marek Behún · Sun Sep 03 17:00:29 2017 +0200
  9. 2938754 fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · Sun Sep 03 17:00:28 2017 +0200
  10. 7777b1a fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · Sun Sep 03 17:00:27 2017 +0200
  11. 4eff426 fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · Sun Sep 03 17:00:26 2017 +0200
  12. 45ebb95 fs: Create a common fs_devread for ext4/reiserfs/zfs by Marek Behún · Sun Sep 03 17:00:24 2017 +0200
  13. 5257a09 fs/fat: Reduce stack usage by Tom Rini · Fri Sep 22 07:37:43 2017 -0400
  14. d17f4fe fs/fat: fix fatbuf leak by Rob Clark · Tue Sep 12 16:40:01 2017 -0400
  15. c3ab0b8 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · Sat Sep 09 13:16:00 2017 -0400
  16. fd6c6b4 fs/fat: fix case for FAT shortnames by Rob Clark · Sat Sep 09 13:15:59 2017 -0400
  17. 60d74a9 fat/fs: move ls to generic implementation by Rob Clark · Sat Sep 09 13:15:58 2017 -0400
  18. e90320e fat/fs: remove a bunch of dead code by Rob Clark · Sat Sep 09 13:15:57 2017 -0400
  19. 4174d7f fs/fat: implement opendir/readdir/closedir by Rob Clark · Sat Sep 09 13:15:56 2017 -0400
  20. 2b7bfd9 fs: add fs_readdir() by Rob Clark · Sat Sep 09 13:15:55 2017 -0400
  21. 71193c9 fat/fs: convert to directory iterators by Rob Clark · Sat Sep 09 13:15:54 2017 -0400
  22. 0c33fce fs/fat: introduce new director iterators by Rob Clark · Sat Sep 09 13:15:53 2017 -0400
  23. 4996a5f fs/fat: split out helper to init fsdata by Rob Clark · Sat Sep 09 13:15:52 2017 -0400
  24. 035f18e fs: ext4: Fix journal overrun issue reported by Coverity by Tom Rini · Sun Aug 20 22:30:15 2017 -0400
  25. c22435f fs: fat: fix fatwrite overflow calculation by Reno Farnesi · Sun Aug 13 15:16:17 2017 -0400
  26. 240124c fs/fat: Correct blk_dread() return value check by Tom Rini · Mon Aug 14 21:02:08 2017 -0400
  27. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  28. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  29. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  30. 19c5caf Convert CONFIG_CMD_YAFFS2 to Kconfig by Simon Glass · Fri Aug 04 16:34:58 2017 -0600
  31. ac8f8e3 fs: use get_nand_dev_by_index() by Grygorii Strashko · Mon Jun 26 19:12:57 2017 -0500
  32. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600
  33. 622b7b3 treewide: remove unneeded semicolons by Masahiro Yamada · Tue Jun 13 15:17:28 2017 +0900
  34. 67eccfb fs: usbifs: Fix warning in ubifs by Siva Durga Prasad Paladugu · Tue May 30 14:29:06 2017 +0200
  35. 1909a7b fs: fat: add kbuild configuration support by Sekhar Nori · Fri Jun 02 17:53:59 2017 +0530
  36. 8c6c7c2 fs: Kconfig: Add a separate option for FS_JFFS2 by Simon Glass · Wed May 17 03:25:38 2017 -0600
  37. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · Wed May 17 03:25:30 2017 -0600
  38. 690f509 fs: Kconfig: Add a separate option for FS_CRAMFS by Simon Glass · Wed Apr 26 22:28:04 2017 -0600
  39. 579b51a fs: Kconfig: Add a separate config for FS_CBFS by Simon Glass · Wed Apr 26 22:27:59 2017 -0600
  40. c32ffa8 ext4: Fix comparision of unsigned expression with < 0 by Lokesh Vutla · Wed Apr 26 16:58:22 2017 +0530
  41. 6125d44 yaffs2: remove redundant condition by xypron.glpk@gmx.de · Sat Apr 15 13:28:13 2017 +0200
  42. 3439e31 cramfs: basic symlink support by Tyler Hall · Wed Apr 12 16:29:17 2017 -0400
  43. 3065ac5 cramfs: block pointers are 32 bits by Tyler Hall · Wed Apr 12 16:29:16 2017 -0400
  44. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · Sat Feb 11 22:43:54 2017 +0900
  45. 0f3b697 fs/fat: Fix unaligned __u16 reads for FAT12 access by Stefan Brüns · Thu Jan 26 20:22:36 2017 +0000
  46. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · Fri Jan 27 11:00:42 2017 +0100
  47. 44632b7 fs/ext4: Initialize group descriptor size for revision level 0 filesystems by Stefan Brüns · Tue Dec 27 02:35:08 2016 +0100
  48. 15f4063 fs/fat: simplify get_fatent for FAT12 by Stefan Brüns · Sat Dec 17 03:55:10 2016 +0100
  49. 9f95d81 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · Sat Dec 17 00:27:51 2016 +0100
  50. 58bf86f fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · Sat Dec 17 00:27:50 2016 +0100
  51. 16f553d fat: fatwrite: fix the command for FAT12 by Philipp Skadorov · Thu Dec 15 15:52:53 2016 -0500
  52. 8f1367d sandboxfs: Fix resource leak by Tom Rini · Mon Oct 17 21:09:32 2016 -0400
  53. 0117dbe fs/fat/fatwrite: Local variable as buffer to store dir_slot entries by Tien Fong Chee · Wed Jul 27 23:08:56 2016 -0700
  54. db5862d ext4: Allow reading files with non-zero offset, clamp read len by Stefan Brüns · Sun Nov 06 18:33:57 2016 +0100
  55. 551fb6c ext4: Fix handling of sparse files by Stefan Brüns · Sat Nov 05 22:17:14 2016 +0100
  56. bfdfd10 Fix spelling of "multiple". by Vagrant Cascadian · Sun Oct 23 20:45:16 2016 -0700
  57. 7fbe42e ext4: Only write journal entries for modified blocks in unlink_filename by Stefan Brüns · Sun Oct 09 20:15:28 2016 +0200
  58. 4c491fe ext4: Fix handling of direntlen in unlink_filename by Stefan Brüns · Sun Oct 09 20:15:27 2016 +0200
  59. 59283ff ext4: cleanup unlink_filename function by Stefan Brüns · Sun Oct 09 20:15:26 2016 +0200
  60. e058284 sandbox/fs: Free memory allocated by os_dirent_ls by Stefan Brüns · Sat Oct 01 20:41:38 2016 +0200
  61. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  62. adae2ec treewide: use #include <...> to include public headers by Masahiro Yamada · Wed Sep 21 11:28:53 2016 +0900
  63. 9ec07c7 ext4: Revert rejection of 64bit enabled ext4 fs by Stefan Brüns · Sat Sep 17 02:10:12 2016 +0200
  64. 05313d1 ext4: Respect group descriptor size when adjusting free counts by Stefan Brüns · Tue Sep 20 01:13:01 2016 +0200
  65. bad7381 ext4: Use helper function to access group descriptor and its fields by Stefan Brüns · Sat Sep 17 02:10:10 2016 +0200
  66. 8f48fd5 ext4: Use correct descriptor size when reading the block group descriptor by Stefan Brüns · Sat Sep 17 02:10:09 2016 +0200
  67. 387f866 ext4: Add helper functions for block group descriptor field access by Stefan Brüns · Tue Sep 20 01:12:42 2016 +0200
  68. b2c28a2 ext4: determine group descriptor size for 64bit feature by Stefan Brüns · Sat Sep 17 02:10:07 2016 +0200
  69. 6cc369c ext4: Fix memory leak of journal buffer if block is updated multiple times by Stefan Brüns · Tue Sep 06 04:36:56 2016 +0200
  70. 74674ed ext4: Correct block number handling, empty block vs. error code by Stefan Brüns · Tue Sep 06 04:36:55 2016 +0200
  71. 0352713 ext4: remove duplicated block release code for extents by Stefan Brüns · Tue Sep 06 04:36:54 2016 +0200
  72. 7d936db ext4: initialize full inode for inodes bigger than 128 bytes by Stefan Brüns · Tue Sep 06 04:36:53 2016 +0200
  73. b1e9214 ext4: Use correct value for inode size even on revision 0 filesystems by Stefan Brüns · Tue Sep 06 04:36:52 2016 +0200
  74. 338a529 ext4: Fix memory leak in case of failure by Stefan Brüns · Tue Sep 06 04:36:51 2016 +0200
  75. 6303191 ext4: Avoid out-of-bounds access of block bitmap by Stefan Brüns · Tue Sep 06 04:36:50 2016 +0200
  76. 693f791 ext4: After completely filled group, scan next group from the beginning by Stefan Brüns · Tue Sep 06 04:36:49 2016 +0200
  77. dbe7205 ext4: Do not clear zalloc'ed buffers a second time by Stefan Brüns · Tue Sep 06 04:36:48 2016 +0200
  78. b7cdac0 ext4: Only update number of of unused inodes if GDT_CSUM feature is set by Stefan Brüns · Tue Sep 06 04:36:47 2016 +0200
  79. 9139715 ext4: Scan all directory blocks when looking up an entry by Stefan Brüns · Tue Sep 06 04:36:46 2016 +0200
  80. 57db899 ext4: Avoid corruption of directories with hash tree indexes by Stefan Brüns · Tue Sep 06 04:36:45 2016 +0200
  81. f577281 ext4: Scan all directory blocks for space when inserting a new entry by Stefan Brüns · Tue Sep 06 04:36:44 2016 +0200
  82. 2bef689 ext4: Do not crash when trying to grow a directory using extents by Stefan Brüns · Tue Sep 06 04:36:43 2016 +0200
  83. c102068 ext4: propagate error if creation of directory entry fails by Stefan Brüns · Tue Sep 06 04:36:42 2016 +0200
  84. 278f5d3 ext4: fix possible crash on directory traversal, ignore deleted entries by Stefan Brüns · Tue Sep 06 04:36:41 2016 +0200
  85. 59c9a8b ext4: fix wrong usage of le32_to_cpu() by Michael Walle · Mon Aug 29 10:46:46 2016 +0200
  86. 13179c2 ext4: fix endianess problems in ext4 write support by Michael Walle · Thu Sep 01 11:21:40 2016 +0200
  87. c07cdcb ext4: use kernel names for byte swaps by Michael Walle · Mon Aug 29 10:46:44 2016 +0200
  88. 2a81961 ext4: change structure fields to __le/__be types by Michael Walle · Mon Aug 29 10:46:43 2016 +0200
  89. 1499940 fs/fat: Correct description of determine_fatent function by Stefan Brüns · Sun Sep 11 22:51:41 2016 +0200
  90. 751b31d fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · Sun Sep 11 22:51:40 2016 +0200
  91. 6c617d6 fs/fat: Remove two statements without effect by Stefan Brüns · Sun Sep 11 22:51:39 2016 +0200
  92. 9999bb8 cbfs: Fix incorrect CBFS file header size being used by Yaroslav K · Mon Aug 08 20:32:15 2016 -0700
  93. 4472065 ext4: Refuse to mount filesystems with 64bit feature set by Tom Rini · Fri Jul 22 17:59:11 2016 -0400
  94. 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
  95. 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
  96. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · Mon May 30 13:57:55 2016 -0500
  97. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · Mon May 30 13:57:54 2016 -0500
  98. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · Sun May 01 11:36:02 2016 -0600
  99. 64732a0 fs: ext4: fix symlink read function by Ronald Zachariah · Thu Apr 28 07:08:34 2016 +0200
  100. a79e3c8 ubifs: fix memory corruption in super.c by Heiko Schocher · Thu Apr 21 12:16:58 2016 +0200