1. 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
  2. d923afe btrfs: replace all uses of btrfs_ordered_update_i_size by Josef Bacik · 5 years ago
  3. 790a1d4 btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_update by Josef Bacik · 5 years ago
  4. b5f7ab6 Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  5. 831d2fa Btrfs: make deduplication with range including the last block work by Filipe Manana · 5 years ago
  6. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  7. 5afe6ce Btrfs: always copy scrub arguments back to user space by Filipe Manana · 5 years ago
  8. c7e54b5 btrfs: abort transaction after failed inode updates in create_subvol by Josef Bacik · 5 years ago
  9. 147271e Btrfs: fix hole extent items with a zero size after range cloning by Filipe Manana · 5 years ago
  10. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  11. b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
  12. bf38be6 btrfs: move block_group_item::used to block group by David Sterba · 5 years ago
  13. b929c1d btrfs: ioctl: Try to use btrfs_fs_info instead of *file by Marcos Paulo de Souza · 5 years ago
  14. ce96b7f btrfs: use better definition of number of compression type by Chengguang Xu · 5 years ago
  15. e1f60a6 btrfs: add __pure attribute to functions by David Sterba · 5 years ago
  16. 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
  17. a5009d3 btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC by David Sterba · 5 years ago
  18. 8702ba9 btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() by Qu Wenruo · 5 years ago
  19. e182163 btrfs: stop clearing EXTENT_DIRTY in inode I/O tree by Omar Sandoval · 5 years ago
  20. ebc8735 btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag by Nikolay Borisov · 5 years ago
  21. f10152b btrfs: sysfs: replace direct access to feature set names with a helper by David Sterba · 5 years ago
  22. aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
  23. b64119b Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nesting by Filipe Manana · 5 years ago
  24. 40cf931 btrfs: use common vfs LABEL ioctl definitions by Eric Sandeen · 5 years ago
  25. 690a5db Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents by Filipe Manana · 5 years ago
  26. a18f877 Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  27. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  28. e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  29. 8673634 btrfs: migrate the delalloc space stuff to it's own home by Josef Bacik · 6 years ago
  30. 8719aaa btrfs: move space_info to space-info.h by Josef Bacik · 6 years ago
  31. 7b0e492 vfs: create a generic checking function for FS_IOC_FSSETXATTR by Darrick J. Wong · 5 years ago
  32. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 5 years ago
  33. a94d1d0 btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to COW without data reservation by Qu Wenruo · 6 years ago
  34. 46008d9 btrfs: call fsnotify_rmdir() hook by Amir Goldstein · 6 years ago
  35. 3763771 Btrfs: fix failure to persist compression property xattr deletion on fsync by Filipe Manana · 6 years ago
  36. 44e5194 btrfs: drop local copy of inode i_mode by Anand Jain · 6 years ago
  37. 3c8d8b6 btrfs: drop old_fsflags in btrfs_ioctl_setflags by Anand Jain · 6 years ago
  38. d2b8fcf btrfs: modify local copy of btrfs_inode flags by Anand Jain · 6 years ago
  39. 11d3cd5 btrfs: drop useless inode i_flags copy and restore by Anand Jain · 6 years ago
  40. ff9fef55 btrfs: start transaction in btrfs_ioctl_setflags() by Anand Jain · 6 years ago
  41. f22125e btrfs: refactor btrfs_set_props to validate externally by Anand Jain · 6 years ago
  42. 62d54f3 Btrfs: fix race between send and deduplication that lead to failures and crashes by Filipe Manana · 6 years ago
  43. 82fa113 btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref() by Qu Wenruo · 6 years ago
  44. 7984ae5 btrfs: Perform locking/unlocking in btrfs_remap_file_range() by Goldwyn Rodrigues · 6 years ago
  45. 262c96a btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans by Anand Jain · 6 years ago
  46. 7715da8 btrfs: merge _btrfs_set_prop helpers by Anand Jain · 6 years ago
  47. f35f06c Btrfs: do not allow trimming when a fs is mounted with the nologreplay option by Filipe Manana · 6 years ago
  48. 4ea748e Btrfs: fix deadlock between clone/dedupe and rename by Filipe Manana · 6 years ago
  49. 57a50e2 Btrfs: remove no longer needed range length checks for deduplication by Filipe Manana · 6 years ago
  50. 09ba3bc btrfs: merge btrfs_find_device and find_device by Anand Jain · 6 years ago
  51. e4319cd btrfs: refactor btrfs_find_device() take fs_devices as argument by Anand Jain · 6 years ago
  52. 500710d Btrfs: move duplicated nodatasum check into common reflink/dedupe helper by Filipe Manana · 6 years ago
  53. d00c2d9 Btrfs: do not overwrite error return value in the balance ioctl by Filipe Manana · 6 years ago
  54. d3a5328 Btrfs: do not overwrite error return value in the device replace ioctl by Filipe Manana · 6 years ago
  55. 0f39b60 Btrfs: remove redundant check for swapfiles when reflinking by Filipe Manana · 6 years ago
  56. aa704d4 btrfs: remove set but not used variable 'num_pages' by YueHaibing · 6 years ago
  57. eee9957 Btrfs: do not overwrite error return value in the get device stats ioctl by Filipe Manana · 6 years ago
  58. 4fa99b0 Btrfs: do not overwrite error return value in scrub progress ioctl by Filipe Manana · 6 years ago
  59. 06fe39a Btrfs: do not overwrite scrub error with fault error in scrub ioctl by Filipe Manana · 6 years ago
  60. d8b5524 Btrfs: fix race between reflink/dedupe and relocation by Filipe Manana · 6 years ago
  61. f7fa110 Btrfs: fix race between cloning range ending at eof and writeback by Filipe Manana · 6 years ago
  62. 34a28e3 Btrfs: use generic_remap_file_range_prep() for cloning and deduplication by Filipe Manana · 6 years ago
  63. de37aa5 btrfs: Remove fsid/metadata_fsid fields from btrfs_info by Nikolay Borisov · 6 years ago
  64. 3cd24c6 btrfs: use tagged writepage to mitigate livelock of snapshot by Ethan Lien · 6 years ago
  65. eede2bf Btrfs: prevent ioctls from interfering with a swap file by Omar Sandoval · 8 years ago
  66. 63a42e1 Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  67. ac765f8 Btrfs: fix data corruption due to cloning of eof block by Filipe Manana · 6 years ago
  68. 11023d3 Btrfs: fix infinite loop on inode eviction after deduplication of eof block by Filipe Manana · 6 years ago
  69. 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
  70. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  71. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  72. 6ba9fc8 btrfs: Ensure btrfs_trim_fs can trim the whole filesystem by Qu Wenruo · 6 years ago
  73. 28c4a3e btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defrag by Su Yue · 6 years ago
  74. 4fd786e btrfs: Remove 'objectid' member from struct btrfs_root by Misono Tomohiro · 6 years ago
  75. 684572d btrfs: Remove root parameter from btrfs_insert_dir_item by Lu Fengqi · 6 years ago
  76. 5404525 Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  77. de02b9f Btrfs: fix data corruption when deduplicating between different files by Filipe Manana · 6 years ago
  78. d9a185f Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  79. 8ecebf4d Btrfs: fix unexpected failure of nocow buffered writes after snapshotting when low on space by Robbie Ko · 6 years ago
  80. 672d599 btrfs: Use wrapper macro for rcu string to remove duplicate code by Misono Tomohiro · 6 years ago
  81. 6025c19 btrfs: Remove fs_info from btrfs_add_root_ref by Lu Fengqi · 6 years ago
  82. 616d374 btrfs: allow defrag on a file opened read-only that has rw permissions by Adam Borowski · 6 years ago
  83. a9377422 btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit by Lu Fengqi · 6 years ago
  84. 280f8bd btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups by Lu Fengqi · 6 years ago
  85. f0042d5 btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroup by Lu Fengqi · 6 years ago
  86. 3efbee1 btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroup by Lu Fengqi · 6 years ago
  87. 49a05ec btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroup by Lu Fengqi · 6 years ago
  88. 39616c2 btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relation by Lu Fengqi · 6 years ago
  89. 9f8a6ce btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relation by Lu Fengqi · 6 years ago
  90. 340f1aa btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disable by Nikolay Borisov · 6 years ago
  91. d7f663f btrfs: prune unused includes by David Sterba · 7 years ago
  92. bc877d2 btrfs: Deduplicate extent_buffer init code by Nikolay Borisov · 7 years ago
  93. bece2e8 btrfs: Fix misleading indentation reported by smatch by Bart Van Assche · 7 years ago
  94. 04a1320 Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  95. 97b1917 btrfs: fix use-after-free of cmp workspace pages by Naohiro Aota · 6 years ago
  96. 87eb5eb vfs: dedupe: rationalize args by Miklos Szeredi · 6 years ago
  97. 5740c99 vfs: dedupe: return int by Miklos Szeredi · 6 years ago
  98. 84bfed4 Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  99. 22883dd btrfs: fix invalid-free in btrfs_extent_same by Lu Fengqi · 7 years ago
  100. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago