1. 36ea6f3 btrfs: make btrfs_check_data_free_space take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  2. 86d5292 btrfs: make btrfs_delalloc_release_space take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  3. 25ce28c btrfs: make btrfs_free_reserved_data_space take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  4. 9db5d51 btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_info by Nikolay Borisov · 4 years, 7 months ago
  5. 7661a3e btrfs: make btrfs_qgroup_reserve_data take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  6. 088545f btrfs: make btrfs_dirty_pages take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  7. c2566f2 btrfs: make btrfs_set_extent_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  8. cd4c0bf94 btrfs: make writepage_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  9. d4580fe btrfs: make __extent_writepage_io take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  10. 9fc6f91 btrfs: make btrfs_new_extent_direct take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  11. 64f5418 btrfs: make btrfs_create_dio_extent take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  12. c1e0952 btrfs: make btrfs_add_ordered_extent_dio take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  13. 98456b9 btrfs: make btrfs_run_delalloc_range take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  14. 0c49422 btrfs: make need_force_cow take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  15. 808a129 btrfs: make inode_need_compress take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  16. 99c88dc btrfs: make inode_can_compress take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  17. 64e1db5 btrfs: make btrfs_cleanup_ordered_extents take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  18. b672b5c btrfs: make __endio_write_update_ordered take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  19. 7095821 btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  20. 751b643 btrfs: make cow_file_range_async take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  21. 968322c btrfs: make run_delalloc_nocow take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  22. 8ba96f3 btrfs: make fallback_to_cow take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  23. c553f94 btrfs: make insert_reserved_file_extent take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  24. 72b7d15 btrfs: make btrfs_qgroup_release_data take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  25. a0ff10d btrfs: make submit_compressed_extents take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  26. c7ee181 btrfs: make btrfs_submit_compressed_write take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  27. 4cc6120 btrfs: make btrfs_add_ordered_extent_compress take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  28. 6e26c44 btrfs: make cow_file_range take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  29. e7fbf60 btrfs: make btrfs_add_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  30. a034940 btrfs: make cow_file_range_inline take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  31. 8b8a979 btrfs: make btrfs_qgroup_free_data take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  32. 8769af9 btrfs: make __btrfs_qgroup_release_data take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  33. df2cfd1 btrfs: make qgroup_free_reserved_data take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  34. f0cdd15 btrfs: tracepoints: convert flush states to using EM macros by Nikolay Borisov · 4 years, 7 months ago
  35. c92bb30 btrfs: tracepoints: switch extent_io_tree_owner to using EM macro by Nikolay Borisov · 4 years, 7 months ago
  36. 1cb1f0b btrfs: tracepoints: fix qgroup reservation type printing by Nikolay Borisov · 4 years, 7 months ago
  37. 5bca2c9 btrfs: tracepoints: move FLUSH_ACTIONS define by Nikolay Borisov · 4 years, 7 months ago
  38. 0840dd2 btrfs: tracepoints: fix extent type symbolic name print by Nikolay Borisov · 4 years, 7 months ago
  39. 45e3186 btrfs: tracepoints: fix btrfs_trigger_flush symbolic string for flags by Nikolay Borisov · 4 years, 7 months ago
  40. 3502a8c btrfs: allow use of global block reserve for balance item deletion by David Sterba · 4 years, 7 months ago
  41. 38d37aa btrfs: refactor btrfs_check_can_nocow() into two variants by Qu Wenruo · 4 years, 7 months ago
  42. e4ecaf9 btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent() by Qu Wenruo · 4 years, 7 months ago
  43. 6d4572a btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation by Qu Wenruo · 4 years, 7 months ago
  44. b547a88 btrfs: start deprecation of mount option inode_cache by David Sterba · 4 years, 7 months ago
  45. a2570ef btrfs: remove unused btrfs_root::defrag_trans_start by David Sterba · 4 years, 7 months ago
  46. bab16e2 btrfs: don't use UAPI types for fiemap callback by David Sterba · 4 years, 7 months ago
  47. 5af9d6e btrfs: tests: remove if duplicate in __check_free_space_extents() by Denis Efremov · 4 years, 7 months ago
  48. 923eb52 btrfs: use free_root_extent_buffer to free root by Johannes Thumshirn · 4 years, 7 months ago
  49. 4e9d0d0 btrfs: use for loop in prealloc_file_extent_cluster by Nikolay Borisov · 4 years, 7 months ago
  50. 214e61d btrfs: perform data management operations outside of inode lock by Nikolay Borisov · 4 years, 7 months ago
  51. c171edd btrfs: remove hole check in prealloc_file_extent_cluster by Nikolay Borisov · 4 years, 7 months ago
  52. 906c448 btrfs: make __btrfs_drop_extents take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  53. bd242a0 btrfs: make btrfs_csum_one_bio takae btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  54. ad7ff17 btrfs: make extent_clear_unlock_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  55. 4b67c11 btrfs: make create_io_em take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  56. 7bfa953 btrfs: make btrfs_reloc_clone_csums take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  57. c350437 btrfs: make btrfs_lookup_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  58. 43c6984 btrfs: make get_extent_allocation_hint take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  59. da69fea btrfs: make __btrfs_add_ordered_extent take struct btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  60. 3ef6414 btrfs: remove no longer used trans_list member of struct btrfs_ordered_extent by Filipe Manana · 4 years, 7 months ago
  61. cd8d39f4a btrfs: remove no longer used log_list member of struct btrfs_ordered_extent by Filipe Manana · 4 years, 7 months ago
  62. ce6ef5a btrfs: add little-endian optimized key helpers by David Sterba · 4 years, 7 months ago
  63. 5958253 btrfs: qgroup: catch reserved space leaks at unmount time by Qu Wenruo · 4 years, 7 months ago
  64. 7dbeaad btrfs: change timing for qgroup reserved space for ordered extents to fix reserved space leak by Qu Wenruo · 4 years, 7 months ago
  65. a7f8b1c btrfs: file: reserve qgroup space after the hole punch range is locked by Qu Wenruo · 4 years, 7 months ago
  66. 9729f10 btrfs: inode: move qgroup reserved space release to the callers of insert_reserved_file_extent() by Qu Wenruo · 4 years, 7 months ago
  67. 203f44c5 btrfs: inode: refactor the parameters of insert_reserved_file_extent() by Qu Wenruo · 4 years, 7 months ago
  68. 100aa5d btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_block by David Sterba · 4 years, 7 months ago
  69. 521e102 btrfs: scrub: simplify tree block checksum calculation by David Sterba · 4 years, 7 months ago
  70. d41ebef btrfs: scrub: clean up temporary page variables in scrub_checksum_data by David Sterba · 4 years, 7 months ago
  71. 771aba0 btrfs: scrub: simplify data block checksum calculation by David Sterba · 4 years, 7 months ago
  72. c746054 btrfs: scrub: clean up temporary page variables in scrub_checksum_super by David Sterba · 4 years, 7 months ago
  73. 74710cf btrfs: scrub: remove temporary csum array in scrub_checksum_super by David Sterba · 4 years, 7 months ago
  74. 83cf6d5 btrfs: scrub: simplify superblock checksum calculation by David Sterba · 4 years, 7 months ago
  75. b048525 btrfs: scrub: unify naming of page address variables by David Sterba · 4 years, 7 months ago
  76. a8b3a89 btrfs: scrub: remove kmap/kunmap of pages by David Sterba · 4 years, 7 months ago
  77. 74ef001 btrfs: introduce "rescue=" mount option by Qu Wenruo · 4 years, 7 months ago
  78. a89ef45 btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for relocation by Filipe Manana · 4 years, 7 months ago
  79. 46d4dac btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota() by Filipe Manana · 4 years, 7 months ago
  80. ab48300 btrfs: check-integrity: remove unnecessary failure messages during memory allocation by Liao Pingfang · 4 years, 7 months ago
  81. b5790d5 btrfs: use helper btrfs_get_block_group by Anand Jain · 4 years, 7 months ago
  82. 69b0e09 btrfs: let btrfs_return_cluster_to_free_space() return void by Anand Jain · 4 years, 7 months ago
  83. f22f457 btrfs: remove no longer necessary chunk mutex locking cases by Filipe Manana · 4 years, 7 months ago
  84. e3ba67a btrfs: factor out reading of bg from find_frist_block_group by Johannes Thumshirn · 4 years, 7 months ago
  85. 89d7da9 btrfs: get mapping tree directly from fsinfo in find_first_block_group by Johannes Thumshirn · 4 years, 7 months ago
  86. 96f9b0f btrfs: simplify checks when adding excluded ranges by Nikolay Borisov · 4 years, 9 months ago
  87. 9e22b92 btrfs: read stripe len directly in btrfs_rmap_block by Nikolay Borisov · 4 years, 9 months ago
  88. 6a3c7f5 btrfs: don't balance btree inode pages from buffered write path by Nikolay Borisov · 4 years, 8 months ago
  89. 92ed301 Linux 5.8-rc7 by Linus Torvalds · 4 years, 6 months ago
  90. 1c8594b8 Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild into master by Linus Torvalds · 4 years, 6 months ago
  91. 40c60ac Merge branch 'parisc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into master by Linus Torvalds · 4 years, 6 months ago
  92. 1ada901 Merge tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into master by Linus Torvalds · 4 years, 6 months ago
  93. 7f2e231 Merge tag 'driver-core-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into master by Linus Torvalds · 4 years, 6 months ago
  94. f208a76 Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging into master by Linus Torvalds · 4 years, 6 months ago
  95. 7d22af6 Merge tag 'tty-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into master by Linus Torvalds · 4 years, 6 months ago
  96. 17f50e2 Merge tag 'usb-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb into master by Linus Torvalds · 4 years, 6 months ago
  97. cf48f79 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi into master by Linus Torvalds · 4 years, 6 months ago
  98. 04300d6 Merge tag 'riscv-for-linus-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into master by Linus Torvalds · 4 years, 6 months ago
  99. fbe0d45 Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master by Linus Torvalds · 4 years, 6 months ago
  100. 78b1afe Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master by Linus Torvalds · 4 years, 6 months ago