1. a315e68 Btrfs: fix invalid attempt to free reserved space on failure to cow range by Filipe Manana · 8 years ago
  2. 52427260 btrfs: Handle delalloc error correctly to avoid ordered extent hang by Qu Wenruo · 8 years ago
  3. 4dbd80f btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum error by Qu Wenruo · 8 years ago
  4. a967efb Btrfs: fix potential use-after-free for cloned bio by Liu Bo · 8 years ago
  5. 97bf5a5 Btrfs: fix segmentation fault when doing dio read by Liu Bo · 8 years ago
  6. 2e949b0 Btrfs: fix invalid dereference in btrfs_retry_endio by Liu Bo · 8 years ago
  7. 951e796 btrfs: drop the nossd flag when remounting with -o ssd by Adam Borowski · 8 years ago
  8. 41a75a6 Merge branch 'for-chris-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11 by Chris Mason · 8 years ago
  9. 457ae72 Btrfs: fix an integer overflow check by Dan Carpenter · 8 years ago
  10. ce0dcee btrfs: Change qgroup_meta_rsv to 64bit by Goldwyn Rodrigues · 8 years ago
  11. 9d0d1c8 Btrfs: bring back repair during read by Liu Bo · 8 years ago
  12. e1699d2 btrfs: add missing memset while reading compressed inline extents by Zygo Blaxell · 8 years ago
  13. 49d4a33 Btrfs: fix regression in lock_delalloc_pages by Liu Bo · 8 years ago
  14. 68598d2e btrfs: remove btrfs_err_str function from uapi/linux/btrfs.h by Dmitry V. Levin · 8 years ago
  15. e9f467d Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11 by Chris Mason · 8 years ago
  16. 20a7db8 btrfs: add dummy callback for readpage_io_failed and drop checks by David Sterba · 8 years ago
  17. 20c9801 btrfs: drop checks for mandatory extent_io_ops callbacks by David Sterba · 8 years ago
  18. 4d53ddd btrfs: document existence of extent_io ops callbacks by David Sterba · 8 years ago
  19. c3988d6 btrfs: let writepage_end_io_hook return void by David Sterba · 8 years ago
  20. b9d04c6 btrfs: do proper error handling in btrfs_insert_xattr_item by David Sterba · 8 years ago
  21. fa25299 btrfs: handle allocation error in update_dev_stat_item by David Sterba · 8 years ago
  22. 047e5e1 btrfs: remove BUG_ON from __tree_mod_log_insert by David Sterba · 8 years ago
  23. e5d7490 btrfs: derive maximum output size in the compression implementation by David Sterba · 8 years ago
  24. 069eac7 btrfs: use predefined limits for calculating maximum number of pages for compression by David Sterba · 8 years ago
  25. ff76386 btrfs: export compression buffer limits in a header by David Sterba · 8 years ago
  26. 4d3a800 btrfs: merge nr_pages input and output parameter in compress_pages by David Sterba · 8 years ago
  27. 38c3146 btrfs: merge length input and output parameter in compress_pages by David Sterba · 8 years ago
  28. 52f75f4 btrfs: constify name of subvolume in creation helpers by David Sterba · 8 years ago
  29. 14a3357 btrfs: constify buffers used by compression helpers by David Sterba · 8 years ago
  30. 9ed5736 btrfs: constify input buffer of btrfs_csum_data by David Sterba · 8 years ago
  31. da353f6 btrfs: constify device path passed to relevant helpers by David Sterba · 8 years ago
  32. 0b58170 btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inode by Nikolay Borisov · 8 years ago
  33. abcefb1 btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inode by Nikolay Borisov · 8 years ago
  34. cef415a btrfs: Make btrfs_add_nondir take btrfs_inode by Nikolay Borisov · 8 years ago
  35. db0a669 btrfs: Make btrfs_add_link take btrfs_inode by Nikolay Borisov · 8 years ago
  36. 9e3e97f btrfs: Make btrfs_del_delalloc_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  37. fc4f21b btrfs: Make get_extent_t take btrfs_inode by Nikolay Borisov · 8 years ago
  38. 1c8c9c5 btrfs: Make check_extent_to_block take btrfs_inode by Nikolay Borisov · 8 years ago
  39. a2f392e btrfs: Make clone_update_extent_map take btrfs_inode by Nikolay Borisov · 8 years ago
  40. 6fc0ef6 btrfs: Make btrfs_clear_bit_hook take btrfs_inode by Nikolay Borisov · 8 years ago
  41. 9cdc512 btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode by Nikolay Borisov · 8 years ago
  42. 19df27a btrfs: make btrfs_log_inode_parent take btrfs_inode by Nikolay Borisov · 8 years ago
  43. aefa611 btrfs: Make check_parent_dirs_for_sync take btrfs_inode by Nikolay Borisov · 8 years ago
  44. 73f2e54 btrfs: Make btrfs_orphan_add take btrfs_inode by Nikolay Borisov · 8 years ago
  45. 3d6ae7b btrfs: make btrfs_orphan_del take btrfs_inode by Nikolay Borisov · 8 years ago
  46. 7ab7956 btrfs: make btrfs_free_io_failure_record take btrfs_inode by Nikolay Borisov · 8 years ago
  47. b30cb44 btrfs: make clean_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  48. 9d4f7f8 btrfs: make repair_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  49. f898ac6 btrfs: make check_compressed_csum take btrfs_inode by Nikolay Borisov · 8 years ago
  50. 0970a22 btrfs: make btrfs_print_data_csum_error take btrfs_inode by Nikolay Borisov · 8 years ago
  51. 4ac1f4a btrfs: make free_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  52. 2cff578c btrfs: Make lock_and_cleanup_extent_if_need take btrfs_inode by Nikolay Borisov · 8 years ago
  53. 85b7ab6 btrfs: Make check_can_nocow take btrfs_inode by Nikolay Borisov · 8 years ago
  54. a776c6f btrfs: Make btrfs_lookup_ordered_range take btrfs_inode by Nikolay Borisov · 8 years ago
  55. 7a6d706 btrfs: Make btrfs_mark_extent_written take btrfs_inode by Nikolay Borisov · 8 years ago
  56. a012a74 btrfs: Make fill_holes take btrfs_inode by Nikolay Borisov · 8 years ago
  57. 35339c2 btrfs: Make hole_mergeable take btrfs_inode by Nikolay Borisov · 8 years ago
  58. dcdbc05 btrfs: Make btrfs_drop_extent_cache take btrfs_inode by Nikolay Borisov · 8 years ago
  59. 46e5979 btrfs: Make btrfs_requeue_inode_defrag take btrfs_inode by Nikolay Borisov · 8 years ago
  60. 6158e1c btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inode by Nikolay Borisov · 8 years ago
  61. 691fa05 btrfs: all btrfs_delalloc_release_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  62. 9f3db42 btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  63. 703b391 btrfs: Make btrfs_orphan_release_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  64. 8ed7a2a btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  65. 0e6bf9b btrfs: Make calc_csum_metadata_size take btrfs_inode by Nikolay Borisov · 8 years ago
  66. baa3ba3 btrfs: Make drop_outstanding_extent take btrfs_inode by Nikolay Borisov · 8 years ago
  67. 04f4f91 btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inode by Nikolay Borisov · 8 years ago
  68. 70ddc55 btrfs: make btrfs_is_free_space_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  69. 6ef06d2 btrfs: Make btrfs_i_size_write take btrfs_inode by Nikolay Borisov · 8 years ago
  70. 877574e btrfs: Make btrfs_set_inode_index take btrfs_inode by Nikolay Borisov · 8 years ago
  71. 4c570655 btrfs: make btrfs_set_inode_index_count take btrfs_inode by Nikolay Borisov · 8 years ago
  72. 8e7611c btrfs: Make btrfs_insert_dir_item take btrfs_inode by Nikolay Borisov · 8 years ago
  73. d0a0b78 btrfs: Make btrfs_log_all_parents take btrfs_inode by Nikolay Borisov · 8 years ago
  74. ef6ebf3 Merge branch 'for-chris-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.11 by Chris Mason · 8 years ago
  75. 263d399 Btrfs: try harder to migrate items to left sibling before splitting a leaf by Filipe Manana · 8 years ago
  76. 76b42ab Btrfs: fix data loss after truncate when using the no-holes feature by Filipe Manana · 8 years ago
  77. 82bfb2e Btrfs: incremental send, fix unnecessary hole writes for sparse files by Filipe Manana · 8 years ago
  78. a9b9477 Btrfs: fix use-after-free due to wrong order of destroying work queues by Filipe Manana · 8 years ago
  79. 5cdd7db Btrfs: fix assertion failure when freeing block groups at close_ctree() by Filipe Manana · 8 years ago
  80. 3168021c Btrfs: do not create explicit holes when replaying log tree if NO_HOLES enabled by Filipe Manana · 8 years ago
  81. 91e1f56 Btrfs: fix leak of subvolume writers counter by Robbie Ko · 8 years ago
  82. 6f54621 Btrfs: bulk delete checksum items in the same leaf by Filipe Manana · 8 years ago
  83. 0191410 Btrfs: incremental send, do not issue invalid rmdir operations by Robbie Ko · 8 years ago
  84. fe9c798 Btrfs: incremental send, do not delay rename when parent inode is new by Filipe Manana · 8 years ago
  85. 4dd9920 Btrfs: send, fix failure to rename top level inode due to name collision by Robbie Ko · 8 years ago
  86. 6288d6e Btrfs: use the correct type when creating cow dio extent by Liu Bo · 8 years ago
  87. b151762 Btrfs: fix deadlock between dedup on same file and starting writeback by Filipe Manana · 8 years ago
  88. 71367b3 btrfs: use btrfs_debug instead of pr_debug in transaction abort by Jeff Mahoney · 8 years ago
  89. 21e75ff btrfs: btrfs_truncate_free_space_cache always allocates path by Jeff Mahoney · 8 years ago
  90. 77ab86b btrfs: free-space-cache, clean up unnecessary root arguments by Jeff Mahoney · 8 years ago
  91. 5e00f19 btrfs: convert btrfs_inc_block_group_ro to accept fs_info by Jeff Mahoney · 8 years ago
  92. 0c9ab34 btrfs: flush_space always takes fs_info->fs_root by Jeff Mahoney · 8 years ago
  93. 87bde3c btrfs: pass fs_info to (more) routines that are only called with extent_root by Jeff Mahoney · 8 years ago
  94. fb235dc btrfs: qgroup: Move half of the qgroup accounting time out of commit trans by Qu Wenruo · 8 years ago
  95. 15b3451 btrfs: remove unused parameter from adjust_slots_upwards by David Sterba · 8 years ago
  96. 0e8d931 btrfs: remove unused parameters from __btrfs_write_out_cache by David Sterba · 8 years ago
  97. 7bf1a15 btrfs: remove unused parameter from cleanup_write_cache_enospc by David Sterba · 8 years ago
  98. d75eefd btrfs: remove unused parameter from __add_inode_ref by David Sterba · 8 years ago
  99. 4a0ab9d btrfs: remove unused parameter from clone_copy_inline_extent by David Sterba · 8 years ago
  100. 1a287cf btrfs: remove unused parameters from btrfs_cmp_data by David Sterba · 8 years ago