1. 6d25bd3 fs/squashfs: sqfs_probe: use sqfs_decompressor_init() return value by Richard Genoud · 4 years ago
  2. 56cf1ce fs/squashfs: sqfs_probe: reset cur_dev/cur_part_info to NULL on error by Richard Genoud · 4 years ago
  3. ccd4c08 fs/squashfs: sqfs_probe: fix possible memory leak on error by Richard Genoud · 4 years ago
  4. 571b67e fs/squashfs: sqfs_read: fix memory leak on finfo.blk_sizes by Richard Genoud · 4 years ago
  5. 3368680 fs/squashfs: sqfs_get_abs_path: fix possible memory leak on error by Richard Genoud · 4 years ago
  6. 53db0e2 fs/squashfs: sqfs_get_abs_path: fix error check by Richard Genoud · 4 years ago
  7. c9b8e86 fs/squashfs: sqfs_frag_lookup: simplify error handling by Richard Genoud · 4 years ago
  8. 555459e fs/squashfs: sqfs_read: fix another memory leak by Richard Genoud · 4 years ago
  9. 7ce9745 fs/squashfs: sqfs_read: fix memory leak by Richard Genoud · 4 years ago
  10. b34949f fs/squashfs: sqfs_read: remove useless sqfs_closedir() by Richard Genoud · 4 years ago
  11. d1d8d75 fs/squashfs: sqfs_read: fix dangling pointer dirs->entry by Richard Genoud · 4 years ago
  12. 35475f8 fs/squashfs: sqfs_size: remove useless sqfs_closedir() by Richard Genoud · 4 years ago
  13. 508a9dc fs/squashfs: sqfs_size: fix dangling pointer dirs->entry by Richard Genoud · 4 years ago
  14. dc3312c fs/squashfs: sqfs_concat_tokens: check if malloc succeeds by Richard Genoud · 4 years ago
  15. 4c83d27 fs/squashfs: sqfs_read_inode_table: fix dangling pointer by Richard Genoud · 4 years ago
  16. cd54591 fs/squashfs: sqfs_search_dir: fix memory leaks by Richard Genoud · 4 years ago
  17. 01e71ec fs/squashfs: sqfs_search_dir: fix dangling pointer by Richard Genoud · 4 years ago
  18. 7d23b2c fs/squashfs: sqfs_read_directory_table: fix memory leak by Richard Genoud · 4 years ago
  19. 5487477 fs/squashfs: sqfs_split_path: fix memory leak and dangling pointers by Richard Genoud · 4 years ago
  20. 87d11e0 fs/squashfs: sqfs_closedir: fix memory leak by Richard Genoud · 4 years ago
  21. ea1b165 fs/squashfs: sqfs_opendir: simplify error handling by Richard Genoud · 4 years ago
  22. f268768 fs/squashfs: sqfs_opendir: fix some memory leaks and dangling pointers by Richard Genoud · 4 years ago
  23. 1b1e0c0 fs/squashfs: fix board hang-up when calling .exists() by Richard Genoud · 4 years ago
  24. 4891c4e fs: btrfs: initialize @ret to 0 to prevent uninitialized return value by Qu Wenruo · 4 years ago
  25. 9b5546c fs: btrfs: inode: handle uninitialized type before returning it by Qu Wenruo · 4 years ago
  26. c49b0eb fs/squashfs: Fix index off by 1 for inode SQFS_LDIR_TYPE by Gerard Koskamp · 4 years ago
  27. 09f2107 fs: btrfs: Fix typo in error message by Naoki Hayama · 4 years ago
  28. b7e7831 Merge branch 'next' by Tom Rini · 4 years ago
  29. 0ed375e fs/squashfs: parameter check sqfs_read_metablock() by Heinrich Schuchardt · 4 years, 1 month ago
  30. 751b18b Merge branch 'master' into next by Tom Rini · 4 years, 1 month ago
  31. a7dc37d fs/squashfs: Fix Coverity Scan defects by Joao Marcos Costa · 4 years, 1 month ago
  32. 5573c20 fs: btrfs: Cleanup the old implementation by Qu Wenruo · 4 years, 4 months ago
  33. e8e95c7 fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure by Qu Wenruo · 4 years, 4 months ago
  34. f486152 fs: btrfs: Introduce function to resolve the path of one subvolume by Qu Wenruo · 4 years, 4 months ago
  35. 8098da7 fs: btrfs: Introduce function to resolve path in one subvolume by Qu Wenruo · 4 years, 4 months ago
  36. e342718 fs: btrfs: Implement btrfs_file_read() by Qu Wenruo · 4 years, 4 months ago
  37. 01347f6 fs: btrfs: Introduce lookup_data_extent() for later use by Qu Wenruo · 4 years, 4 months ago
  38. a26a6be fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg() by Qu Wenruo · 4 years, 4 months ago
  39. 0cc8fc6 fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts by Qu Wenruo · 4 years, 4 months ago
  40. 5bbb68d fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size() by Qu Wenruo · 4 years, 4 months ago
  41. 325dd1f fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir() by Qu Wenruo · 4 years, 4 months ago
  42. c921aa2 fs: btrfs: Implement btrfs_lookup_path() by Qu Wenruo · 4 years, 4 months ago
  43. 5bdcb37 fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN by Qu Wenruo · 4 years, 4 months ago
  44. 92bc179 fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink() by Qu Wenruo · 4 years, 4 months ago
  45. cafffc5 fs: btrfs: Rename path resolve related functions to avoid name conflicts by Qu Wenruo · 4 years, 4 months ago
  46. f06bfcf fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  47. 57f24f1 fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree() by Qu Wenruo · 4 years, 4 months ago
  48. 29c26ae fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  49. bccee8b fs: btrfs: Crossport struct btrfs_root to ctree.h by Qu Wenruo · 4 years, 4 months ago
  50. 207011b fs: btrfs: Rename btrfs_root to __btrfs_root by Qu Wenruo · 4 years, 4 months ago
  51. 33966de fs: btrfs: Rename struct btrfs_path to struct __btrfs_path by Qu Wenruo · 4 years, 4 months ago
  52. 75b0817 fs: btrfs: Crossport read_tree_block() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  53. b1f0067 fs: btrfs: Crossport volumes.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  54. be35942 fs: btrfs: Crossport structure accessor into ctree.h by Qu Wenruo · 4 years, 4 months ago
  55. 9a9be5e fs: btrfs: Crossport extent-io.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  56. ab5c304 fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  57. bc621e5 fs: btrfs: Crossport rbtree-utils from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  58. 4aebb99 fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  59. 565a414 fs: btrfs: Add more checksum algorithms by Qu Wenruo · 4 years, 4 months ago
  60. 3b4b40c fs: btrfs: Sync btrfs_btree.h from kernel by Qu Wenruo · 4 years, 4 months ago
  61. 0d32d8c fs: convert error and debug messages to log by Heinrich Schuchardt · 4 years, 2 months ago
  62. c9875a5 fs/squashfs: Fix Coverity Scan defects by Joao Marcos Costa · 4 years, 2 months ago
  63. 6dfed16 fs/squashfs: add support for LZO decompression by Joao Marcos Costa · 4 years, 2 months ago
  64. 9c948f5 fs/squashfs: add support for ZSTD decompression by Joao Marcos Costa · 4 years, 2 months ago
  65. cdc1144 fs/squashfs: replace sqfs_decompress() parameter by Joao Marcos Costa · 4 years, 2 months ago
  66. 10f7cf5 fs/squashfs: Add init and clean-up functions to decompression by Joao Marcos Costa · 4 years, 2 months ago
  67. 02c366b fs/fs.c: add symbolic link case to fs_ls_generic() by Joao Marcos Costa · 4 years, 3 months ago
  68. 3634b35 fs/squashfs: add support for zlib decompression by Joao Marcos Costa · 4 years, 3 months ago
  69. 81014f7 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 3 months ago
  70. c510061 fs/squashfs: new filesystem by Joao Marcos Costa · 4 years, 3 months ago
  71. 5b3ddb1 fs/fat/fat.c: Do not perform zero block reads if there are no blocks left by Jason Wessel · 4 years, 4 months ago
  72. 1244f36 fs: error handling in do_load() by Heinrich Schuchardt · 4 years, 4 months ago
  73. 5a8d1f6 fs/fat: reduce data size for FAT_WRITE by Heinrich Schuchardt · 4 years, 4 months ago
  74. a20f0c8 fs: fat_write: fix short name creation. by Heinrich Schuchardt · 4 years, 5 months ago
  75. 2280fa5 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 7 months ago
  76. 1788a96 fs: fat: fix fat iteration by Christian Gmeiner · 4 years, 4 months ago
  77. 0621b5e cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 5 months ago
  78. 03d4c29 cbfs: Allow reading a file from a CBFS given its base addr by Simon Glass · 4 years, 5 months ago
  79. 924e346 cbfs: Change file_cbfs_find_uncached() to return an error by Simon Glass · 4 years, 5 months ago
  80. 0e7b631 cbfs: Return the error code from file_cbfs_init() by Simon Glass · 4 years, 5 months ago
  81. c685f8b cbfs: Record the start address in cbfs_priv by Simon Glass · 4 years, 5 months ago
  82. e82ab51 cbfs: Use void * for the position pointers by Simon Glass · 4 years, 5 months ago
  83. 9dc2355 cbfs: Unify the two header loaders by Simon Glass · 4 years, 5 months ago
  84. a2c528f cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv by Simon Glass · 4 years, 5 months ago
  85. 54e1925 cbfs: Adjust file_cbfs_load_header() to use cbfs_priv by Simon Glass · 4 years, 5 months ago
  86. c7bef7c cbfs: Adjust return value of file_cbfs_next_file() by Simon Glass · 4 years, 5 months ago
  87. 381e113 cbfs: Use bool type for whether initialised by Simon Glass · 4 years, 5 months ago
  88. 45637db cbfs: Use ulong consistently by Simon Glass · 4 years, 5 months ago
  89. ea38ee9 cbfs: Rename the result variable by Simon Glass · 4 years, 5 months ago
  90. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  91. 1af3c7f common: Drop linux/stringify.h from common header by Simon Glass · 4 years, 5 months ago
  92. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  93. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  94. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  95. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  96. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  97. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  98. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  99. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  100. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 5 months ago