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