1. 55e20bd Revert "btrfs: switch to iomap_dio_rw() for dio" by David Sterba · 4 years, 7 months ago
  2. f4c48b4 Revert "btrfs: split btrfs_direct_IO to read and write part" by David Sterba · 4 years, 7 months ago
  3. d8f3e73 btrfs: split btrfs_direct_IO to read and write part by Christoph Hellwig · 4 years, 8 months ago
  4. a43a67a btrfs: switch to iomap_dio_rw() for dio by Goldwyn Rodrigues · 4 years, 8 months ago
  5. 0202e83 btrfs: simplify iget helpers by David Sterba · 4 years, 8 months ago
  6. 56e9357 btrfs: simplify root lookup by id by David Sterba · 4 years, 8 months ago
  7. 92a7cc4 btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE by Qu Wenruo · 4 years, 8 months ago
  8. 7af5974 btrfs: make full fsyncs always operate on the entire file again by Filipe Manana · 4 years, 10 months ago
  9. 6ff0672 btrfs: fix missing semaphore unlock in btrfs_sync_file by Robbie Ko · 4 years, 10 months ago
  10. c75e839 btrfs: kill the subvol_srcu by Josef Bacik · 5 years ago
  11. 0a8068a btrfs: make ranged full fsyncs more efficient by Filipe Manana · 4 years, 11 months ago
  12. 95418ed btrfs: fix missing file extent item for hole after ranged fsync by Filipe Manana · 4 years, 11 months ago
  13. 6a17738 Btrfs: move all reflink implementation code into its own file by Filipe Manana · 5 years ago
  14. dcc3eb9 btrfs: convert snapshot/nocow exlcusion to drew lock by Nikolay Borisov · 5 years ago
  15. b272ae2 btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range by David Sterba · 5 years ago
  16. 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
  17. bc44d7c btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root by Josef Bacik · 5 years ago
  18. 02162a0 btrfs: hold a ref on the root in __btrfs_run_defrag_inode by Josef Bacik · 5 years ago
  19. 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
  20. d923afe btrfs: replace all uses of btrfs_ordered_update_i_size by Josef Bacik · 5 years ago
  21. 9ddc959 btrfs: use the file extent tree infrastructure by Josef Bacik · 5 years ago
  22. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  23. bffe633 btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item by Omar Sandoval · 5 years ago
  24. fcb9705 Btrfs: fix cloning range with a hole when using the NO_HOLES feature by Filipe Manana · 5 years ago
  25. a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
  26. bc80230 btrfs: Return offset from find_desired_extent by Nikolay Borisov · 5 years ago
  27. 2034f3b btrfs: Simplify btrfs_file_llseek by Nikolay Borisov · 5 years ago
  28. d79b7c2 btrfs: Speed up btrfs_file_llseek by Nikolay Borisov · 5 years ago
  29. a0e248b Btrfs: fix negative subv_writers counter and data space leak after buffered write by Filipe Manana · 5 years ago
  30. 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
  31. 9cf35f6 btrfs: simplify inode locking for RWF_NOWAIT by Goldwyn Rodrigues · 5 years ago
  32. ba0b084 Btrfs: check for the full sync flag while holding the inode lock during fsync by Filipe Manana · 5 years ago
  33. 8702ba9 btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() by Qu Wenruo · 5 years ago
  34. c67d970 Btrfs: fix memory leak due to concurrent append writes with fiemap by Filipe Manana · 5 years ago
  35. e182163 btrfs: stop clearing EXTENT_DIRTY in inode I/O tree by Omar Sandoval · 5 years ago
  36. f50cb7a btrfs: treat RWF_{,D}SYNC writes as sync for CRCs by Omar Sandoval · 5 years ago
  37. c09767a btrfs: use correct count in btrfs_file_write_iter() by Omar Sandoval · 5 years ago
  38. 2bd36e7 btrfs: rename the btrfs_calc_*_metadata_size helpers by Josef Bacik · 5 years ago
  39. 330a582 btrfs: Remove leftover of in-band dedupe by Nikolay Borisov · 6 years ago
  40. 690a5db Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents by Filipe Manana · 6 years ago
  41. 9cba40a Btrfs: factor out extent dropping code from hole punch handler by Filipe Manana · 6 years ago
  42. 8673634 btrfs: migrate the delalloc space stuff to it's own home by Josef Bacik · 6 years ago
  43. f262fa8 btrfs: drop default value assignments in enums by David Sterba · 6 years ago
  44. 1790066 Btrfs: add missing inode version, ctime and mtime updates when punching hole by Filipe Manana · 6 years ago
  45. 5f791ec btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocow by Nikolay Borisov · 6 years ago
  46. 23d31bd btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  47. 0c713cb Btrfs: fix race between ranged fsync and writeback of adjacent ranges by Filipe Manana · 6 years ago
  48. 8fca955 btrfs: don't double unlock on error in btrfs_punch_hole by Josef Bacik · 6 years ago
  49. ffd4bb2 btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent() by Qu Wenruo · 6 years ago
  50. 82fa113 btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref() by Qu Wenruo · 6 years ago
  51. 39ad317 Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota reserve by Robbie Ko · 6 years ago
  52. e902baa btrfs: get fs_info from eb in btrfs_leaf_free_space by David Sterba · 6 years ago
  53. 290342f btrfs: use BUG() instead of BUG_ON(1) by Arnd Bergmann · 6 years ago
  54. 3b1da51 Btrfs: remove no longer used 'sync' member from transaction handle by Filipe Manana · 6 years ago
  55. 4ab47a8 btrfs: Remove unused arguments from btrfs_get_extent_fiemap by Nikolay Borisov · 6 years ago
  56. 52042d8 btrfs: Fix typos in comments and strings by Andrea Gelmini · 6 years ago
  57. 7073017 btrfs: use offset_in_page instead of open-coding it by Johannes Thumshirn · 6 years ago
  58. 6d4cbf7 Btrfs: remove no longer used io_err from btrfs_log_ctx by Filipe Manana · 6 years ago
  59. 121b018 Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  60. aab15e8 Btrfs: fix rare chances for data loss when doing a fast fsync by Filipe Manana · 6 years ago
  61. c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  62. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  63. c495144 btrfs: move the dio_sem higher up the callchain by Josef Bacik · 6 years ago
  64. 7703bdd Btrfs: don't clean dirty pages during buffered writes by Chris Mason · 7 years ago
  65. 3a58417 btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_add_bytes by Lu Fengqi · 6 years ago
  66. d7f663f btrfs: prune unused includes by David Sterba · 7 years ago
  67. 3ffbd68 btrfs: simplify pointer chasing of local fs_info variables by David Sterba · 7 years ago
  68. e4af400 btrfs: Use iocb to derive pos instead of passing a separate parameter by Goldwyn Rodrigues · 7 years ago
  69. e41ca58 btrfs: Get rid of the confusing btrfs_file_extent_inline_len by Qu Wenruo · 7 years ago
  70. ca5788a btrfs: remove remaing full_sync logic from btrfs_sync_file by David Sterba · 7 years ago
  71. b5e6c3e btrfs: always wait on ordered extents at fsync time by Josef Bacik · 7 years ago
  72. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  73. 336a8bb btrfs: Fix wrong btrfs_delalloc_release_extents parameter by Qu Wenruo · 7 years ago
  74. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  75. 43b1859 btrfs: qgroup: Use separate meta reservation type for delalloc by Qu Wenruo · 7 years ago
  76. 7a5a07a btrfs: Remove userspace transaction ioctls by Nikolay Borisov · 7 years ago
  77. 051c98e btrfs: open code trivial helper btrfs_page_exists_in_range by David Sterba · 7 years ago
  78. e5b84f7a btrfs: Remove root argument from btrfs_log_dentry_safe by Nikolay Borisov · 7 years ago
  79. e67c718 btrfs: add more __cold annotations by David Sterba · 7 years ago
  80. 31466f3 Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  81. ae5e165 fs: new API for handling inode->i_version by Jeff Layton · 7 years ago
  82. 81fdf63 Btrfs: fix space leak after fallocate and zero range operations by Filipe Manana · 7 years ago
  83. 9f13ce7 Btrfs: fix missing inode i_size update after zero range operation by Filipe Manana · 7 years ago
  84. 94f4507 Btrfs: use cached state when dirtying pages during buffered write by Filipe Manana · 7 years ago
  85. f27451f Btrfs: add support for fallocate's zero range operation by Filipe Manana · 7 years ago
  86. e43bbe5 btrfs: sink unlock_extent parameter gfp_flags by David Sterba · 7 years ago
  87. 343e4fc Btrfs: set plug for fsync by Liu Bo · 7 years ago
  88. ae0f162 btrfs: sink gfp parameter to clear_extent_bit by David Sterba · 7 years ago
  89. f5c29bd Btrfs: add __init macro to btrfs init functions by Liu Bo · 7 years ago
  90. 96b09dd btrfs: Use locked_end rather than open coding it by Nikolay Borisov · 7 years ago
  91. 6b7d6e9 btrfs: Move loop termination condition in while() by Nikolay Borisov · 7 years ago
  92. ebb7044 Btrfs: fix list_add corruption and soft lockups in fsync by Liu Bo · 7 years ago
  93. e3b8a48 Btrfs: fix reported number of inode blocks after buffered append writes by Filipe Manana · 7 years ago
  94. f48bf66 Btrfs: move definition of the function btrfs_find_new_delalloc_bytes by Filipe Manana · 7 years ago
  95. 8b62f87 Btrfs: rework outstanding_extents by Josef Bacik · 7 years ago
  96. 79f015f btrfs: cleanup extent locking sequence by Goldwyn Rodrigues · 7 years ago
  97. 84f7d8e btrfs: pass root to various extent ref mod functions by Josef Bacik · 7 years ago
  98. 897ca81 btrfs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  99. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  100. 91f9943 fs: support RWF_NOWAIT for buffered reads by Christoph Hellwig · 7 years ago