1. 1460540 btrfs: initial fsverity support by Boris Burkov · 3 years, 7 months ago
  2. 77eea05 btrfs: add ro compat flags to inodes by Boris Burkov · 3 years, 7 months ago
  3. efc222f btrfs: simplify return values in btrfs_check_raid_min_devices by Anand Jain · 3 years, 6 months ago
  4. 7361b4a btrfs: remove the dead comment in writepage_delalloc() by Qu Wenruo · 3 years, 6 months ago
  5. b2f78e8 btrfs: allow degenerate raid0/raid10 by David Sterba · 3 years, 6 months ago
  6. bd54f38 btrfs: do not pin logs too early during renames by Filipe Manana · 3 years, 6 months ago
  7. 6e8e777 btrfs: eliminate some false positives when checking if inode was logged by Filipe Manana · 3 years, 6 months ago
  8. 42b5d73 btrfs: drop unnecessary ASSERT from btrfs_submit_direct() by Naohiro Aota · 3 years, 6 months ago
  9. 21dda65 btrfs: fix argument type of btrfs_bio_clone_partial() by Chaitanya Kulkarni · 3 years, 6 months ago
  10. 5662c96 fs: kill sync_inode by Josef Bacik · 3 years, 6 months ago
  11. 25d23cd 9p: migrate from sync_inode to filemap_fdatawrite_wbc by Josef Bacik · 3 years, 6 months ago
  12. b377630 btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking by Josef Bacik · 3 years, 6 months ago
  13. e164607 btrfs: wait on async extents when flushing delalloc by Josef Bacik · 3 years, 6 months ago
  14. 03fe78c btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc by Josef Bacik · 3 years, 6 months ago
  15. fcdef39 btrfs: enable a tracepoint when we fail tickets by Josef Bacik · 3 years, 6 months ago
  16. ac98141 btrfs: wake up async_delalloc_pages waiters after submit by Josef Bacik · 3 years, 6 months ago
  17. 963e4db btrfs: unify regular and subpage error paths in __extent_writepage() by Qu Wenruo · 3 years, 6 months ago
  18. 95ea048 btrfs: allow read-write for 4K sectorsize on 64K page size systems by Qu Wenruo · 3 years, 6 months ago
  19. 9d9ea1e btrfs: subpage: fix relocation potentially overwriting last page data by Qu Wenruo · 3 years, 6 months ago
  20. e3c6232 btrfs: subpage: fix false alert when relocating partial preallocated data extents by Qu Wenruo · 3 years, 6 months ago
  21. 7c11d0a btrfs: subpage: fix a potential use-after-free in writeback helper by Qu Wenruo · 3 years, 6 months ago
  22. e046786 btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage() by Qu Wenruo · 3 years, 6 months ago
  23. c8050b3 btrfs: subpage: reject raid56 filesystem and profile conversion by Qu Wenruo · 3 years, 6 months ago
  24. e0eefe0 btrfs: subpage: allow submit_extent_page() to do bio split by Qu Wenruo · 3 years, 6 months ago
  25. 7367253 btrfs: subpage: disable inline extent creation by Qu Wenruo · 3 years, 6 months ago
  26. cc1d0d9 btrfs: subpage: fix writeback which does not have ordered extent by Qu Wenruo · 3 years, 6 months ago
  27. c283289 btrfs: make relocate_one_page() handle subpage case by Qu Wenruo · 3 years, 6 months ago
  28. f47960f btrfs: reloc: factor out relocation page read and dirty part by Qu Wenruo · 3 years, 6 months ago
  29. a6e66e6 btrfs: rework lzo_decompress_bio() to make it subpage compatible by Qu Wenruo · 3 years, 6 months ago
  30. 1c3dc17 btrfs: rework btrfs_decompress_buf2page() by Qu Wenruo · 3 years, 7 months ago
  31. 557023e btrfs: grab correct extent map for subpage compressed extent read by Qu Wenruo · 3 years, 7 months ago
  32. ca62e85 btrfs: disable compressed readahead for subpage by Qu Wenruo · 3 years, 6 months ago
  33. 3670e64 btrfs: subpage: check if there are compressed extents inside one page by Qu Wenruo · 3 years, 6 months ago
  34. 4c37a79 btrfs: reset this_bio_flag to avoid inheriting old flags by Qu Wenruo · 3 years, 6 months ago
  35. 214cc18 btrfs: constify and cleanup variables in comparators by David Sterba · 3 years, 6 months ago
  36. d58ede8 btrfs: simplify data stripe calculation helpers by David Sterba · 3 years, 6 months ago
  37. fe4f46d btrfs: merge alloc_device helpers by David Sterba · 3 years, 6 months ago
  38. 500a44c btrfs: uninline btrfs_bg_flags_to_raid_index by David Sterba · 3 years, 6 months ago
  39. 6c154ba btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles by David Sterba · 3 years, 6 months ago
  40. 0ac6e06 btrfs: tree-checker: use table values for stripe checks by David Sterba · 3 years, 6 months ago
  41. 809d690 btrfs: make btrfs_next_leaf static inline by David Sterba · 3 years, 6 months ago
  42. f41b6ba btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending by David Sterba · 3 years, 6 months ago
  43. 25c1252 btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered by David Sterba · 3 years, 6 months ago
  44. a129ffb btrfs: remove unused start and end parameters from btrfs_run_delalloc_range() by Qu Wenruo · 3 years, 6 months ago
  45. a7d1c5d btrfs: introduce btrfs_lookup_match_dir by Marcos Paulo de Souza · 3 years, 6 months ago
  46. f8ee80d btrfs: remove unneeded return variable in btrfs_lookup_file_extent by Marcos Paulo de Souza · 3 years, 6 months ago
  47. ad9a937 btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems by Marcos Paulo de Souza · 3 years, 6 months ago
  48. c7bcbb2 btrfs: remove ignore_offset argument from btrfs_find_all_roots() by Filipe Manana · 3 years, 6 months ago
  49. 2ac691d btrfs: avoid unnecessary lock and leaf splits when updating inode in the log by Filipe Manana · 3 years, 6 months ago
  50. e68107e btrfs: remove unnecessary list head initialization when syncing log by Filipe Manana · 3 years, 6 months ago
  51. e1a6d26 btrfs: avoid unnecessary log mutex contention when syncing log by Filipe Manana · 3 years, 6 months ago
  52. cceaa89 btrfs: remove racy and unnecessary inode transaction update when using no-holes by Filipe Manana · 3 years, 6 months ago
  53. 5a656c3 btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool by Filipe Manana · 3 years, 6 months ago
  54. 506650d btrfs: improve the batch insertion of delayed items by Filipe Manana · 3 years, 6 months ago
  55. 2b29726 btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items by Qu Wenruo · 3 years, 6 months ago
  56. 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
  57. 069a2e3 btrfs: continue readahead of siblings even if target node is in memory by Filipe Manana · 3 years, 6 months ago
  58. 5da3847 btrfs: check-integrity: drop kmap/kunmap for block pages by David Sterba · 3 years, 7 months ago
  59. 4c2bf27 btrfs: compression: drop kmap/kunmap from generic helpers by David Sterba · 3 years, 7 months ago
  60. bbaf971 btrfs: compression: drop kmap/kunmap from zstd by David Sterba · 3 years, 7 months ago
  61. 696ab56 btrfs: compression: drop kmap/kunmap from zlib by David Sterba · 3 years, 7 months ago
  62. 8c945d3 btrfs: compression: drop kmap/kunmap from lzo by David Sterba · 3 years, 7 months ago
  63. b0ee5e1 btrfs: drop from __GFP_HIGHMEM all allocations by David Sterba · 3 years, 7 months ago
  64. 23608d5 btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs by Anand Jain · 3 years, 7 months ago
  65. 67d5e28 btrfs: remove max argument from generic_bin_search by Marcos Paulo de Souza · 3 years, 6 months ago
  66. 2eadb9e btrfs: make btrfs_finish_chunk_alloc private to block-group.c by Nikolay Borisov · 3 years, 7 months ago
  67. 4a9531c btrfs: check-integrity: drop unnecessary function prototypes by Anand Jain · 3 years, 7 months ago
  68. b3b7e1d btrfs: add special case to setget helpers for 64k pages by David Sterba · 3 years, 7 months ago
  69. 5a80d1c btrfs: zoned: remove max_zone_append_size logic by Johannes Thumshirn · 3 years, 7 months ago
  70. 15517c7 Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 3 years, 5 months ago
  71. 1e6907d58 Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
  72. fdd92b6 fs: warn about impending deprecation of mandatory locks by Jeff Layton · 3 years, 5 months ago
  73. a30f895 io_uring: fix xa_alloc_cycle() error return value check by Jens Axboe · 3 years, 5 months ago
  74. d6d09a6 Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 5 months ago
  75. 3b84482 pipe: avoid unnecessary EPOLLET wakeups under normal loads by Linus Torvalds · 3 years, 5 months ago
  76. 9cb0073 io_uring: pin ctx on fallback execution by Pavel Begunkov · 3 years, 5 months ago
  77. 3f79f6f btrfs: prevent rename2 from exchanging a subvol with a directory from different parents by NeilBrown · 3 years, 5 months ago
  78. 7ba34c0 Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 5 months ago
  79. 21f9652 io_uring: only assign io_uring_enter() SQPOLL error in actual error case by Jens Axboe · 3 years, 5 months ago
  80. 118516e2 Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 3 years, 5 months ago
  81. 27b2eaa Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 5 months ago
  82. 42995ce Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
  83. 3a03c67 Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 5 months ago
  84. f8fbb47 Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 5 months ago
  85. 9e99275 cifs: Call close synchronously during unlink/rename/lease break. by Rohith Surabattula · 3 years, 5 months ago
  86. 4153570 cifs: Handle race conditions during rename by Rohith Surabattula · 3 years, 6 months ago
  87. 96dcb97 Merge branch 'for-5.14/dax' into libnvdimm-fixes by Dan Williams · 3 years, 5 months ago
  88. b3f0ccc Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 5 months ago
  89. 981567b cifs: use the correct max-length for dentry_path_raw() by Ronnie Sahlberg · 3 years, 5 months ago
  90. 427215d ovl: prevent private clone if bind mount is not allowed by Miklos Szeredi · 3 years, 5 months ago
  91. 580c610 ovl: fix uninitialized pointer read in ovl_lookup_real_one() by Miklos Szeredi · 3 years, 5 months ago
  92. 9b91b6b ovl: fix deadlock in splice write by Miklos Szeredi · 3 years, 6 months ago
  93. 9011c27 ovl: skip stale entries in merge dir cache iteration by Amir Goldstein · 3 years, 9 months ago
  94. 43597aa io_uring: fix ctx-exit io_rsrc_put_work() deadlock by Pavel Begunkov · 3 years, 5 months ago
  95. c018db4 io_uring: drop ctx->uring_lock before flushing work item by Jens Axboe · 3 years, 5 months ago
  96. 47cae0c io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker() by Hao Xu · 3 years, 5 months ago
  97. 49e7f0c io-wq: fix bug of creating io-wokers unconditionally by Hao Xu · 3 years, 5 months ago
  98. 4956b9e io_uring: rsrc ref lock needs to be IRQ safe by Jens Axboe · 3 years, 5 months ago
  99. f153c22 ucounts: add missing data type changes by Sven Schnelle · 3 years, 6 months ago
  100. 769f526 configfs: restore the kernel v5.13 text attribute write behavior by Bart Van Assche · 3 years, 6 months ago