1. 84a5f57 fs/squashfs: sqfs_read: fix memory leak by Richard Genoud · Tue Nov 03 12:11:13 2020 +0100
  2. 512e971 fs/squashfs: sqfs_read: remove useless sqfs_closedir() by Richard Genoud · Tue Nov 03 12:11:12 2020 +0100
  3. 0b8aa99 fs/squashfs: sqfs_read: fix dangling pointer dirs->entry by Richard Genoud · Tue Nov 03 12:11:11 2020 +0100
  4. d3f8954 fs/squashfs: sqfs_size: remove useless sqfs_closedir() by Richard Genoud · Tue Nov 03 12:11:10 2020 +0100
  5. c3dadcb fs/squashfs: sqfs_size: fix dangling pointer dirs->entry by Richard Genoud · Tue Nov 03 12:11:09 2020 +0100
  6. 489e7ae fs/squashfs: sqfs_concat_tokens: check if malloc succeeds by Richard Genoud · Tue Nov 03 12:11:08 2020 +0100
  7. a62528d fs/squashfs: sqfs_read_inode_table: fix dangling pointer by Richard Genoud · Tue Nov 03 12:11:07 2020 +0100
  8. 2762f65 fs/squashfs: sqfs_search_dir: fix memory leaks by Richard Genoud · Tue Nov 03 12:11:06 2020 +0100
  9. e405fc4 fs/squashfs: sqfs_search_dir: fix dangling pointer by Richard Genoud · Tue Nov 03 12:11:05 2020 +0100
  10. 2f9c985 fs/squashfs: sqfs_read_directory_table: fix memory leak by Richard Genoud · Tue Nov 03 12:11:04 2020 +0100
  11. 8cf2f02 fs/squashfs: sqfs_split_path: fix memory leak and dangling pointers by Richard Genoud · Tue Nov 03 12:11:03 2020 +0100
  12. 2575eb2 fs/squashfs: sqfs_closedir: fix memory leak by Richard Genoud · Tue Nov 03 12:11:02 2020 +0100
  13. 32bea5b fs/squashfs: sqfs_opendir: simplify error handling by Richard Genoud · Tue Nov 03 12:11:01 2020 +0100
  14. 557f08f fs/squashfs: sqfs_opendir: fix some memory leaks and dangling pointers by Richard Genoud · Tue Nov 03 12:11:00 2020 +0100
  15. 654b248 fs/squashfs: fix board hang-up when calling .exists() by Richard Genoud · Tue Nov 03 12:10:59 2020 +0100
  16. bbad1d7 fs: btrfs: initialize @ret to 0 to prevent uninitialized return value by Qu Wenruo · Sat Oct 31 09:07:51 2020 +0800
  17. 11acf0f fs: btrfs: inode: handle uninitialized type before returning it by Qu Wenruo · Sat Oct 31 09:07:49 2020 +0800
  18. 6f15370 fs/squashfs: Fix index off by 1 for inode SQFS_LDIR_TYPE by Gerard Koskamp · Fri Oct 30 13:41:58 2020 +0000
  19. c080b51 fs: btrfs: Fix typo in error message by Naoki Hayama · Mon Oct 12 18:35:33 2020 +0900
  20. 38ae92e Merge branch 'next' by Tom Rini · Mon Oct 05 13:05:46 2020 -0400
  21. 3abb7a4 fs/squashfs: parameter check sqfs_read_metablock() by Heinrich Schuchardt · Wed Sep 23 21:13:51 2020 +0200
  22. 594a7f0 Merge branch 'master' into next by Tom Rini · Mon Sep 21 14:25:37 2020 -0400
  23. f1dfe4a fs/squashfs: Fix Coverity Scan defects by Joao Marcos Costa · Fri Sep 11 12:21:06 2020 +0200
  24. d90164e fs: btrfs: Cleanup the old implementation by Qu Wenruo · Wed Jun 24 18:03:15 2020 +0200
  25. a03f6fa fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure by Qu Wenruo · Wed Jun 24 18:03:14 2020 +0200
  26. 8b7b9c7 fs: btrfs: Introduce function to resolve the path of one subvolume by Qu Wenruo · Wed Jun 24 18:03:13 2020 +0200
  27. eb362ac fs: btrfs: Introduce function to resolve path in one subvolume by Qu Wenruo · Wed Jun 24 18:03:12 2020 +0200
  28. cf5a3a0 fs: btrfs: Implement btrfs_file_read() by Qu Wenruo · Wed Jun 24 18:03:11 2020 +0200
  29. 4650ed1 fs: btrfs: Introduce lookup_data_extent() for later use by Qu Wenruo · Wed Jun 24 18:03:10 2020 +0200
  30. 83b04df fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg() by Qu Wenruo · Wed Jun 24 18:03:09 2020 +0200
  31. 6aa2cc4 fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts by Qu Wenruo · Wed Jun 24 18:03:08 2020 +0200
  32. f9344c3 fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size() by Qu Wenruo · Wed Jun 24 18:03:07 2020 +0200
  33. 348848a fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir() by Qu Wenruo · Wed Jun 24 18:03:06 2020 +0200
  34. e565bd4 fs: btrfs: Implement btrfs_lookup_path() by Qu Wenruo · Wed Jun 24 18:03:05 2020 +0200
  35. b086e25 fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN by Qu Wenruo · Wed Jun 24 18:03:04 2020 +0200
  36. 49fe0f0 fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink() by Qu Wenruo · Wed Jun 24 18:03:03 2020 +0200
  37. dca22af fs: btrfs: Rename path resolve related functions to avoid name conflicts by Qu Wenruo · Wed Jun 24 18:03:02 2020 +0200
  38. 1d5a7b7 fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs by Qu Wenruo · Wed Jun 24 18:03:01 2020 +0200
  39. 8f267cf fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree() by Qu Wenruo · Wed Jun 24 18:03:00 2020 +0200
  40. 0af1704 fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs by Qu Wenruo · Wed Jun 24 18:02:59 2020 +0200
  41. fd63dbb fs: btrfs: Crossport struct btrfs_root to ctree.h by Qu Wenruo · Wed Jun 24 18:02:58 2020 +0200
  42. f6d5af7 fs: btrfs: Rename btrfs_root to __btrfs_root by Qu Wenruo · Wed Jun 24 18:02:57 2020 +0200
  43. ddd0cb8 fs: btrfs: Rename struct btrfs_path to struct __btrfs_path by Qu Wenruo · Wed Jun 24 18:02:56 2020 +0200
  44. d85f959 fs: btrfs: Crossport read_tree_block() from btrfs-progs by Qu Wenruo · Wed Jun 24 18:02:55 2020 +0200
  45. f6377ff fs: btrfs: Crossport volumes.[ch] from btrfs-progs by Qu Wenruo · Wed Jun 24 18:02:54 2020 +0200
  46. 6925bd2 fs: btrfs: Crossport structure accessor into ctree.h by Qu Wenruo · Wed Jun 24 18:02:53 2020 +0200
  47. c43c529 fs: btrfs: Crossport extent-io.[ch] from btrfs-progs by Qu Wenruo · Wed Jun 24 18:02:52 2020 +0200
  48. f55da5d fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs by Qu Wenruo · Wed Jun 24 18:02:51 2020 +0200
  49. fb48c59 fs: btrfs: Crossport rbtree-utils from btrfs-progs by Qu Wenruo · Wed Jun 24 18:02:50 2020 +0200
  50. 1a61808 fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs by Qu Wenruo · Wed Jun 24 18:02:49 2020 +0200
  51. 0e7b854 fs: btrfs: Add more checksum algorithms by Qu Wenruo · Wed Jun 24 18:02:48 2020 +0200
  52. 07d977f fs: btrfs: Sync btrfs_btree.h from kernel by Qu Wenruo · Wed Jun 24 18:02:47 2020 +0200
  53. b455978 fs: convert error and debug messages to log by Heinrich Schuchardt · Tue Aug 25 17:49:16 2020 +0000
  54. b7fb3c3 fs/squashfs: Fix Coverity Scan defects by Joao Marcos Costa · Wed Aug 19 18:28:41 2020 +0200
  55. 40a9fd5 fs/squashfs: add support for LZO decompression by Joao Marcos Costa · Tue Aug 18 17:17:24 2020 +0200
  56. b1fa6b8 fs/squashfs: add support for ZSTD decompression by Joao Marcos Costa · Tue Aug 18 17:17:23 2020 +0200
  57. b87fd01 fs/squashfs: replace sqfs_decompress() parameter by Joao Marcos Costa · Tue Aug 18 17:17:22 2020 +0200
  58. 877576c fs/squashfs: Add init and clean-up functions to decompression by Joao Marcos Costa · Tue Aug 18 17:17:21 2020 +0200
  59. 2a7fb15 fs/fs.c: add symbolic link case to fs_ls_generic() by Joao Marcos Costa · Thu Jul 30 15:33:51 2020 +0200
  60. 88f5333 fs/squashfs: add support for zlib decompression by Joao Marcos Costa · Thu Jul 30 15:33:50 2020 +0200
  61. ae8abb1 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · Thu Jul 30 15:33:49 2020 +0200
  62. 29da374 fs/squashfs: new filesystem by Joao Marcos Costa · Thu Jul 30 15:33:47 2020 +0200
  63. 95bbe15 fs/fat/fat.c: Do not perform zero block reads if there are no blocks left by Jason Wessel · Tue Jun 23 14:36:54 2020 -0700
  64. ca816ce fs: error handling in do_load() by Heinrich Schuchardt · Mon Jun 29 20:08:49 2020 +0200
  65. 8a3ac6e fs/fat: reduce data size for FAT_WRITE by Heinrich Schuchardt · Mon Jul 06 07:48:14 2020 +0200
  66. 6cc5432 fs: fat_write: fix short name creation. by Heinrich Schuchardt · Tue May 26 21:06:50 2020 +0200
  67. 9252d70 cmd: fs: Add command to list supported fs types by Niel Fourie · Tue Mar 24 16:17:04 2020 +0100
  68. 59e9440 fs: fat: fix fat iteration by Christian Gmeiner · Tue Jun 09 09:09:07 2020 +0200
  69. ba06a1f cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · Sun May 24 17:38:24 2020 -0600
  70. 333a97d cbfs: Allow reading a file from a CBFS given its base addr by Simon Glass · Sun May 24 17:38:23 2020 -0600
  71. 9c42215 cbfs: Change file_cbfs_find_uncached() to return an error by Simon Glass · Sun May 24 17:38:22 2020 -0600
  72. 0492317 cbfs: Return the error code from file_cbfs_init() by Simon Glass · Sun May 24 17:38:21 2020 -0600
  73. ec36d7a cbfs: Record the start address in cbfs_priv by Simon Glass · Sun May 24 17:38:20 2020 -0600
  74. 6ca4c38 cbfs: Use void * for the position pointers by Simon Glass · Sun May 24 17:38:19 2020 -0600
  75. 5154100 cbfs: Unify the two header loaders by Simon Glass · Sun May 24 17:38:18 2020 -0600
  76. e78f9bb cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv by Simon Glass · Sun May 24 17:38:17 2020 -0600
  77. 9ad16d6 cbfs: Adjust file_cbfs_load_header() to use cbfs_priv by Simon Glass · Sun May 24 17:38:16 2020 -0600
  78. c72d4a8 cbfs: Adjust return value of file_cbfs_next_file() by Simon Glass · Sun May 24 17:38:15 2020 -0600
  79. 2029a6d cbfs: Use bool type for whether initialised by Simon Glass · Sun May 24 17:38:14 2020 -0600
  80. 6b82446 cbfs: Use ulong consistently by Simon Glass · Sun May 24 17:38:13 2020 -0600
  81. 650b241 cbfs: Rename the result variable by Simon Glass · Sun May 24 17:38:12 2020 -0600
  82. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  83. fb64e36 common: Drop linux/stringify.h from common header by Simon Glass · Sun May 10 11:40:09 2020 -0600
  84. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  85. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  86. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  87. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  88. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  89. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  90. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  91. 8e20188 common: Drop flash.h from common header by Simon Glass · Sun May 10 11:39:54 2020 -0600
  92. 6f04498 common: Drop uuid.h from common header by Simon Glass · Sun May 10 11:39:52 2020 -0600
  93. 80c25b1 JFFS2: Add useful fields into lists by Petr Borsodi · Thu May 07 12:25:56 2020 +0200
  94. a61d1d1 JFFS2: Process obsolete nodes as well as accurate ones by Petr Borsodi · Thu May 07 12:25:55 2020 +0200
  95. 8179edf fs: ext4: avoid NULL check before free() by Heinrich Schuchardt · Tue Apr 28 21:50:02 2020 +0200
  96. ebdcb60 fs: ext4: skip journal state if fs has metadata_csum by Arnaud Ferraris · Wed Apr 22 12:43:44 2020 +0200
  97. b72a0ff fs: btrfs: support sparse extents by Marek Behún · Mon Mar 30 18:48:42 2020 +0200
  98. 2aebf5b fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · Thu Mar 26 13:35:56 2020 +0800
  99. 37539f5 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · Thu Mar 26 13:35:55 2020 +0800
  100. e7691f4 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · Thu Mar 26 13:35:54 2020 +0800