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