1. 1986c10a Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 3 months ago
  2. 4afb912 btrfs: fix abort logic in btrfs_replace_file_extents by Josef Bacik · 3 years, 3 months ago
  3. cfd3126 btrfs: check for error when looking up inode during dir entry replay by Filipe Manana · 3 years, 3 months ago
  4. 8dcbc26 btrfs: unify lookup return value when dir entry is missing by Filipe Manana · 3 years, 3 months ago
  5. 52db777 btrfs: deal with errors when adding inode reference during log replay by Filipe Manana · 3 years, 3 months ago
  6. e15ac64 btrfs: deal with errors when replaying dir entry during log replay by Filipe Manana · 3 years, 3 months ago
  7. 77a5b9e btrfs: deal with errors when checking if a dir entry exists during log replay by Filipe Manana · 3 years, 3 months ago
  8. d175209 btrfs: update refs for any root except tree log roots by Josef Bacik · 3 years, 3 months ago
  9. 19ea40d btrfs: unlock newly allocated extent buffer after error by Qu Wenruo · 3 years, 4 months ago
  10. f9e3610 Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 3 months ago
  11. 0619b79 btrfs: prevent __btrfs_dump_space_info() to underflow its free space by Qu Wenruo · 3 years, 3 months ago
  12. 6b225ba btrfs: fix mount failure due to past and transient device flush error by Filipe Manana · 3 years, 4 months ago
  13. acbee9a btrfs: fix transaction handle leak after verity rollback failure by Filipe Manana · 3 years, 4 months ago
  14. bbc9a6e btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling by Qu Wenruo · 3 years, 5 months ago
  15. 8dde208 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 4 months ago
  16. f79645d btrfs: zoned: fix double counting of split ordered extent by Naohiro Aota · 3 years, 4 months ago
  17. c124706 btrfs: fix lockdep warning while mounting sprout fs by Anand Jain · 3 years, 4 months ago
  18. 3fa421d btrfs: delay blkdev_put until after the device remove by Josef Bacik · 3 years, 5 months ago
  19. 8f96a5b btrfs: update the bdev time directly when closing by Josef Bacik · 3 years, 5 months ago
  20. cde7417 btrfs: use correct header for div_u64 in misc.h by Kari Argillander · 3 years, 4 months ago
  21. 6f93e83 btrfs: fix upper limit for max_inline for page size 64K by Anand Jain · 3 years, 5 months ago
  22. 815409a Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 4 months ago
  23. 0ee7c3e Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 4 months ago
  24. 87045e6 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 4 months ago
  25. 9b49ceb Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 4 months ago
  26. 4e96557 Revert "btrfs: compression: don't try to compress if we don't have enough pages" by Qu Wenruo · 3 years, 4 months ago
  27. 0d977e0 btrfs: reset replace target device to allocation state on close by Desmond Cheong Zhi Xi · 3 years, 4 months ago
  28. 939c7fe btrfs: zoned: fix ordered extent boundary calculation by Naohiro Aota · 3 years, 5 months ago
  29. 1146239 btrfs: do not do preemptive flushing if the majority is global rsv by Josef Bacik · 3 years, 5 months ago
  30. 93c60b1 btrfs: reduce the preemptive flushing threshold to 90% by Josef Bacik · 3 years, 5 months ago
  31. 3736127 btrfs: tree-log: check btrfs_lookup_data_extent return value by Marcos Paulo de Souza · 3 years, 5 months ago
  32. 8be2ba2 btrfs: avoid unnecessarily logging directories that had no changes by Filipe Manana · 3 years, 5 months ago
  33. 5b9b26f btrfs: allow idmapped mount by Christian Brauner · 3 years, 5 months ago
  34. 4a8b34a btrfs: handle ACLs on idmapped mounts by Christian Brauner · 3 years, 5 months ago
  35. 6623d9a btrfs: allow idmapped INO_LOOKUP_USER ioctl by Christian Brauner · 3 years, 5 months ago
  36. 39e1674 btrfs: allow idmapped SUBVOL_SETFLAGS ioctl by Christian Brauner · 3 years, 5 months ago
  37. e4fed17 btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctls by Christian Brauner · 3 years, 5 months ago
  38. aabb34e btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolids by Christian Brauner · 3 years, 5 months ago
  39. c4ed533 btrfs: allow idmapped SNAP_DESTROY ioctls by Christian Brauner · 3 years, 5 months ago
  40. 4d4340c btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctls by Christian Brauner · 3 years, 5 months ago
  41. 5474bf4 btrfs: check whether fsgid/fsuid are mapped during subvolume creation by Christian Brauner · 3 years, 5 months ago
  42. 3bc71ba btrfs: allow idmapped permission inode op by Christian Brauner · 3 years, 5 months ago
  43. d4d0946 btrfs: allow idmapped setattr inode op by Christian Brauner · 3 years, 5 months ago
  44. 98b6ab5 btrfs: allow idmapped tmpfile inode op by Christian Brauner · 3 years, 5 months ago
  45. 5a05210 btrfs: allow idmapped symlink inode op by Christian Brauner · 3 years, 5 months ago
  46. b0b3e44 btrfs: allow idmapped mkdir inode op by Christian Brauner · 3 years, 5 months ago
  47. e93ca49 btrfs: allow idmapped create inode op by Christian Brauner · 3 years, 5 months ago
  48. 7210527 btrfs: allow idmapped mknod inode op by Christian Brauner · 3 years, 5 months ago
  49. c020d2e btrfs: allow idmapped getattr inode op by Christian Brauner · 3 years, 5 months ago
  50. ca07274 btrfs: allow idmapped rename inode op by Christian Brauner · 3 years, 5 months ago
  51. b3b6f5b btrfs: handle idmaps in btrfs_new_inode() by Christian Brauner · 3 years, 5 months ago
  52. e7849e3 btrfs: sysfs: document structures and their associated files by Anand Jain · 3 years, 5 months ago
  53. e4571b8 btrfs: fix NULL pointer dereference when deleting device by invalid id by Qu Wenruo · 3 years, 5 months ago
  54. 63fb587 btrfs: zoned: add asserts on splitting extent_map by Naohiro Aota · 3 years, 5 months ago
  55. 0ae79c6 btrfs: zoned: fix block group alloc_offset calculation by Naohiro Aota · 3 years, 5 months ago
  56. ba86dd9 btrfs: zoned: suppress reclaim error message on EAGAIN by Naohiro Aota · 3 years, 5 months ago
  57. 77233c2 btrfs: zoned: allow disabling of zone auto reclaim by Johannes Thumshirn · 3 years, 5 months ago
  58. 1f29537 btrfs: update comment at log_conflicting_inodes() by Filipe Manana · 3 years, 5 months ago
  59. d135a53 btrfs: remove no longer needed full sync flag check at inode_logged() by Filipe Manana · 3 years, 5 months ago
  60. 1c167b8 btrfs: remove unnecessary NULL check for the new inode during rename exchange by Filipe Manana · 3 years, 5 months ago
  61. dce2815 btrfs: allocate backref_ctx on stack in find_extent_clone by Goldwyn Rodrigues · 3 years, 5 months ago
  62. c853a57 btrfs: allocate btrfs_ioctl_defrag_range_args on stack by Goldwyn Rodrigues · 3 years, 5 months ago
  63. 0afb603 btrfs: allocate btrfs_ioctl_quota_rescan_args on stack by Goldwyn Rodrigues · 3 years, 5 months ago
  64. 98caf95 btrfs: allocate file_ra_state on stack in readahead_cache by Goldwyn Rodrigues · 3 years, 5 months ago
  65. 0ff40a9 btrfs: introduce btrfs_search_backwards function by Marcos Paulo de Souza · 3 years, 5 months ago
  66. ea3dc7d btrfs: print if fsverity support is built in when loading module by David Sterba · 3 years, 5 months ago
  67. 7052425 btrfs: verity metadata orphan items by Boris Burkov · 3 years, 6 months ago
  68. 1460540 btrfs: initial fsverity support by Boris Burkov · 3 years, 6 months ago
  69. 77eea05 btrfs: add ro compat flags to inodes by Boris Burkov · 3 years, 6 months ago
  70. efc222f btrfs: simplify return values in btrfs_check_raid_min_devices by Anand Jain · 3 years, 5 months ago
  71. 7361b4a btrfs: remove the dead comment in writepage_delalloc() by Qu Wenruo · 3 years, 5 months ago
  72. b2f78e8 btrfs: allow degenerate raid0/raid10 by David Sterba · 3 years, 5 months ago
  73. bd54f38 btrfs: do not pin logs too early during renames by Filipe Manana · 3 years, 5 months ago
  74. 6e8e777 btrfs: eliminate some false positives when checking if inode was logged by Filipe Manana · 3 years, 5 months ago
  75. 42b5d73 btrfs: drop unnecessary ASSERT from btrfs_submit_direct() by Naohiro Aota · 3 years, 5 months ago
  76. 21dda65 btrfs: fix argument type of btrfs_bio_clone_partial() by Chaitanya Kulkarni · 3 years, 5 months ago
  77. b377630 btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking by Josef Bacik · 3 years, 6 months ago
  78. e164607 btrfs: wait on async extents when flushing delalloc by Josef Bacik · 3 years, 6 months ago
  79. 03fe78c btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc by Josef Bacik · 3 years, 6 months ago
  80. fcdef39 btrfs: enable a tracepoint when we fail tickets by Josef Bacik · 3 years, 6 months ago
  81. ac98141 btrfs: wake up async_delalloc_pages waiters after submit by Josef Bacik · 3 years, 6 months ago
  82. 963e4db btrfs: unify regular and subpage error paths in __extent_writepage() by Qu Wenruo · 3 years, 5 months ago
  83. 95ea048 btrfs: allow read-write for 4K sectorsize on 64K page size systems by Qu Wenruo · 3 years, 5 months ago
  84. 9d9ea1e btrfs: subpage: fix relocation potentially overwriting last page data by Qu Wenruo · 3 years, 5 months ago
  85. e3c6232 btrfs: subpage: fix false alert when relocating partial preallocated data extents by Qu Wenruo · 3 years, 5 months ago
  86. 7c11d0a btrfs: subpage: fix a potential use-after-free in writeback helper by Qu Wenruo · 3 years, 5 months ago
  87. e046786 btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage() by Qu Wenruo · 3 years, 5 months ago
  88. c8050b3 btrfs: subpage: reject raid56 filesystem and profile conversion by Qu Wenruo · 3 years, 5 months ago
  89. e0eefe0 btrfs: subpage: allow submit_extent_page() to do bio split by Qu Wenruo · 3 years, 5 months ago
  90. 7367253 btrfs: subpage: disable inline extent creation by Qu Wenruo · 3 years, 5 months ago
  91. cc1d0d9 btrfs: subpage: fix writeback which does not have ordered extent by Qu Wenruo · 3 years, 5 months ago
  92. c283289 btrfs: make relocate_one_page() handle subpage case by Qu Wenruo · 3 years, 5 months ago
  93. f47960f btrfs: reloc: factor out relocation page read and dirty part by Qu Wenruo · 3 years, 5 months ago
  94. a6e66e6 btrfs: rework lzo_decompress_bio() to make it subpage compatible by Qu Wenruo · 3 years, 5 months ago
  95. 1c3dc17 btrfs: rework btrfs_decompress_buf2page() by Qu Wenruo · 3 years, 6 months ago
  96. 557023e btrfs: grab correct extent map for subpage compressed extent read by Qu Wenruo · 3 years, 6 months ago
  97. ca62e85 btrfs: disable compressed readahead for subpage by Qu Wenruo · 3 years, 5 months ago
  98. 3670e64 btrfs: subpage: check if there are compressed extents inside one page by Qu Wenruo · 3 years, 5 months ago
  99. 4c37a79 btrfs: reset this_bio_flag to avoid inheriting old flags by Qu Wenruo · 3 years, 5 months ago
  100. 214cc18 btrfs: constify and cleanup variables in comparators by David Sterba · 3 years, 5 months ago