1. 7210527 btrfs: allow idmapped mknod inode op by Christian Brauner · 3 years, 6 months ago
  2. c020d2e btrfs: allow idmapped getattr inode op by Christian Brauner · 3 years, 6 months ago
  3. ca07274 btrfs: allow idmapped rename inode op by Christian Brauner · 3 years, 6 months ago
  4. b3b6f5b btrfs: handle idmaps in btrfs_new_inode() by Christian Brauner · 3 years, 6 months ago
  5. c2fd68b namei: add mapping aware lookup helper by Christian Brauner · 3 years, 6 months ago
  6. e7849e3 btrfs: sysfs: document structures and their associated files by Anand Jain · 3 years, 5 months ago
  7. e4571b8 btrfs: fix NULL pointer dereference when deleting device by invalid id by Qu Wenruo · 3 years, 5 months ago
  8. 63fb587 btrfs: zoned: add asserts on splitting extent_map by Naohiro Aota · 3 years, 5 months ago
  9. 0ae79c6 btrfs: zoned: fix block group alloc_offset calculation by Naohiro Aota · 3 years, 5 months ago
  10. ba86dd9 btrfs: zoned: suppress reclaim error message on EAGAIN by Naohiro Aota · 3 years, 5 months ago
  11. 77233c2 btrfs: zoned: allow disabling of zone auto reclaim by Johannes Thumshirn · 3 years, 5 months ago
  12. 1f29537 btrfs: update comment at log_conflicting_inodes() by Filipe Manana · 3 years, 6 months ago
  13. d135a53 btrfs: remove no longer needed full sync flag check at inode_logged() by Filipe Manana · 3 years, 6 months ago
  14. 1c167b8 btrfs: remove unnecessary NULL check for the new inode during rename exchange by Filipe Manana · 3 years, 6 months ago
  15. dce2815 btrfs: allocate backref_ctx on stack in find_extent_clone by Goldwyn Rodrigues · 3 years, 6 months ago
  16. c853a57 btrfs: allocate btrfs_ioctl_defrag_range_args on stack by Goldwyn Rodrigues · 3 years, 6 months ago
  17. 0afb603 btrfs: allocate btrfs_ioctl_quota_rescan_args on stack by Goldwyn Rodrigues · 3 years, 6 months ago
  18. 98caf95 btrfs: allocate file_ra_state on stack in readahead_cache by Goldwyn Rodrigues · 3 years, 6 months ago
  19. 0ff40a9 btrfs: introduce btrfs_search_backwards function by Marcos Paulo de Souza · 3 years, 6 months ago
  20. ea3dc7d btrfs: print if fsverity support is built in when loading module by David Sterba · 3 years, 6 months ago
  21. 7052425 btrfs: verity metadata orphan items by Boris Burkov · 3 years, 7 months ago
  22. 1460540 btrfs: initial fsverity support by Boris Burkov · 3 years, 7 months ago
  23. 77eea05 btrfs: add ro compat flags to inodes by Boris Burkov · 3 years, 7 months ago
  24. efc222f btrfs: simplify return values in btrfs_check_raid_min_devices by Anand Jain · 3 years, 6 months ago
  25. 7361b4a btrfs: remove the dead comment in writepage_delalloc() by Qu Wenruo · 3 years, 6 months ago
  26. b2f78e8 btrfs: allow degenerate raid0/raid10 by David Sterba · 3 years, 6 months ago
  27. bd54f38 btrfs: do not pin logs too early during renames by Filipe Manana · 3 years, 6 months ago
  28. 6e8e777 btrfs: eliminate some false positives when checking if inode was logged by Filipe Manana · 3 years, 6 months ago
  29. 42b5d73 btrfs: drop unnecessary ASSERT from btrfs_submit_direct() by Naohiro Aota · 3 years, 6 months ago
  30. 21dda65 btrfs: fix argument type of btrfs_bio_clone_partial() by Chaitanya Kulkarni · 3 years, 6 months ago
  31. e83502c block: fix argument type of bio_trim() by Chaitanya Kulkarni · 3 years, 6 months ago
  32. 5662c96 fs: kill sync_inode by Josef Bacik · 3 years, 6 months ago
  33. 25d23cd 9p: migrate from sync_inode to filemap_fdatawrite_wbc by Josef Bacik · 3 years, 6 months ago
  34. b377630 btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking by Josef Bacik · 3 years, 6 months ago
  35. 5a79849 fs: add a filemap_fdatawrite_wbc helper by Josef Bacik · 3 years, 6 months ago
  36. e164607 btrfs: wait on async extents when flushing delalloc by Josef Bacik · 3 years, 6 months ago
  37. 03fe78c btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc by Josef Bacik · 3 years, 6 months ago
  38. fcdef39 btrfs: enable a tracepoint when we fail tickets by Josef Bacik · 3 years, 6 months ago
  39. 8197766 btrfs: include delalloc related info in dump space info tracepoint by Josef Bacik · 3 years, 6 months ago
  40. ac98141 btrfs: wake up async_delalloc_pages waiters after submit by Josef Bacik · 3 years, 6 months ago
  41. 963e4db btrfs: unify regular and subpage error paths in __extent_writepage() by Qu Wenruo · 3 years, 6 months ago
  42. 95ea048 btrfs: allow read-write for 4K sectorsize on 64K page size systems by Qu Wenruo · 3 years, 6 months ago
  43. 9d9ea1e btrfs: subpage: fix relocation potentially overwriting last page data by Qu Wenruo · 3 years, 6 months ago
  44. e3c6232 btrfs: subpage: fix false alert when relocating partial preallocated data extents by Qu Wenruo · 3 years, 6 months ago
  45. 7c11d0a btrfs: subpage: fix a potential use-after-free in writeback helper by Qu Wenruo · 3 years, 6 months ago
  46. e046786 btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage() by Qu Wenruo · 3 years, 6 months ago
  47. c8050b3 btrfs: subpage: reject raid56 filesystem and profile conversion by Qu Wenruo · 3 years, 6 months ago
  48. e0eefe0 btrfs: subpage: allow submit_extent_page() to do bio split by Qu Wenruo · 3 years, 6 months ago
  49. 7367253 btrfs: subpage: disable inline extent creation by Qu Wenruo · 3 years, 6 months ago
  50. cc1d0d9 btrfs: subpage: fix writeback which does not have ordered extent by Qu Wenruo · 3 years, 6 months ago
  51. c283289 btrfs: make relocate_one_page() handle subpage case by Qu Wenruo · 3 years, 6 months ago
  52. f47960f btrfs: reloc: factor out relocation page read and dirty part by Qu Wenruo · 3 years, 6 months ago
  53. a6e66e6 btrfs: rework lzo_decompress_bio() to make it subpage compatible by Qu Wenruo · 3 years, 6 months ago
  54. 1c3dc17 btrfs: rework btrfs_decompress_buf2page() by Qu Wenruo · 3 years, 7 months ago
  55. 557023e btrfs: grab correct extent map for subpage compressed extent read by Qu Wenruo · 3 years, 7 months ago
  56. ca62e85 btrfs: disable compressed readahead for subpage by Qu Wenruo · 3 years, 6 months ago
  57. 3670e64 btrfs: subpage: check if there are compressed extents inside one page by Qu Wenruo · 3 years, 6 months ago
  58. 4c37a79 btrfs: reset this_bio_flag to avoid inheriting old flags by Qu Wenruo · 3 years, 6 months ago
  59. 214cc18 btrfs: constify and cleanup variables in comparators by David Sterba · 3 years, 6 months ago
  60. d58ede8 btrfs: simplify data stripe calculation helpers by David Sterba · 3 years, 6 months ago
  61. fe4f46d btrfs: merge alloc_device helpers by David Sterba · 3 years, 6 months ago
  62. 500a44c btrfs: uninline btrfs_bg_flags_to_raid_index by David Sterba · 3 years, 6 months ago
  63. 6c154ba btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles by David Sterba · 3 years, 6 months ago
  64. 0ac6e06 btrfs: tree-checker: use table values for stripe checks by David Sterba · 3 years, 6 months ago
  65. 809d690 btrfs: make btrfs_next_leaf static inline by David Sterba · 3 years, 6 months ago
  66. f41b6ba btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending by David Sterba · 3 years, 6 months ago
  67. 25c1252 btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered by David Sterba · 3 years, 6 months ago
  68. a129ffb btrfs: remove unused start and end parameters from btrfs_run_delalloc_range() by Qu Wenruo · 3 years, 6 months ago
  69. a7d1c5d btrfs: introduce btrfs_lookup_match_dir by Marcos Paulo de Souza · 3 years, 6 months ago
  70. f8ee80d btrfs: remove unneeded return variable in btrfs_lookup_file_extent by Marcos Paulo de Souza · 3 years, 6 months ago
  71. ad9a937 btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems by Marcos Paulo de Souza · 3 years, 6 months ago
  72. c7bcbb2 btrfs: remove ignore_offset argument from btrfs_find_all_roots() by Filipe Manana · 3 years, 6 months ago
  73. 2ac691d btrfs: avoid unnecessary lock and leaf splits when updating inode in the log by Filipe Manana · 3 years, 6 months ago
  74. e68107e btrfs: remove unnecessary list head initialization when syncing log by Filipe Manana · 3 years, 6 months ago
  75. e1a6d26 btrfs: avoid unnecessary log mutex contention when syncing log by Filipe Manana · 3 years, 6 months ago
  76. cceaa89 btrfs: remove racy and unnecessary inode transaction update when using no-holes by Filipe Manana · 3 years, 6 months ago
  77. 5a656c3 btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool by Filipe Manana · 3 years, 6 months ago
  78. 506650d btrfs: improve the batch insertion of delayed items by Filipe Manana · 3 years, 6 months ago
  79. 2b29726 btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items by Qu Wenruo · 3 years, 6 months ago
  80. 6534c0c btrfs: pass NULL as trans to btrfs_search_slot if we only want to search by Marcos Paulo de Souza · 3 years, 6 months ago
  81. 069a2e3 btrfs: continue readahead of siblings even if target node is in memory by Filipe Manana · 3 years, 6 months ago
  82. 5da3847 btrfs: check-integrity: drop kmap/kunmap for block pages by David Sterba · 3 years, 7 months ago
  83. 4c2bf27 btrfs: compression: drop kmap/kunmap from generic helpers by David Sterba · 3 years, 7 months ago
  84. bbaf971 btrfs: compression: drop kmap/kunmap from zstd by David Sterba · 3 years, 7 months ago
  85. 696ab56 btrfs: compression: drop kmap/kunmap from zlib by David Sterba · 3 years, 7 months ago
  86. 8c945d3 btrfs: compression: drop kmap/kunmap from lzo by David Sterba · 3 years, 7 months ago
  87. b0ee5e1 btrfs: drop from __GFP_HIGHMEM all allocations by David Sterba · 3 years, 7 months ago
  88. 23608d5 btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs by Anand Jain · 3 years, 7 months ago
  89. 67d5e28 btrfs: remove max argument from generic_bin_search by Marcos Paulo de Souza · 3 years, 6 months ago
  90. 2eadb9e btrfs: make btrfs_finish_chunk_alloc private to block-group.c by Nikolay Borisov · 3 years, 7 months ago
  91. 4a9531c btrfs: check-integrity: drop unnecessary function prototypes by Anand Jain · 3 years, 7 months ago
  92. b3b7e1d btrfs: add special case to setget helpers for 64k pages by David Sterba · 3 years, 7 months ago
  93. 5a80d1c btrfs: zoned: remove max_zone_append_size logic by Johannes Thumshirn · 3 years, 7 months ago
  94. e22ce8e Linux 5.14-rc7 by Linus Torvalds · 3 years, 5 months ago
  95. 1bdc3d5 Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 5 months ago
  96. 9ff50bf Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 5 months ago
  97. 9085423 Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 5 months ago
  98. f4ff9e6 Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 5 months ago
  99. a09434f Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 5 months ago
  100. 5479a7fe Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 5 months ago