1. 4891c4e fs: btrfs: initialize @ret to 0 to prevent uninitialized return value by Qu Wenruo · 4 years ago
  2. 9b5546c fs: btrfs: inode: handle uninitialized type before returning it by Qu Wenruo · 4 years ago
  3. 09f2107 fs: btrfs: Fix typo in error message by Naoki Hayama · 4 years ago
  4. 5573c20 fs: btrfs: Cleanup the old implementation by Qu Wenruo · 4 years, 4 months ago
  5. e8e95c7 fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure by Qu Wenruo · 4 years, 4 months ago
  6. f486152 fs: btrfs: Introduce function to resolve the path of one subvolume by Qu Wenruo · 4 years, 4 months ago
  7. 8098da7 fs: btrfs: Introduce function to resolve path in one subvolume by Qu Wenruo · 4 years, 4 months ago
  8. e342718 fs: btrfs: Implement btrfs_file_read() by Qu Wenruo · 4 years, 4 months ago
  9. 01347f6 fs: btrfs: Introduce lookup_data_extent() for later use by Qu Wenruo · 4 years, 4 months ago
  10. a26a6be fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg() by Qu Wenruo · 4 years, 4 months ago
  11. 0cc8fc6 fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts by Qu Wenruo · 4 years, 4 months ago
  12. 5bbb68d fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size() by Qu Wenruo · 4 years, 4 months ago
  13. 325dd1f fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir() by Qu Wenruo · 4 years, 4 months ago
  14. c921aa2 fs: btrfs: Implement btrfs_lookup_path() by Qu Wenruo · 4 years, 4 months ago
  15. 5bdcb37 fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN by Qu Wenruo · 4 years, 4 months ago
  16. 92bc179 fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink() by Qu Wenruo · 4 years, 4 months ago
  17. cafffc5 fs: btrfs: Rename path resolve related functions to avoid name conflicts by Qu Wenruo · 4 years, 4 months ago
  18. f06bfcf fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  19. 57f24f1 fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree() by Qu Wenruo · 4 years, 4 months ago
  20. 29c26ae fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  21. bccee8b fs: btrfs: Crossport struct btrfs_root to ctree.h by Qu Wenruo · 4 years, 4 months ago
  22. 207011b fs: btrfs: Rename btrfs_root to __btrfs_root by Qu Wenruo · 4 years, 4 months ago
  23. 33966de fs: btrfs: Rename struct btrfs_path to struct __btrfs_path by Qu Wenruo · 4 years, 4 months ago
  24. 75b0817 fs: btrfs: Crossport read_tree_block() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  25. b1f0067 fs: btrfs: Crossport volumes.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  26. be35942 fs: btrfs: Crossport structure accessor into ctree.h by Qu Wenruo · 4 years, 4 months ago
  27. 9a9be5e fs: btrfs: Crossport extent-io.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  28. ab5c304 fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  29. bc621e5 fs: btrfs: Crossport rbtree-utils from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  30. 4aebb99 fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  31. 565a414 fs: btrfs: Add more checksum algorithms by Qu Wenruo · 4 years, 4 months ago
  32. 3b4b40c fs: btrfs: Sync btrfs_btree.h from kernel by Qu Wenruo · 4 years, 4 months ago
  33. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  34. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  35. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  36. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 5 months ago
  37. 48180e1 fs: btrfs: support sparse extents by Marek Behún · 4 years, 7 months ago
  38. b941d1c fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 7 months ago
  39. a62db24 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 7 months ago
  40. 25babb7 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 7 months ago
  41. 53290e6 fs: btrfs: add zstd decompression support by Marek Behún · 5 years ago
  42. cd22e34 fs: btrfs: fix btrfs methods return values on failure by Marek Behún · 5 years ago
  43. 881e020 fs: btrfs: Do not print mount fail message when not btrfs filesystem by Marek Behún · 5 years ago
  44. 6aebc0d Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" by Tom Rini · 5 years ago
  45. 1627e5e fs: btrfs: fix btrfs_search_tree invalid results by Pierre Bourdon · 6 years ago
  46. 633967f fs: btrfs: fix false negatives in ROOT_ITEM search by Pierre Bourdon · 6 years ago
  47. 5b781cf fs: btrfs: Fix tree traversal with btrfs_next_slot() by Yevgeny Popovych · 6 years ago
  48. c979539 fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  49. f8c173b fs: btrfs: Fix wrong comparison in logical to physical mapping by Marek Behún · 6 years ago
  50. d146a7b fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  51. f559180 fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE by Yevgeny Popovych · 6 years ago
  52. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  53. 22fc7b6 fs: btrfs: Remove unused debug code left from development by Marek Behún · 7 years ago
  54. f39bfec fs: btrfs: Fix printf format character warning by Tom Rini · 7 years ago
  55. 2021f08 fs: btrfs: Fix unaligned memory accesses by Alberto Sánchez Molero · 7 years ago
  56. 733d963 fs: btrfs: Remove a foreign language note by Marek Behún · 7 years ago
  57. ecab881 fs: btrfs: Fix usage of uninitialized variables by Marek Behún · 7 years ago
  58. 6b7fd35 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · 7 years ago
  59. 0c936ee fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  60. 21a14fa fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · 7 years ago
  61. 597b4af fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · 7 years ago
  62. d4a704a fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · 7 years ago