1. 47df776 btrfs: rename __readpage_endio_check to check_data_csum by Omar Sandoval · 5 years ago
  2. fb30f47 btrfs: clarify btrfs_lookup_bio_sums documentation by Omar Sandoval · 5 years ago
  3. f337bd7 btrfs: don't do repair validation for checksum errors by Omar Sandoval · 5 years ago
  4. c733397 btrfs: look at full bi_io_vec for repair decision by Omar Sandoval · 5 years ago
  5. c36cac2 btrfs: fix double __endio_write_update_ordered in direct I/O by Omar Sandoval · 5 years ago
  6. 6d3113a btrfs: fix error handling when submitting direct I/O bio by Omar Sandoval · 5 years ago
  7. 1072c12 block: add bio_for_each_bvec_all() by Omar Sandoval · 5 years ago
  8. 534cf53 btrfs: simplify error handling of clean_pinned_extents() by Filipe Manana · 5 years ago
  9. e3b8336 btrfs: remove the redundant parameter level in btrfs_bin_search() by Qu Wenruo · 5 years ago
  10. b335eab btrfs: make btrfs_read_disk_super return struct btrfs_disk_super by Nikolay Borisov · 5 years ago
  11. a757123 btrfs: use list_for_each_entry_safe in free_reloc_roots by Nikolay Borisov · 5 years ago
  12. 7c09c03 btrfs: don't force read-only after error in drop snapshot by David Sterba · 5 years ago
  13. 2d9faa5 btrfs: remove pointless assertion on reclaim_size counter by Filipe Manana · 5 years ago
  14. 72f4f07 btrfs: tree-checker: remove duplicate definition of 'inode_item_err' by Zheng Wei · 5 years ago
  15. 9c34378 btrfs: force chunk allocation if our global rsv is larger than metadata by Josef Bacik · 5 years ago
  16. 42a72cb btrfs: run btrfs_try_granting_tickets if a priority ticket fails by Josef Bacik · 5 years ago
  17. 666daa9 btrfs: only check priority tickets for priority flushing by Josef Bacik · 5 years ago
  18. bb4f58a btrfs: account for trans_block_rsv in may_commit_transaction by Josef Bacik · 5 years ago
  19. e6549c2 btrfs: allow to use up to 90% of the global block rsv for unlink by Josef Bacik · 5 years ago
  20. 7f9fe61 btrfs: improve global reserve stealing logic by Josef Bacik · 5 years ago
  21. 876de78 btrfs: backref: distinguish reloc and non-reloc use of indirect resolution by Qu Wenruo · 5 years ago
  22. 1b23ea1 btrfs: reloc: move error handling of build_backref_tree() to backref.c by Qu Wenruo · 5 years ago
  23. fc997ed btrfs: backref: rename and move finish_upper_links() by Qu Wenruo · 5 years ago
  24. 1b60d2e btrfs: backref: rename and move handle_one_tree_block() by Qu Wenruo · 5 years ago
  25. d36e7f0 btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref() by Qu Wenruo · 5 years ago
  26. 5546573 btrfs: backref: rename and move should_ignore_root() by Qu Wenruo · 5 years ago
  27. 982c92c btrfs: backref: rename and move backref_tree_panic() by Qu Wenruo · 5 years ago
  28. 13fe1bd btrfs: backref: rename and move backref_cache_cleanup() by Qu Wenruo · 5 years ago
  29. 023acb0 btrfs: backref: rename and move remove_backref_node() by Qu Wenruo · 5 years ago
  30. b0fe707 btrfs: backref: rename and move drop_backref_node() by Qu Wenruo · 5 years ago
  31. 741188d btrfs: backref: rename and move free_backref_(node|edge) by Qu Wenruo · 5 years ago
  32. f39911e5 btrfs: backref: rename and move link_backref_edge() by Qu Wenruo · 5 years ago
  33. 47254d0 btrfs: backref: rename and move alloc_backref_edge() by Qu Wenruo · 5 years ago
  34. b1818da btrfs: backref: rename and move alloc_backref_node() by Qu Wenruo · 5 years ago
  35. 584fb12 btrfs: backref: rename and move backref_cache_init() by Qu Wenruo · 5 years ago
  36. e9a28dc btrfs: rename tree_entry to rb_simple_node and export it by Qu Wenruo · 5 years ago
  37. 7053544 btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h by Qu Wenruo · 5 years ago
  38. a26195a btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache by Qu Wenruo · 5 years ago
  39. 29db137 btrfs: reloc: refactor useless nodes handling into its own function by Qu Wenruo · 5 years ago
  40. 1f87292 btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links() by Qu Wenruo · 5 years ago
  41. e7d571c btrfs: reloc: remove the open-coded goto loop for breadth-first search by Qu Wenruo · 5 years ago
  42. 0304f2d btrfs: reloc: pass essential members for alloc_backref_node() by Qu Wenruo · 5 years ago
  43. 2a97961 btrfs: reloc: use wrapper to replace open-coded edge linking by Qu Wenruo · 5 years ago
  44. 4d81ea8 btrfs: reloc: refactor indirect tree backref processing into its own function by Qu Wenruo · 5 years ago
  45. 4007ea8 btrfs: reloc: refactor direct tree backref processing into its own function by Qu Wenruo · 5 years ago
  46. 2433bea btrfs: reloc: make reloc root search-specific for relocation backref cache by Qu Wenruo · 5 years ago
  47. 33a0f1f btrfs: reloc: add backref_cache::fs_info member by Qu Wenruo · 5 years ago
  48. 8478028 btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_node by Qu Wenruo · 5 years ago
  49. 9569cc2 btrfs: reloc: rename mark_block_processed and __mark_block_processed by Qu Wenruo · 5 years ago
  50. 71f572a btrfs: reloc: use btrfs_backref_iter infrastructure by Qu Wenruo · 5 years ago
  51. c39c2dd btrfs: backref: implement btrfs_backref_iter_next() by Qu Wenruo · 5 years ago
  52. a37f232 btrfs: backref: introduce the skeleton of btrfs_backref_iter by Qu Wenruo · 5 years ago
  53. 78d933c btrfs: add missing annotation for btrfs_tree_lock() by Jules Irenge · 5 years ago
  54. c142c6a btrfs: add missing annotation for btrfs_lock_cluster() by Jules Irenge · 5 years ago
  55. 9cb1fd0 Linux 5.7-rc7 by Linus Torvalds · 4 years, 10 months ago
  56. 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, 10 months ago
  57. 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, 10 months ago
  58. 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, 10 months ago
  59. caffb99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  60. 539d39a net: smsc911x: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 10 months ago
  61. 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, 10 months ago
  62. febfd9d net/mlx4_core: fix a memory leak bug. by Qiushi Wu · 4 years, 10 months ago
  63. 4c64b83 net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend by Grygorii Strashko · 4 years, 10 months ago
  64. 0ddfee1 net: phy: mscc: fix initialization of the MACsec protocol mode by Antoine Tenart · 4 years, 10 months ago
  65. 31096c3e net: stmmac: don't attach interface until resume finishes by Leon Yu · 4 years, 10 months ago
  66. ef24d6c net: Fix return value about devm_platform_ioremap_resource() by Tiezhu Yang · 4 years, 10 months ago
  67. 0cfc8a8 sparc32: fix page table traversal in srmmu_nocache_init() by Mike Rapoport · 4 years, 10 months ago
  68. 423b8ba Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 10 months ago
  69. 23f0dac Merge tag 'driver-core-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 10 months ago
  70. 0e36fd4 Merge tag 'char-misc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 10 months ago
  71. 8f26104 Merge tag 'staging-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 10 months ago
  72. d3044d7 Merge tag 'tty-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 10 months ago
  73. 9bca7c4 Merge tag 's390-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 10 months ago
  74. ca6edee MAINTAINERS: add files related to kdump by Baoquan He · 4 years, 10 months ago
  75. d8f117a z3fold: fix use-after-free when freeing handles by Uladzislau Rezki · 4 years, 10 months ago
  76. c2bc26f sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init() by Mike Rapoport · 4 years, 10 months ago
  77. f7fa187 MAINTAINERS: update email address for Naoya Horiguchi by Naoya Horiguchi · 4 years, 10 months ago
  78. fc94cf2 sh: include linux/time_types.h for sockios by Arnd Bergmann · 4 years, 10 months ago
  79. 33cd65e kasan: disable branch tracing for core runtime by Marco Elver · 4 years, 10 months ago
  80. 380e5c1 selftests/vm/write_to_hugetlbfs.c: fix unused variable warning by John Hubbard · 4 years, 10 months ago
  81. 9809770 selftests/vm/.gitignore: add mremap_dontunmap by John Hubbard · 4 years, 10 months ago
  82. ffca476 rapidio: fix an error in get_user_pages_fast() error handling by John Hubbard · 4 years, 10 months ago
  83. c071b0f x86: bitops: fix build regression by Nick Desaulniers · 4 years, 10 months ago
  84. 60858c0 device-dax: don't leak kernel memory to user space after unloading kmem by David Hildenbrand · 4 years, 10 months ago
  85. e6764aa Revert "kobject: Make sure the parent does not get released before its children" by Greg Kroah-Hartman · 4 years, 10 months ago
  86. e644645 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 10 months ago
  87. a24deb9 Merge tag 'drm-fixes-2020-05-23' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 10 months ago
  88. 4f7400d net/mlx5: Fix error flow in case of function_setup failure by Shay Drory · 4 years, 11 months ago
  89. d37bd5e net/mlx5e: CT: Correctly get flow rule by Roi Dayan · 4 years, 10 months ago
  90. 5e911e2 net/mlx5e: Update netdev txq on completions during closure by Moshe Shemesh · 5 years ago
  91. 9ca4153 net/mlx5: Annotate mutex destroy for root ns by Roi Dayan · 4 years, 10 months ago
  92. 6eb7a26 net/mlx5: Don't maintain a case of del_sw_func being null by Roi Dayan · 4 years, 10 months ago
  93. aee37f3 net/mlx5: Fix cleaning unmanaged flow tables by Roi Dayan · 4 years, 10 months ago
  94. df14ad1e net/mlx5: Fix memory leak in mlx5_events_init by Moshe Shemesh · 4 years, 11 months ago
  95. a16b8e0 net/mlx5e: Fix inner tirs handling by Roi Dayan · 4 years, 11 months ago
  96. 16736e1 net/mlx5e: kTLS, Destroy key object after destroying the TIS by Tariq Toukan · 4 years, 11 months ago
  97. 3213484 net/mlx5e: Fix allowed tc redirect merged eswitch offload cases by Maor Dickman · 5 years ago
  98. f7936dd net/mlx5: Avoid processing commands before cmdif is ready by Eran Ben Elisha · 5 years ago
  99. d43b700 net/mlx5: Fix a race when moving command interface to events mode by Eran Ben Elisha · 5 years ago
  100. 17d00e8 net/mlx5: Add command entry handling completion by Moshe Shemesh · 5 years ago