1. 22883dd btrfs: fix invalid-free in btrfs_extent_same by Lu Fengqi · 7 years ago
  2. f098631 Btrfs: fix physical offset reported by fiemap for inline extents by Filipe Manana · 7 years ago
  3. ac0b414 btrfs: scrub: Don't use inode pages for device replace by Qu Wenruo · 7 years ago
  4. a528a24 btrfs: change return type of btrfs_page_mkwrite to vm_fault_t by Souptick Joarder · 7 years ago
  5. 9d311e1 Btrfs: fiemap: pass correct bytenr when fm_extent_count is zero by Robbie Ko · 7 years ago
  6. 3ca57bd btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_user by Misono Tomohiro · 7 years ago
  7. 23d0b79 btrfs: Add unprivileged version of ino_lookup ioctl by Tomohiro Misono · 7 years ago
  8. 42e4b52 btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REF by Tomohiro Misono · 7 years ago
  9. b64ec07 btrfs: Add unprivileged ioctl which returns subvolume information by Tomohiro Misono · 7 years ago
  10. ad7e1a7 Btrfs: clean up error handling in btrfs_truncate() by Omar Sandoval · 7 years ago
  11. c5794e5 btrfs: Factor out write portion of btrfs_get_blocks_direct by Nikolay Borisov · 7 years ago
  12. 1c8d017 btrfs: Factor out read portion of btrfs_get_blocks_direct by Nikolay Borisov · 7 years ago
  13. 9132c4f btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_exist by Su Yue · 7 years ago
  14. 1389053 btrfs: raid56: Remove VLA usage by Kees Cook · 7 years ago
  15. 090a127a btrfs: return error value if create_io_em failed in cow_file_range by Su Yue · 7 years ago
  16. 6b0cb1f btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshot by Gu JinXiang · 7 years ago
  17. c4c129d btrfs: drop unused parameter qgroup_reserved by Gu JinXiang · 7 years ago
  18. e73e81b btrfs: balance dirty metadata pages in btrfs_finish_ordered_io by Ethan Lien · 7 years ago
  19. 78d4295 btrfs: lift some btrfs_cross_ref_exist checks in nocow path by Ethan Lien · 7 years ago
  20. d195779 btrfs: Remove fs_info argument from btrfs_uuid_tree_rem by Lu Fengqi · 7 years ago
  21. cdb345a btrfs: Remove fs_info argument from btrfs_uuid_tree_add by Lu Fengqi · 7 years ago
  22. f9ddfd0 Btrfs: remove unused check of skip_locking by Liu Bo · 7 years ago
  23. d80bb3f Btrfs: remove always true check in unlock_up by Liu Bo · 7 years ago
  24. 662c653 Btrfs: grab write lock directly if write_lock_level is the max level by Liu Bo · 7 years ago
  25. 1fc28d8 Btrfs: move get root out of btrfs_search_slot to a helper by Liu Bo · 7 years ago
  26. e6a1d6f Btrfs: use more straightforward extent_buffer_uptodate check by Liu Bo · 7 years ago
  27. ca19b4a Btrfs: remove superfluous free_extent_buffer in read_block_for_search by Liu Bo · 7 years ago
  28. 4ca6168 btrfs: drop unused space_info parameter from create_space_info by Lu Fengqi · 7 years ago
  29. ff76a86 Btrfs: add parent_transid parameter to veirfy_level_key by Liu Bo · 7 years ago
  30. 9593bf49 btrfs: qgroup: show more meaningful qgroup_rescan_init error message by Qu Wenruo · 7 years ago
  31. fd4e994 Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() by Omar Sandoval · 7 years ago
  32. de885e3 btrfs: lzo: Harden inline lzo compressed extent decompression by Qu Wenruo · 7 years ago
  33. 314bfa4 btrfs: lzo: Add header length check to avoid potential out-of-bounds access by Qu Wenruo · 7 years ago
  34. 2a1f7c0 btrfs: lzo: document the compressed data format by Qu Wenruo · 7 years ago
  35. d5c1d68 btrfs: compression: Add linux/sizes.h for compression.h by Qu Wenruo · 7 years ago
  36. b5c40d5 Btrfs: fix clone vs chattr NODATASUM race by Omar Sandoval · 7 years ago
  37. b89311e btrfs: propagate failures of __exclude_logged_extent to upper caller by Gu Jinxiang · 7 years ago
  38. d4b2073 btrfs: Streamline shared ref check in alloc_reserved_tree_block by Nikolay Borisov · 7 years ago
  39. 21ebfbe btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_block by Nikolay Borisov · 7 years ago
  40. 4e6bd4e btrfs: Simplify alloc_reserved_tree_block interface by Nikolay Borisov · 7 years ago
  41. 9dcdbe0 btrfs: Remove fs_info argument from alloc_reserved_tree_block by Nikolay Borisov · 7 years ago
  42. 315b76b btrfs: tests: drop newline from test_msg strings by David Sterba · 7 years ago
  43. 3c7251f btrfs: tests: add helper for error messages and update them by David Sterba · 7 years ago
  44. ad1e3d5 btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctl by Misono Tomohiro · 7 years ago
  45. 37becec Btrfs: allow empty subvol= again by Omar Sandoval · 7 years ago
  46. b78e2b7 btrfs: fix describe_relocation when printing unknown flags by Anand Jain · 7 years ago
  47. bf5091c btrfs: use kvzalloc for EXTENT_SAME temporary data by David Sterba · 7 years ago
  48. 67b07bd Btrfs: reuse cmp workspace in EXTENT_SAME ioctl by Timofey Titovets · 7 years ago
  49. b672876 Btrfs: dedupe_file_range ioctl: remove 16MiB restriction by Timofey Titovets · 7 years ago
  50. 3973909 Btrfs: split btrfs_extent_same by Timofey Titovets · 7 years ago
  51. 399b0bb Btrfs: reserve space for O_TMPFILE orphan item deletion by Omar Sandoval · 7 years ago
  52. 7efc3e3 Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enums by Omar Sandoval · 7 years ago
  53. a575cee Btrfs: get rid of unused orphan infrastructure by Omar Sandoval · 7 years ago
  54. 2791906 Btrfs: fix ENOSPC caused by orphan items reservations by Omar Sandoval · 7 years ago
  55. 4b9d7b5 Btrfs: refactor btrfs_evict_inode() reserve refill dance by Omar Sandoval · 7 years ago
  56. c08db7d Btrfs: don't return ino to ino cache if inode item removal fails by Omar Sandoval · 7 years ago
  57. 05a5bd7 Btrfs: delete dead code in btrfs_orphan_commit_root() by Omar Sandoval · 7 years ago
  58. 7b40b69 Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEM by Omar Sandoval · 7 years ago
  59. f7e9e8f Btrfs: stop creating orphan items for truncate by Omar Sandoval · 7 years ago
  60. 0552210 Btrfs: don't BUG_ON() in btrfs_truncate_inode_items() by Omar Sandoval · 7 years ago
  61. fd86a3a Btrfs: fix error handling in btrfs_truncate_inode_items() by Omar Sandoval · 7 years ago
  62. d1342aa Btrfs: update stale comments referencing vmtruncate() by Omar Sandoval · 7 years ago
  63. c442793 btrfs: Remove stale comment about select_delayed_ref by Nikolay Borisov · 7 years ago
  64. f902bd3 btrfs: sysfs: Add entry which shows if rmdir can work on subvolumes by Misono Tomohiro · 7 years ago
  65. 6c52157 btrfs: sysfs: Use enum/define value for feature array definitions by Tomohiro Misono · 7 years ago
  66. 6dac13f btrfs: add prefix "balance:" for log messages by Anand Jain · 7 years ago
  67. 5c57b8b btrfs: unify naming of flags variables for SETFLAGS and XFLAGS by David Sterba · 7 years ago
  68. 025f212 btrfs: add FS_IOC_FSSETXATTR ioctl by David Sterba · 7 years ago
  69. e4202ac btrfs: add FS_IOC_FSGETXATTR ioctl by David Sterba · 7 years ago
  70. 19f93b3 btrfs: add helpers for FS_XFLAG_* conversion by David Sterba · 7 years ago
  71. a157d4f btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches by David Sterba · 7 years ago
  72. 5ba76ab btrfs: rename check_flags to reflect which flags it touches by David Sterba · 7 years ago
  73. 1905a0f btrfs: rename btrfs_mask_flags to reflect which flags it touches by David Sterba · 7 years ago
  74. 7b6a221 btrfs: rename btrfs_update_iflags to reflect which flags it touches by David Sterba · 7 years ago
  75. d9a071f btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdev by Anand Jain · 7 years ago
  76. ab5c2f6 btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdev by Anand Jain · 7 years ago
  77. b25e59e btrfs: drop uuid_mutex in btrfs_dev_replace_finishing by Anand Jain · 7 years ago
  78. 542c590 btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devices by Anand Jain · 7 years ago
  79. 3dd0f7a btrfs: document uuid_mutex uasge in read_chunk_tree by Anand Jain · 7 years ago
  80. 41a52a0 btrfs: use existing cur_devices, cleanup btrfs_rm_device by Anand Jain · 7 years ago
  81. b6ed73b btrfs: reduce uuid_mutex critical section while scanning devices by Anand Jain · 7 years ago
  82. 20a6800 btrfs: Unexport and rename btrfs_invalidate_inodes by Nikolay Borisov · 7 years ago
  83. 093258e btrfs: replace waitqueue_actvie with cond_wake_up by David Sterba · 7 years ago
  84. 3d3a2e6 btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups by David Sterba · 7 years ago
  85. 110a21f btrfs: introduce conditional wakeup helpers by David Sterba · 7 years ago
  86. ff3d27a0 btrfs: qgroup: Finish rescan when hit the last leaf of extent tree by Qu Wenruo · 7 years ago
  87. b6debf1 btrfs: qgroup: Search commit root for rescan to avoid missing extent by Qu Wenruo · 7 years ago
  88. 7a1b1e7 btrfs: take the last remnants of ->d_fsdata use out by Al Viro · 7 years ago
  89. 75cb857 btrfs: Do super block verification before writing it to disk by Qu Wenruo · 7 years ago
  90. 069ec95 btrfs: Refactor btrfs_check_super_valid by Qu Wenruo · 7 years ago
  91. 21a852b btrfs: Move btrfs_check_super_valid() to avoid forward declaration by Qu Wenruo · 7 years ago
  92. ffa9a9e btrfs: Remove fs_info argument from populate_free_space_tree by Nikolay Borisov · 7 years ago
  93. e7355e5 btrfs: Remove fs_info argument from add_to_free_space_tree by Nikolay Borisov · 7 years ago
  94. 25a356d btrfs: Remove fs_info argument from remove_from_free_space_tree by Nikolay Borisov · 7 years ago
  95. c31683a btrfs: Remove fs_info argument from __remove_from_free_space_tree by Nikolay Borisov · 7 years ago
  96. e581168 btrfs: Remove fs_info argument from remove_free_space_extent by Nikolay Borisov · 7 years ago
  97. 5cb1782 btrfs: Remove fs_info argument from add_free_space_extent by Nikolay Borisov · 7 years ago
  98. 85a7ef1 btrfs: Remove fs_info argument from modify_free_space_bitmap by Nikolay Borisov · 7 years ago
  99. 690d768 btrfs: Remove fs_info argument from update_free_space_extent_count by Nikolay Borisov · 7 years ago
  100. 5296c2b btrfs: Remove fs_info parameter from convert_free_space_to_extents by Nikolay Borisov · 7 years ago