1. ac5887c btrfs: locking: remove all the blocking helpers by Josef Bacik · 4 years, 5 months ago
  2. 265fdfa btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits by David Sterba · 4 years, 7 months ago
  3. ecfdc08 btrfs: remove dio iomap DSYNC workaround by Goldwyn Rodrigues · 4 years, 4 months ago
  4. a42fa64 btrfs: call iomap_dio_complete() without inode_lock by Goldwyn Rodrigues · 4 years, 4 months ago
  5. 502756b btrfs: remove btrfs_inode::dio_sem by Goldwyn Rodrigues · 4 years, 4 months ago
  6. e9adabb btrfs: use shared lock for direct writes within EOF by Goldwyn Rodrigues · 4 years, 4 months ago
  7. c352370 btrfs: push inode locking and unlocking into buffered/direct write by Goldwyn Rodrigues · 4 years, 4 months ago
  8. a14b78a btrfs: introduce btrfs_inode_lock()/unlock() by Goldwyn Rodrigues · 4 years, 4 months ago
  9. b8d8e1f btrfs: introduce btrfs_write_check() by Goldwyn Rodrigues · 4 years, 4 months ago
  10. c86537a btrfs: check FS error state bit early during write by Goldwyn Rodrigues · 4 years, 4 months ago
  11. 5e8b9ef btrfs: move pos increment and pagecache extension to btrfs_buffered_write by Goldwyn Rodrigues · 4 years, 4 months ago
  12. 4e4cabe btrfs: split btrfs_direct_IO to read and write by Goldwyn Rodrigues · 4 years, 4 months ago
  13. aa8c1a4 btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages() by Goldwyn Rodrigues · 4 years, 3 months ago
  14. 13f0dd8 btrfs: use round_down while calculating start position in btrfs_dirty_pages() by Goldwyn Rodrigues · 4 years, 3 months ago
  15. eefa45f5 btrfs: calculate num_pages, reserve_bytes once in btrfs_buffered_write by Goldwyn Rodrigues · 4 years, 4 months ago
  16. c334730 btrfs: fix missing delalloc new bit for new delalloc ranges by Filipe Manana · 4 years, 2 months ago
  17. 0425e7b btrfs: don't fallback to buffered read if we don't need to by Johannes Thumshirn · 4 years, 3 months ago
  18. 1fd4033 btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag by Nikolay Borisov · 4 years, 4 months ago
  19. c0a4360 btrfs: remove inode argument from btrfs_start_ordered_extent by Nikolay Borisov · 4 years, 4 months ago
  20. fc0d82e btrfs: sink total_data parameter in setup_items_for_insert by Nikolay Borisov · 4 years, 5 months ago
  21. 3dc9dc8 btrfs: eliminate total_size parameter from setup_items_for_insert by Nikolay Borisov · 4 years, 5 months ago
  22. 0cbb5bd btrfs: rename btrfs_insert_clone_extent() to a more generic name by Filipe Manana · 4 years, 4 months ago
  23. 306bfec btrfs: rename btrfs_punch_hole_range() to a more generic name by Filipe Manana · 4 years, 4 months ago
  24. bf38564 btrfs: rename struct btrfs_clone_extent_info to a more generic name by Filipe Manana · 4 years, 4 months ago
  25. fb870f6 btrfs: remove item_size member of struct btrfs_clone_extent_info by Filipe Manana · 4 years, 4 months ago
  26. 8fccebf btrfs: fix metadata reservation for fallocate that leads to transaction aborts by Filipe Manana · 4 years, 4 months ago
  27. 948dfeb btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inode by Nikolay Borisov · 4 years, 5 months ago
  28. 6fee248 btrfs: convert btrfs_inode_sectorsize to take btrfs_inode by Nikolay Borisov · 4 years, 5 months ago
  29. 6d072c8 btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 5 months ago
  30. 0eb7929 btrfs: dio iomap DSYNC workaround by Josef Bacik · 4 years, 5 months ago
  31. f85781f btrfs: switch to iomap for direct IO by Goldwyn Rodrigues · 4 years, 5 months ago
  32. 4877817 btrfs: make fast fsyncs wait only for writeback by Filipe Manana · 4 years, 5 months ago
  33. e21139c btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need() by Qu Wenruo · 4 years, 5 months ago
  34. 9907ab3 Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 5 months ago
  35. a84d5d4 btrfs: detect nocow for swap after snapshot delete by Boris Burkov · 4 years, 5 months ago
  36. cdc8fcb Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  37. 36ea6f3 btrfs: make btrfs_check_data_free_space take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  38. 86d5292 btrfs: make btrfs_delalloc_release_space take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  39. 25ce28c btrfs: make btrfs_free_reserved_data_space take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  40. 7661a3e btrfs: make btrfs_qgroup_reserve_data take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  41. 088545f btrfs: make btrfs_dirty_pages take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  42. c2566f2 btrfs: make btrfs_set_extent_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  43. 38d37aa btrfs: refactor btrfs_check_can_nocow() into two variants by Qu Wenruo · 4 years, 7 months ago
  44. e4ecaf9 btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent() by Qu Wenruo · 4 years, 7 months ago
  45. 6d4572a btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation by Qu Wenruo · 4 years, 7 months ago
  46. 906c448 btrfs: make __btrfs_drop_extents take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  47. a7f8b1c btrfs: file: reserve qgroup space after the hole punch range is locked by Qu Wenruo · 4 years, 7 months ago
  48. 6a3c7f5 btrfs: don't balance btree inode pages from buffered write path by Nikolay Borisov · 4 years, 8 months ago
  49. d777659 btrfs: wire up iter_file_splice_write by Christoph Hellwig · 4 years, 6 months ago
  50. 8730f12 btrfs: flag files as supporting buffered async reads by Jens Axboe · 4 years, 8 months ago
  51. 5dbb75e btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IO by Filipe Manana · 4 years, 7 months ago
  52. 260a633 btrfs: fix RWF_NOWAIT write not failling when we need to cow by Filipe Manana · 4 years, 7 months ago
  53. f2cb2f3 btrfs: fix hang on snapshot creation after RWF_NOWAIT write by Filipe Manana · 4 years, 7 months ago
  54. 55e20bd Revert "btrfs: switch to iomap_dio_rw() for dio" by David Sterba · 4 years, 7 months ago
  55. f4c48b4 Revert "btrfs: split btrfs_direct_IO to read and write part" by David Sterba · 4 years, 7 months ago
  56. d8f3e73 btrfs: split btrfs_direct_IO to read and write part by Christoph Hellwig · 4 years, 8 months ago
  57. a43a67a btrfs: switch to iomap_dio_rw() for dio by Goldwyn Rodrigues · 4 years, 8 months ago
  58. 0202e83 btrfs: simplify iget helpers by David Sterba · 4 years, 8 months ago
  59. 56e9357 btrfs: simplify root lookup by id by David Sterba · 4 years, 8 months ago
  60. 92a7cc4 btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE by Qu Wenruo · 4 years, 8 months ago
  61. 7af5974 btrfs: make full fsyncs always operate on the entire file again by Filipe Manana · 4 years, 9 months ago
  62. 6ff0672 btrfs: fix missing semaphore unlock in btrfs_sync_file by Robbie Ko · 4 years, 10 months ago
  63. c75e839 btrfs: kill the subvol_srcu by Josef Bacik · 5 years ago
  64. 0a8068a btrfs: make ranged full fsyncs more efficient by Filipe Manana · 4 years, 10 months ago
  65. 95418ed btrfs: fix missing file extent item for hole after ranged fsync by Filipe Manana · 4 years, 10 months ago
  66. 6a17738 Btrfs: move all reflink implementation code into its own file by Filipe Manana · 4 years, 11 months ago
  67. dcc3eb9 btrfs: convert snapshot/nocow exlcusion to drew lock by Nikolay Borisov · 5 years ago
  68. b272ae2 btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range by David Sterba · 5 years ago
  69. 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
  70. bc44d7c btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root by Josef Bacik · 5 years ago
  71. 02162a0 btrfs: hold a ref on the root in __btrfs_run_defrag_inode by Josef Bacik · 5 years ago
  72. 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
  73. d923afe btrfs: replace all uses of btrfs_ordered_update_i_size by Josef Bacik · 5 years ago
  74. 9ddc959 btrfs: use the file extent tree infrastructure by Josef Bacik · 5 years ago
  75. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  76. bffe633 btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item by Omar Sandoval · 5 years ago
  77. fcb9705 Btrfs: fix cloning range with a hole when using the NO_HOLES feature by Filipe Manana · 5 years ago
  78. a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
  79. bc80230 btrfs: Return offset from find_desired_extent by Nikolay Borisov · 5 years ago
  80. 2034f3b btrfs: Simplify btrfs_file_llseek by Nikolay Borisov · 5 years ago
  81. d79b7c2 btrfs: Speed up btrfs_file_llseek by Nikolay Borisov · 5 years ago
  82. a0e248b Btrfs: fix negative subv_writers counter and data space leak after buffered write by Filipe Manana · 5 years ago
  83. 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
  84. 9cf35f6 btrfs: simplify inode locking for RWF_NOWAIT by Goldwyn Rodrigues · 5 years ago
  85. ba0b084 Btrfs: check for the full sync flag while holding the inode lock during fsync by Filipe Manana · 5 years ago
  86. 8702ba9 btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() by Qu Wenruo · 5 years ago
  87. c67d970 Btrfs: fix memory leak due to concurrent append writes with fiemap by Filipe Manana · 5 years ago
  88. e182163 btrfs: stop clearing EXTENT_DIRTY in inode I/O tree by Omar Sandoval · 5 years ago
  89. f50cb7a btrfs: treat RWF_{,D}SYNC writes as sync for CRCs by Omar Sandoval · 5 years ago
  90. c09767a btrfs: use correct count in btrfs_file_write_iter() by Omar Sandoval · 5 years ago
  91. 2bd36e7 btrfs: rename the btrfs_calc_*_metadata_size helpers by Josef Bacik · 5 years ago
  92. 330a582 btrfs: Remove leftover of in-band dedupe by Nikolay Borisov · 6 years ago
  93. 690a5db Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents by Filipe Manana · 6 years ago
  94. 9cba40a Btrfs: factor out extent dropping code from hole punch handler by Filipe Manana · 6 years ago
  95. 8673634 btrfs: migrate the delalloc space stuff to it's own home by Josef Bacik · 6 years ago
  96. f262fa8 btrfs: drop default value assignments in enums by David Sterba · 6 years ago
  97. 1790066 Btrfs: add missing inode version, ctime and mtime updates when punching hole by Filipe Manana · 6 years ago
  98. 5f791ec btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocow by Nikolay Borisov · 6 years ago
  99. 23d31bd btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  100. 0c713cb Btrfs: fix race between ranged fsync and writeback of adjacent ranges by Filipe Manana · 6 years ago