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