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