1. af8c081 Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  2. 1f250e9 Btrfs: fix log replay failure after unlink and link combination by Filipe Manana · 7 years ago
  3. 9a6509c Btrfs: fix log replay failure after linking special file and fsync by Filipe Manana · 7 years ago
  4. d4dfc0f Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 7 years ago
  5. 3c181c1 btrfs: use proper endianness accessors for super_copy by Anand Jain · 7 years ago
  6. 92e222d btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 7 years ago
  7. 765f3ce btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster by Nikolay Borisov · 7 years ago
  8. ac01f26 btrfs: handle failure of add_pending_csums by Nikolay Borisov · 7 years ago
  9. a8fd1f7 btrfs: use kvzalloc to allocate btrfs_fs_info by Jeff Mahoney · 7 years ago
  10. da370f1 Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  11. fd649f1 btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device by Nikolay Borisov · 7 years ago
  12. 627e087 Btrfs: fix null pointer dereference when replacing missing device by Filipe Manana · 7 years ago
  13. c8195a7 btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes by Zygo Blaxell · 7 years ago
  14. 952bd3db btrfs: Ignore errors from btrfs_qgroup_trace_extent_post by Nikolay Borisov · 7 years ago
  15. 900c998 Btrfs: fix unexpected -EEXIST when creating new inode by Liu Bo · 7 years ago
  16. 1a932ef Btrfs: fix use-after-free on root->orphan_block_rsv by Liu Bo · 7 years ago
  17. e8f1bc1 Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly by Liu Bo · 7 years ago
  18. 55237a5 Btrfs: fix extent state leak from tree log by Liu Bo · 7 years ago
  19. 1846430 Btrfs: fix crash due to not cleaning up tree log block's dirty bits by Liu Bo · 7 years ago
  20. e891669 Btrfs: fix deadlock in run_delalloc_nocow by Liu Bo · 7 years ago
  21. 255442c Merge tag 'docs-4.16' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  22. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  23. 31466f3 Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  24. a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  25. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  26. 3acbcbf btrfs: drop devid as device_list_add() arg by Anand Jain · 7 years ago
  27. e124ece btrfs: get device pointer from device_list_add() by Anand Jain · 7 years ago
  28. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. 3a8c723 btrfs: only dirty the inode in btrfs_update_time if something was changed by Jeff Layton · 7 years ago
  30. c7f88c4 btrfs: convert to new i_version API by Jeff Layton · 7 years ago
  31. ae5e165 fs: new API for handling inode->i_version by Jeff Layton · 7 years ago
  32. 525273f Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  33. e4fd493 Btrfs: fix stale entries in readdir by Josef Bacik · 7 years ago
  34. f2788d2 btrfs: set the total_devices in device_list_add() by Anand Jain · 7 years ago
  35. 327f18c btrfs: move pr_info into device_list_add by Anand Jain · 7 years ago
  36. d8367db btrfs: make btrfs_free_stale_devices() to match the path by Anand Jain · 7 years ago
  37. 0d34097 btrfs: rename btrfs_free_stale_devices() arg to skip_dev by Anand Jain · 7 years ago
  38. 522f1b4 btrfs: make btrfs_free_stale_devices() argument optional by Anand Jain · 7 years ago
  39. 38cf665 btrfs: make btrfs_free_stale_device() to iterate all stales by Anand Jain · 7 years ago
  40. a848b3e btrfs: no need to check for btrfs_fs_devices::seeding by Anand Jain · 7 years ago
  41. b03ebd9 btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding it by Nikolay Borisov · 7 years ago
  42. 5f4791f Btrfs: noinline merge_extent_mapping by Liu Bo · 7 years ago
  43. 9a7e10e Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping by Liu Bo · 7 years ago
  44. cd77f4f Btrfs: extent map selftest: dio write vs dio read by Liu Bo · 7 years ago
  45. fd87526f Btrfs: extent map selftest: buffered write vs dio read by Liu Bo · 7 years ago
  46. 72b2807 Btrfs: add extent map selftests by Liu Bo · 7 years ago
  47. c04e61b Btrfs: move extent map specific code to extent_map.c by Liu Bo · 7 years ago
  48. 7b4df058 Btrfs: add helper for em merge logic by Liu Bo · 7 years ago
  49. 18e83ac Btrfs: fix unexpected EEXIST from btrfs_get_extent by Liu Bo · 7 years ago
  50. a520a7e Btrfs: fix incorrect block_len in merge_extent_mapping by Liu Bo · 7 years ago
  51. 3cbf26d btrfs: Remove unused readahead spinlock by Matthew Wilcox · 7 years ago
  52. 7583d8d Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io by Liu Bo · 7 years ago
  53. 44ac474 Btrfs: do not cache rbio pages if using raid6 recover by Liu Bo · 7 years ago
  54. 0198e5b Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all by Liu Bo · 7 years ago
  55. df6703e btrfs: correct wrong comment about magic number of index_cnt by Su Yue · 7 years ago
  56. d2560eb btrfs: Make btrfs_inode_rsv_release static by Nikolay Borisov · 7 years ago
  57. 1c94da9 btrfs: cleanup btrfs_free_stale_device() usage by Anand Jain · 7 years ago
  58. e2683fc btrfs: tree-check: reduce stack consumption in check_dir_item by David Sterba · 7 years ago
  59. 6670d4c btrfs: use correct string length in DEV_INFO ioctl by Xiongfeng Wang · 7 years ago
  60. 6f794e3 btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP by Anand Jain · 7 years ago
  61. e2731e5 btrfs: define SUPER_FLAG_METADUMP_V2 by Anand Jain · 7 years ago
  62. a6f93c7 Btrfs: avoid losing data raid profile when deleting a device by Liu Bo · 7 years ago
  63. 81fdf63 Btrfs: fix space leak after fallocate and zero range operations by Filipe Manana · 7 years ago
  64. 9f13ce7 Btrfs: fix missing inode i_size update after zero range operation by Filipe Manana · 7 years ago
  65. 94f4507 Btrfs: use cached state when dirtying pages during buffered write by Filipe Manana · 7 years ago
  66. f27451f Btrfs: add support for fallocate's zero range operation by Filipe Manana · 7 years ago
  67. cc54ff6 Btrfs: do not merge rbios if their fail stripe index are not identical by Liu Bo · 7 years ago
  68. db34be1 Btrfs: remove redundant check in rbio_can_merge by Liu Bo · 7 years ago
  69. 05a5c55 btrfs: minor style cleanups in btrfs_scan_one_device by Anand Jain · 7 years ago
  70. c1f32b7 btrfs: simplify mutex unlocking code in btrfs_commit_transaction by Anand Jain · 7 years ago
  71. cadbc0a btrfs: rename btrfs_device::scrub_device to scrub_ctx by Anand Jain · 7 years ago
  72. 922ea89 btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error() by Anand Jain · 7 years ago
  73. 61ecda6 btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set by Anand Jain · 7 years ago
  74. 8810f75 Btrfs: make raid6 rebuild retry more by Liu Bo · 7 years ago
  75. 762221f Btrfs: fix scrub to repair raid6 corruption by Liu Bo · 7 years ago
  76. 6528b99 btrfs: factor btrfs_check_rw_degradable() to check given device by Anand Jain · 7 years ago
  77. e43bbe5 btrfs: sink unlock_extent parameter gfp_flags by David Sterba · 7 years ago
  78. d810a4b btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC by David Sterba · 7 years ago
  79. 5bedc48 btrfs: drop unused parameters from mount_subvol by David Sterba · 7 years ago
  80. e215772 btrfs: cleanup unnecessary string dup in btrfs_parse_options() by Misono, Tomohiro · 7 years ago
  81. 203e02d Btrfs: remove unused wait in btrfs_stripe_hash by Liu Bo · 7 years ago
  82. 36f7894 btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bio by Nikolay Borisov · 7 years ago
  83. ffc9c8d btrfs: Remove redundant bio_get/bio_set pair from submit_one_bio by Nikolay Borisov · 7 years ago
  84. ea057f6 btrfs: Remove redundant bio_get/set from submit_dio_repair_bio by Nikolay Borisov · 7 years ago
  85. 32506af btrfs: Remove redundant bio_get/set calls in compressed read/write paths by Nikolay Borisov · 7 years ago
  86. 4271ece btrfs: Improve btrfs_search_slot description by Nikolay Borisov · 7 years ago
  87. 36243c9 btrfs: heuristic: call get4bits directly by David Sterba · 7 years ago
  88. 7add17b btrfs: heuristic: open code copy_call callback of radix sort by David Sterba · 7 years ago
  89. 23ae8c6 btrfs: heuristic: open code get_num callback of radix sort by David Sterba · 7 years ago
  90. 78f6bea btrfs: remove unused arg from parse_subvol_options() by Misono, Tomohiro · 7 years ago
  91. 8308593 btrfs: remove unused setup_root_args() by Misono, Tomohiro · 7 years ago
  92. d740760 btrfs: split parse_early_options() in two by Misono, Tomohiro · 7 years ago
  93. 312c89f btrfs: cleanup btrfs_mount() using btrfs_mount_root() by Misono, Tomohiro · 7 years ago
  94. 72fa39f btrfs: add btrfs_mount_root() and new file_system_type by Misono, Tomohiro · 7 years ago
  95. aab6e9e btrfs: unify extent_page_data type passed as void by David Sterba · 7 years ago
  96. 935db85 btrfs: sink writepage parameter to extent_write_cache_pages by David Sterba · 8 years ago
  97. 25b860e btrfs: sink flush_fn to extent_write_cache_pages by David Sterba · 8 years ago
  98. e2932ee btrfs: merge two flush_write_bio helpers by David Sterba · 8 years ago
  99. a74b35e btrfs: Rename bin_search -> btrfs_bin_search by Nikolay Borisov · 7 years ago
  100. 0a9b0e5 btrfs: sink extent_write_full_page tree argument by Nikolay Borisov · 7 years ago