1. b7a7a83 btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flags by Filipe Manana · 3 years, 10 months ago
  2. bb05b29 btrfs: zoned: bail out in btrfs_alloc_chunk for bad input by Arnd Bergmann · 3 years, 10 months ago
  3. 3227788 btrfs: fix a potential hole punching failure by BingJing Chang · 3 years, 10 months ago
  4. e75f9fd btrfs: zoned: move log tree node allocation out of log_root_tree->log_mutex by Naohiro Aota · 3 years, 10 months ago
  5. 2cdb390 btrfs: use percpu_read_positive instead of sum_positive for need_preempt by Josef Bacik · 3 years, 10 months ago
  6. e2b8421 btrfs: update outdated comment at btrfs_replace_file_extents() by Filipe Manana · 3 years, 10 months ago
  7. 0c0218e btrfs: update outdated comment at btrfs_orphan_cleanup() by Filipe Manana · 3 years, 10 months ago
  8. ffbc10a btrfs: update debug message when checking seq number of a delayed ref by Filipe Manana · 3 years, 11 months ago
  9. 4bae788 btrfs: add and use helper to get lowest sequence number for the tree mod log by Filipe Manana · 3 years, 11 months ago
  10. ffe1d03 btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb() by Filipe Manana · 3 years, 11 months ago
  11. 888dd18 btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block() by Filipe Manana · 3 years, 11 months ago
  12. bc03f39 btrfs: use a bit to track the existence of tree mod log users by Filipe Manana · 3 years, 11 months ago
  13. 406808a btrfs: use booleans where appropriate for the tree mod log functions by Filipe Manana · 3 years, 11 months ago
  14. f3a84cc btrfs: move the tree mod log code into its own file by Filipe Manana · 3 years, 11 months ago
  15. 9a002d5 btrfs: integrity-checker: convert block context kmap's to kmap_local_page by Ira Weiny · 4 years ago
  16. 3e037ef btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bio by Ira Weiny · 4 years ago
  17. 94a0b58 btrfs: raid56: convert kmaps to kmap_local_page by Ira Weiny · 4 years ago
  18. 58c1a35 btrfs: convert kmap to kmap_local_page, simple cases by Ira Weiny · 4 years ago
  19. cea6280 btrfs: remove duplicated in_range() macro by Johannes Thumshirn · 3 years, 10 months ago
  20. 209ecbb btrfs: remove stale comment and logic from btrfs_inode_in_log() by Filipe Manana · 4 years ago
  21. bc0939f btrfs: fix race between marking inode needs to be logged and log syncing by Filipe Manana · 4 years ago
  22. 885f46d btrfs: fix race between memory mapped writes and fsync by Filipe Manana · 4 years ago
  23. 8d9b4a1 btrfs: exclude mmap from happening during all fallocate operations by Josef Bacik · 4 years ago
  24. 8c99516 btrfs: exclude mmaps while doing remap by Josef Bacik · 4 years ago
  25. 6470853 btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers by Josef Bacik · 4 years ago
  26. 8318ba7 btrfs: add a i_mmap_lock to our inode by Josef Bacik · 4 years ago
  27. 5e29576 btrfs: remove mirror argument from btrfs_csum_verify_data() by Goldwyn Rodrigues · 3 years, 11 months ago
  28. 6e65ae7 btrfs: remove force argument from run_delalloc_nocow() by Goldwyn Rodrigues · 3 years, 11 months ago
  29. d6ade68 btrfs: don't opencode extent_changeset_free by Nikolay Borisov · 3 years, 11 months ago
  30. 7000bab btrfs: assign proper values to a bool variable in dev_extent_hole_check_zoned by Jiapeng Chong · 3 years, 11 months ago
  31. 2ce73c6 btrfs: add btree read ahead for incremental send operations by Filipe Manana · 3 years, 11 months ago
  32. 19358b1 btrfs: add btree read ahead for full send operations by Filipe Manana · 3 years, 11 months ago
  33. 98686ff btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadata by Nikolay Borisov · 4 years ago
  34. 8e3c9d3 btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadata by Nikolay Borisov · 4 years ago
  35. ae396a3 btrfs: simplify commit logic in try_flush_qgroup by Nikolay Borisov · 4 years ago
  36. e5ce988 btrfs: scrub: drop a few function declarations by Anand Jain · 4 years ago
  37. f463963 btrfs: change return type to bool in btrfs_extent_readonly by Anand Jain · 4 years ago
  38. 05947ae btrfs: unexport btrfs_extent_readonly() and make it static by Anand Jain · 4 years ago
  39. b6e9f16 btrfs: replace open coded while loop with proper construct by Nikolay Borisov · 4 years ago
  40. 20bbf20 btrfs: replace offset_in_entry with in_range by Nikolay Borisov · 4 years ago
  41. cca5de9 btrfs: make find_desired_extent take btrfs_inode by Nikolay Borisov · 4 years ago
  42. bfc7847 btrfs: make btrfs_replace_file_extents take btrfs_inode by Nikolay Borisov · 4 years ago
  43. 0b3dcd1 btrfs: fix comment for btrfs ordered extent flag bits by Qu Wenruo · 4 years ago
  44. bf05bf1 Linux 5.12-rc8 by Linus Torvalds · 3 years, 9 months ago
  45. 5ffe04c Merge tag 'arm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years, 9 months ago
  46. f5ce046 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 9 months ago
  47. d2f7eca ARM: 9071/1: uprobes: Don't hook on thumb instructions by Fredrik Strupe · 3 years, 10 months ago
  48. c98ff1d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 9 months ago
  49. aba5970 Merge tag 'drm-fixes-2021-04-18' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 9 months ago
  50. 796b556 Merge tag 'vmwgfx-fixes-2021-04-14' of gitlab.freedesktop.org:zack/vmwgfx into drm-fixes by Dave Airlie · 3 years, 9 months ago
  51. 194cf48 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years, 9 months ago
  52. 0c93ac6 readdir: make sure to verify directory entry for legacy interfaces too by Linus Torvalds · 3 years, 9 months ago
  53. 88a5af9 Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 9 months ago
  54. bdfd99e Merge tag 'libnvdimm-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 9 months ago
  55. 7c22677 Merge tag 'cxl-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 3 years, 9 months ago
  56. fdb5d6c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  57. fae8817 cxl/mem: Fix memory device capacity probing by Dan Williams · 3 years, 9 months ago
  58. f2764bd netlink: don't call ->netlink_bind with table lock held by Florian Westphal · 3 years, 9 months ago
  59. 9cdbf64 Merge tag 'io_uring-5.12-2021-04-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  60. c95c2d3 lib: remove "expecting prototype" kernel-doc warnings by Randy Dunlap · 3 years, 9 months ago
  61. 04c53de gcov: clang: fix clang-11+ build by Johannes Berg · 3 years, 9 months ago
  62. 4583769 mm: ptdump: fix build failure by Christophe Leroy · 3 years, 9 months ago
  63. 94036f4 mm/mapping_dirty_helpers: guard hugepage pud's usage by Zack Rusin · 3 years, 9 months ago
  64. f4bf09dc ia64: tools: remove duplicate definition of ia64_mf() on ia64 by John Paul Adrian Glaubitz · 3 years, 9 months ago
  65. 17786fe ia64: tools: remove inclusion of ia64-specific version of errno.h header by John Paul Adrian Glaubitz · 3 years, 9 months ago
  66. e2af9da ia64: fix discontig.c section mismatches by Randy Dunlap · 3 years, 9 months ago
  67. 19d000d ia64: remove duplicate entries in generic_defconfig by Randy Dunlap · 3 years, 9 months ago
  68. d199161 csky: change a Kconfig symbol name to fix e1000 build error by Randy Dunlap · 3 years, 9 months ago
  69. 02c5877 kasan: remove redundant config option by Walter Wu · 3 years, 9 months ago
  70. 5c595ac kasan: fix hwasan build for gcc by Arnd Bergmann · 3 years, 9 months ago
  71. 845be1c mm: eliminate "expecting prototype" kernel-doc warnings by Randy Dunlap · 3 years, 9 months ago
  72. b022654 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 9 months ago
  73. 6b389c16 MAINTAINERS: update my email by Lijun Pan · 3 years, 9 months ago
  74. d7a5091 bpf: Update selftests to reflect new error states by Daniel Borkmann · 3 years, 10 months ago
  75. 7fedb63 bpf: Tighten speculative pointer arithmetic mask by Daniel Borkmann · 3 years, 10 months ago
  76. f528819 bpf: Move sanitize_val_alu out of op switch by Daniel Borkmann · 3 years, 10 months ago
  77. 073815b bpf: Refactor and streamline bounds check into helper by Daniel Borkmann · 3 years, 10 months ago
  78. a6aaece bpf: Improve verifier error messages for users by Daniel Borkmann · 3 years, 10 months ago
  79. b658bbb bpf: Rework ptr_limit into alu_limit and add common error path by Daniel Borkmann · 3 years, 10 months ago
  80. 24c109b bpf: Ensure off_reg has no mixed signed bounds for all types by Daniel Borkmann · 3 years, 10 months ago
  81. 6f55b2f bpf: Move off_reg into sanitize_ptr_alu by Daniel Borkmann · 3 years, 10 months ago
  82. 9601148 bpf: Use correct permission flag for mixed signed bounds arithmetic by Daniel Borkmann · 3 years, 10 months ago
  83. 1515011 Merge tag 'riscv-for-linus-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 9 months ago
  84. 06c2aac Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 9 months ago
  85. 2f7b98d Merge tag 'drm-fixes-2021-04-16' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 9 months ago
  86. 7ae1163 riscv: keep interrupts disabled for BREAKPOINT exception by Jisheng Zhang · 3 years, 10 months ago
  87. e31be8d riscv: kprobes/ftrace: Add recursion protection to the ftrace callback by Jisheng Zhang · 3 years, 10 months ago
  88. 2349a3b riscv: add do_page_fault and do_trap_break into the kprobes blacklist by Jisheng Zhang · 3 years, 10 months ago
  89. 199fc6b riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM" by Kefeng Wang · 3 years, 10 months ago
  90. b21bb4cd cxl/mem: Fix register block offset calculation by Ben Widawsky · 3 years, 9 months ago
  91. 0e0704b Merge branch 'ch_tlss-fixes' by David S. Miller · 3 years, 9 months ago
  92. e8a4155 ch_ktls: do not send snd_una update to TCB in middle by Vinay Kumar Yadav · 3 years, 9 months ago
  93. 21d8c25e ch_ktls: tcb close causes tls connection failure by Vinay Kumar Yadav · 3 years, 9 months ago
  94. bc16efd ch_ktls: fix device connection close by Vinay Kumar Yadav · 3 years, 9 months ago
  95. 1a73e42 ch_ktls: Fix kernel panic by Vinay Kumar Yadav · 3 years, 9 months ago
  96. 61d7735 Merge tag 'mlx5-fixes-2021-04-14' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 9 months ago
  97. 4e39a07 i40e: fix the panic when running bpf in xdpdrv mode by Jason Xing · 3 years, 9 months ago
  98. 3993021 i2c: mv64xxx: Fix random system lock caused by runtime PM by Marek Behún · 3 years, 10 months ago
  99. 7e25f40 Merge tag 'acpi-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 9 months ago
  100. 33f0d9d Merge tag 'gpio-fixes-for-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 9 months ago