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