1. b091f7f btrfs: use kfree() in btrfs_ioctl_get_subvol_info() by Waiman Long · 4 years, 7 months ago
  2. 0202e83 btrfs: simplify iget helpers by David Sterba · 4 years, 8 months ago
  3. 56e9357 btrfs: simplify root lookup by id by David Sterba · 4 years, 8 months ago
  4. c11fbb6 btrfs: reduce lock contention when creating snapshot by Robbie Ko · 4 years, 8 months ago
  5. 92a7cc4 btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE by Qu Wenruo · 4 years, 8 months ago
  6. 9babda9 btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshot by Nikolay Borisov · 4 years, 10 months ago
  7. 5d54c67 btrfs: Remove transid argument from btrfs_ioctl_snap_create_transid by Nikolay Borisov · 4 years, 10 months ago
  8. 9c1036f btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC support by Nikolay Borisov · 4 years, 10 months ago
  9. 6a17738 Btrfs: move all reflink implementation code into its own file by Filipe Manana · 4 years, 10 months ago
  10. 807fc79 btrfs: switch to use new generic UUID API by Andy Shevchenko · 4 years, 10 months ago
  11. faf8f7b btrfs: ioctl: resize: only show message if size is changed by Marcos Paulo de Souza · 4 years, 11 months ago
  12. dcc3eb9 btrfs: convert snapshot/nocow exlcusion to drew lock by Nikolay Borisov · 5 years ago
  13. 949964c btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctl by Marcos Paulo de Souza · 5 years ago
  14. 748449cdb btrfs: use ioctl args support mask for device delete by David Sterba · 4 years, 10 months ago
  15. 673990d btrfs: use ioctl args support mask for subvolume create/delete by David Sterba · 4 years, 10 months 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. 5119cfc btrfs: hold a ref on the root in create_pending_snapshot by Josef Bacik · 5 years ago
  19. 2a2b5d6 btrfs: hold ref on root in btrfs_ioctl_default_subvol by Josef Bacik · 5 years ago
  20. 04734e8 btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_info by Josef Bacik · 5 years ago
  21. b8a49ae btrfs: hold a ref on the root in btrfs_search_path_in_tree_user by Josef Bacik · 5 years ago
  22. 8823401 btrfs: hold a ref on the root in btrfs_search_path_in_tree by Josef Bacik · 5 years ago
  23. 3ca35e8 btrfs: hold a ref on the root in search_ioctl by Josef Bacik · 5 years ago
  24. fc92f79 btrfs: hold a ref on the root in create_subvol by Josef Bacik · 5 years ago
  25. 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
  26. d923afe btrfs: replace all uses of btrfs_ordered_update_i_size by Josef Bacik · 5 years ago
  27. 790a1d4 btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_update by Josef Bacik · 5 years ago
  28. 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
  29. 831d2fa Btrfs: make deduplication with range including the last block work by Filipe Manana · 5 years ago
  30. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  31. 5afe6ce Btrfs: always copy scrub arguments back to user space by Filipe Manana · 5 years ago
  32. c7e54b5 btrfs: abort transaction after failed inode updates in create_subvol by Josef Bacik · 5 years ago
  33. 147271e Btrfs: fix hole extent items with a zero size after range cloning by Filipe Manana · 5 years ago
  34. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  35. b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
  36. bf38be6 btrfs: move block_group_item::used to block group by David Sterba · 5 years ago
  37. b929c1d btrfs: ioctl: Try to use btrfs_fs_info instead of *file by Marcos Paulo de Souza · 5 years ago
  38. ce96b7f btrfs: use better definition of number of compression type by Chengguang Xu · 5 years ago
  39. e1f60a6 btrfs: add __pure attribute to functions by David Sterba · 5 years ago
  40. 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
  41. a5009d3 btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC by David Sterba · 5 years ago
  42. 8702ba9 btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() by Qu Wenruo · 5 years ago
  43. e182163 btrfs: stop clearing EXTENT_DIRTY in inode I/O tree by Omar Sandoval · 5 years ago
  44. ebc8735 btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag by Nikolay Borisov · 5 years ago
  45. f10152b btrfs: sysfs: replace direct access to feature set names with a helper by David Sterba · 5 years ago
  46. aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
  47. b64119b Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nesting by Filipe Manana · 5 years ago
  48. 40cf931 btrfs: use common vfs LABEL ioctl definitions by Eric Sandeen · 5 years ago
  49. 690a5db Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents by Filipe Manana · 5 years ago
  50. 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
  51. 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
  52. 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
  53. 8673634 btrfs: migrate the delalloc space stuff to it's own home by Josef Bacik · 6 years ago
  54. 8719aaa btrfs: move space_info to space-info.h by Josef Bacik · 6 years ago
  55. 7b0e492 vfs: create a generic checking function for FS_IOC_FSSETXATTR by Darrick J. Wong · 5 years ago
  56. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 5 years ago
  57. a94d1d0 btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to COW without data reservation by Qu Wenruo · 6 years ago
  58. 46008d9 btrfs: call fsnotify_rmdir() hook by Amir Goldstein · 6 years ago
  59. 3763771 Btrfs: fix failure to persist compression property xattr deletion on fsync by Filipe Manana · 6 years ago
  60. 44e5194 btrfs: drop local copy of inode i_mode by Anand Jain · 6 years ago
  61. 3c8d8b6 btrfs: drop old_fsflags in btrfs_ioctl_setflags by Anand Jain · 6 years ago
  62. d2b8fcf btrfs: modify local copy of btrfs_inode flags by Anand Jain · 6 years ago
  63. 11d3cd5 btrfs: drop useless inode i_flags copy and restore by Anand Jain · 6 years ago
  64. ff9fef55 btrfs: start transaction in btrfs_ioctl_setflags() by Anand Jain · 6 years ago
  65. f22125e btrfs: refactor btrfs_set_props to validate externally by Anand Jain · 6 years ago
  66. 62d54f3 Btrfs: fix race between send and deduplication that lead to failures and crashes by Filipe Manana · 6 years ago
  67. 82fa113 btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref() by Qu Wenruo · 6 years ago
  68. 7984ae5 btrfs: Perform locking/unlocking in btrfs_remap_file_range() by Goldwyn Rodrigues · 6 years ago
  69. 262c96a btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans by Anand Jain · 6 years ago
  70. 7715da8 btrfs: merge _btrfs_set_prop helpers by Anand Jain · 6 years ago
  71. f35f06c Btrfs: do not allow trimming when a fs is mounted with the nologreplay option by Filipe Manana · 6 years ago
  72. 4ea748e Btrfs: fix deadlock between clone/dedupe and rename by Filipe Manana · 6 years ago
  73. 57a50e2 Btrfs: remove no longer needed range length checks for deduplication by Filipe Manana · 6 years ago
  74. 09ba3bc btrfs: merge btrfs_find_device and find_device by Anand Jain · 6 years ago
  75. e4319cd btrfs: refactor btrfs_find_device() take fs_devices as argument by Anand Jain · 6 years ago
  76. 500710d Btrfs: move duplicated nodatasum check into common reflink/dedupe helper by Filipe Manana · 6 years ago
  77. d00c2d9 Btrfs: do not overwrite error return value in the balance ioctl by Filipe Manana · 6 years ago
  78. d3a5328 Btrfs: do not overwrite error return value in the device replace ioctl by Filipe Manana · 6 years ago
  79. 0f39b60 Btrfs: remove redundant check for swapfiles when reflinking by Filipe Manana · 6 years ago
  80. aa704d4 btrfs: remove set but not used variable 'num_pages' by YueHaibing · 6 years ago
  81. eee9957 Btrfs: do not overwrite error return value in the get device stats ioctl by Filipe Manana · 6 years ago
  82. 4fa99b0 Btrfs: do not overwrite error return value in scrub progress ioctl by Filipe Manana · 6 years ago
  83. 06fe39a Btrfs: do not overwrite scrub error with fault error in scrub ioctl by Filipe Manana · 6 years ago
  84. d8b5524 Btrfs: fix race between reflink/dedupe and relocation by Filipe Manana · 6 years ago
  85. f7fa110 Btrfs: fix race between cloning range ending at eof and writeback by Filipe Manana · 6 years ago
  86. 34a28e3 Btrfs: use generic_remap_file_range_prep() for cloning and deduplication by Filipe Manana · 6 years ago
  87. de37aa5 btrfs: Remove fsid/metadata_fsid fields from btrfs_info by Nikolay Borisov · 6 years ago
  88. 3cd24c6 btrfs: use tagged writepage to mitigate livelock of snapshot by Ethan Lien · 6 years ago
  89. eede2bf Btrfs: prevent ioctls from interfering with a swap file by Omar Sandoval · 8 years ago
  90. 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
  91. ac765f8 Btrfs: fix data corruption due to cloning of eof block by Filipe Manana · 6 years ago
  92. 11023d3 Btrfs: fix infinite loop on inode eviction after deduplication of eof block by Filipe Manana · 6 years ago
  93. 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
  94. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  95. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  96. 6ba9fc8 btrfs: Ensure btrfs_trim_fs can trim the whole filesystem by Qu Wenruo · 6 years ago
  97. 28c4a3e btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defrag by Su Yue · 6 years ago
  98. 4fd786e btrfs: Remove 'objectid' member from struct btrfs_root by Misono Tomohiro · 6 years ago
  99. 684572d btrfs: Remove root parameter from btrfs_insert_dir_item by Lu Fengqi · 6 years ago
  100. 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