1. a31356b btrfs: don't use set/get token in leaf_space_used by David Sterba · 4 years, 8 months ago
  2. 60d48e2 btrfs: don't use set/get token for single assignment in overwrite_item by David Sterba · 4 years, 8 months ago
  3. cc4c13d btrfs: drop eb parameter from set/get token helpers by David Sterba · 4 years, 8 months ago
  4. 4dae666 btrfs: use the token::eb for all set/get helpers by David Sterba · 4 years, 8 months ago
  5. f2998eb btrfs: remove duplicated include in block-group.c by Tiezhu Yang · 4 years, 8 months ago
  6. 3be4d8e btrfs: block-group: rename write_one_cache_group() by Qu Wenruo · 4 years, 8 months ago
  7. 97f4728 btrfs: block-group: refactor how we insert a block group item by Qu Wenruo · 4 years, 8 months ago
  8. 7357623 btrfs: block-group: refactor how we delete one block group item by Qu Wenruo · 4 years, 8 months ago
  9. 9afc664 btrfs: block-group: refactor how we read one block group item by Qu Wenruo · 4 years, 8 months ago
  10. 83fe9e1 btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups() by Qu Wenruo · 4 years, 8 months ago
  11. 89efda5 btrfs: send: emit file capabilities after chown by Marcos Paulo de Souza · 4 years, 8 months ago
  12. 8949030 btrfs: scrub, only lookup for csums if we are dealing with a data extent by Filipe Manana · 4 years, 8 months ago
  13. 684b752 btrfs: move the block group freeze/unfreeze helpers into block-group.c by Filipe Manana · 4 years, 8 months ago
  14. 6b7304a btrfs: rename member 'trimming' of block group to a more generic name by Filipe Manana · 4 years, 8 months ago
  15. 2473d24 btrfs: fix a race between scrub and block group removal/allocation by Filipe Manana · 4 years, 8 months ago
  16. 31344b2 btrfs: remove more obsolete v0 extent ref declarations by David Sterba · 4 years, 8 months ago
  17. 943aeb0 btrfs: remove unused function btrfs_dev_extent_chunk_tree_uuid by YueHaibing · 4 years, 8 months ago
  18. cbab8ad btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new qgroup by Qu Wenruo · 4 years, 9 months ago
  19. a619b3c btrfs: speedup dead root detection during orphan cleanup by Robbie Ko · 4 years, 8 months ago
  20. eec5b6e btrfs: remove unused function heads_to_leaves by YueHaibing · 4 years, 8 months ago
  21. fb8521ca btrfs: add more codes to decoder table by David Sterba · 4 years, 9 months ago
  22. d54f814 btrfs: sort error decoder entries by David Sterba · 4 years, 9 months ago
  23. 7f551d9 btrfs: free alien device after device add by Anand Jain · 4 years, 8 months ago
  24. 998a067 btrfs: include non-missing as a qualifier for the latest_bdev by Anand Jain · 4 years, 8 months ago
  25. fd08001 btrfs: use crypto_shash_digest() instead of open coding by Eric Biggers · 4 years, 8 months ago
  26. 1ed802c btrfs: drop useless goto in open_fs_devices by Anand Jain · 4 years, 9 months ago
  27. 0bc2d3c btrfs: remove useless check for copy_items() return value by Filipe Manana · 4 years, 9 months ago
  28. 77d5d68 btrfs: unify buffered and direct I/O read repair by Omar Sandoval · 4 years, 9 months ago
  29. 5c047a6 btrfs: get rid of endio_repair_workers by Omar Sandoval · 4 years, 9 months ago
  30. fd9d667 btrfs: simplify direct I/O read repair by Omar Sandoval · 4 years, 9 months ago
  31. 769b4f2 btrfs: get rid of one layer of bios in direct I/O by Omar Sandoval · 4 years, 9 months ago
  32. 8587957 btrfs: put direct I/O checksums in btrfs_dio_private instead of bio by Omar Sandoval · 4 years, 9 months ago
  33. e3b318d btrfs: convert btrfs_dio_private->pending_bios to refcount_t by Omar Sandoval · 4 years, 9 months ago
  34. 2390a6d btrfs: remove unused btrfs_dio_private::private by Omar Sandoval · 4 years, 9 months ago
  35. ce06d3e btrfs: make btrfs_check_repairable() static by Omar Sandoval · 4 years, 9 months ago
  36. 47df776 btrfs: rename __readpage_endio_check to check_data_csum by Omar Sandoval · 4 years, 9 months ago
  37. fb30f47 btrfs: clarify btrfs_lookup_bio_sums documentation by Omar Sandoval · 4 years, 9 months ago
  38. f337bd7 btrfs: don't do repair validation for checksum errors by Omar Sandoval · 4 years, 9 months ago
  39. c733397 btrfs: look at full bi_io_vec for repair decision by Omar Sandoval · 4 years, 9 months ago
  40. c36cac2 btrfs: fix double __endio_write_update_ordered in direct I/O by Omar Sandoval · 4 years, 9 months ago
  41. 6d3113a btrfs: fix error handling when submitting direct I/O bio by Omar Sandoval · 4 years, 9 months ago
  42. 1072c12 block: add bio_for_each_bvec_all() by Omar Sandoval · 4 years, 9 months ago
  43. 534cf53 btrfs: simplify error handling of clean_pinned_extents() by Filipe Manana · 4 years, 9 months ago
  44. e3b8336 btrfs: remove the redundant parameter level in btrfs_bin_search() by Qu Wenruo · 4 years, 9 months ago
  45. b335eab btrfs: make btrfs_read_disk_super return struct btrfs_disk_super by Nikolay Borisov · 4 years, 9 months ago
  46. a757123 btrfs: use list_for_each_entry_safe in free_reloc_roots by Nikolay Borisov · 4 years, 11 months ago
  47. 7c09c03 btrfs: don't force read-only after error in drop snapshot by David Sterba · 4 years, 11 months ago
  48. 2d9faa5 btrfs: remove pointless assertion on reclaim_size counter by Filipe Manana · 4 years, 9 months ago
  49. 72f4f07 btrfs: tree-checker: remove duplicate definition of 'inode_item_err' by Zheng Wei · 4 years, 10 months ago
  50. 9c34378 btrfs: force chunk allocation if our global rsv is larger than metadata by Josef Bacik · 4 years, 10 months ago
  51. 42a72cb btrfs: run btrfs_try_granting_tickets if a priority ticket fails by Josef Bacik · 4 years, 10 months ago
  52. 666daa9 btrfs: only check priority tickets for priority flushing by Josef Bacik · 4 years, 10 months ago
  53. bb4f58a btrfs: account for trans_block_rsv in may_commit_transaction by Josef Bacik · 4 years, 10 months ago
  54. e6549c2 btrfs: allow to use up to 90% of the global block rsv for unlink by Josef Bacik · 4 years, 10 months ago
  55. 7f9fe61 btrfs: improve global reserve stealing logic by Josef Bacik · 4 years, 10 months ago
  56. 876de78 btrfs: backref: distinguish reloc and non-reloc use of indirect resolution by Qu Wenruo · 4 years, 10 months ago
  57. 1b23ea1 btrfs: reloc: move error handling of build_backref_tree() to backref.c by Qu Wenruo · 4 years, 10 months ago
  58. fc997ed btrfs: backref: rename and move finish_upper_links() by Qu Wenruo · 4 years, 10 months ago
  59. 1b60d2e btrfs: backref: rename and move handle_one_tree_block() by Qu Wenruo · 4 years, 10 months ago
  60. d36e7f0 btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref() by Qu Wenruo · 4 years, 10 months ago
  61. 5546573 btrfs: backref: rename and move should_ignore_root() by Qu Wenruo · 4 years, 10 months ago
  62. 982c92c btrfs: backref: rename and move backref_tree_panic() by Qu Wenruo · 4 years, 10 months ago
  63. 13fe1bd btrfs: backref: rename and move backref_cache_cleanup() by Qu Wenruo · 4 years, 10 months ago
  64. 023acb0 btrfs: backref: rename and move remove_backref_node() by Qu Wenruo · 4 years, 10 months ago
  65. b0fe707 btrfs: backref: rename and move drop_backref_node() by Qu Wenruo · 4 years, 10 months ago
  66. 741188d btrfs: backref: rename and move free_backref_(node|edge) by Qu Wenruo · 4 years, 10 months ago
  67. f39911e5 btrfs: backref: rename and move link_backref_edge() by Qu Wenruo · 4 years, 10 months ago
  68. 47254d0 btrfs: backref: rename and move alloc_backref_edge() by Qu Wenruo · 4 years, 10 months ago
  69. b1818da btrfs: backref: rename and move alloc_backref_node() by Qu Wenruo · 4 years, 10 months ago
  70. 584fb12 btrfs: backref: rename and move backref_cache_init() by Qu Wenruo · 4 years, 10 months ago
  71. e9a28dc btrfs: rename tree_entry to rb_simple_node and export it by Qu Wenruo · 4 years, 10 months ago
  72. 7053544 btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h by Qu Wenruo · 4 years, 10 months ago
  73. a26195a btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache by Qu Wenruo · 4 years, 10 months ago
  74. 29db137 btrfs: reloc: refactor useless nodes handling into its own function by Qu Wenruo · 4 years, 11 months ago
  75. 1f87292 btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links() by Qu Wenruo · 4 years, 11 months ago
  76. e7d571c btrfs: reloc: remove the open-coded goto loop for breadth-first search by Qu Wenruo · 4 years, 10 months ago
  77. 0304f2d btrfs: reloc: pass essential members for alloc_backref_node() by Qu Wenruo · 4 years, 11 months ago
  78. 2a97961 btrfs: reloc: use wrapper to replace open-coded edge linking by Qu Wenruo · 4 years, 11 months ago
  79. 4d81ea8 btrfs: reloc: refactor indirect tree backref processing into its own function by Qu Wenruo · 4 years, 10 months ago
  80. 4007ea8 btrfs: reloc: refactor direct tree backref processing into its own function by Qu Wenruo · 4 years, 10 months ago
  81. 2433bea btrfs: reloc: make reloc root search-specific for relocation backref cache by Qu Wenruo · 4 years, 10 months ago
  82. 33a0f1f btrfs: reloc: add backref_cache::fs_info member by Qu Wenruo · 4 years, 10 months ago
  83. 8478028 btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_node by Qu Wenruo · 4 years, 10 months ago
  84. 9569cc2 btrfs: reloc: rename mark_block_processed and __mark_block_processed by Qu Wenruo · 4 years, 11 months ago
  85. 71f572a btrfs: reloc: use btrfs_backref_iter infrastructure by Qu Wenruo · 5 years ago
  86. c39c2dd btrfs: backref: implement btrfs_backref_iter_next() by Qu Wenruo · 5 years ago
  87. a37f232 btrfs: backref: introduce the skeleton of btrfs_backref_iter by Qu Wenruo · 5 years ago
  88. 78d933c btrfs: add missing annotation for btrfs_tree_lock() by Jules Irenge · 4 years, 9 months ago
  89. c142c6a btrfs: add missing annotation for btrfs_lock_cluster() by Jules Irenge · 4 years, 9 months ago
  90. 9cb1fd0 Linux 5.7-rc7 by Linus Torvalds · 4 years, 8 months ago
  91. 98790bb Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  92. 667b624 Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  93. 9e61d12 Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  94. caffb99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 8 months ago
  95. 539d39a net: smsc911x: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 8 months ago
  96. e3181e9 Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 8 months ago
  97. febfd9d net/mlx4_core: fix a memory leak bug. by Qiushi Wu · 4 years, 8 months ago
  98. 4c64b83 net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend by Grygorii Strashko · 4 years, 8 months ago
  99. 0ddfee1 net: phy: mscc: fix initialization of the MACsec protocol mode by Antoine Tenart · 4 years, 8 months ago
  100. 31096c3e net: stmmac: don't attach interface until resume finishes by Leon Yu · 4 years, 8 months ago