1. 18bf591 btrfs: add missing initialization in btrfs_check_shared by Edmund Nadolski · 7 years ago
  2. 047fdea btrfs: Fix NULL pointer exception in find_bio_stripe by Dmitriy Gorokh · 7 years ago
  3. 1f250e9 Btrfs: fix log replay failure after unlink and link combination by Filipe Manana · 7 years ago
  4. 9a6509c Btrfs: fix log replay failure after linking special file and fsync by Filipe Manana · 7 years ago
  5. d4dfc0f Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 7 years ago
  6. 3c181c1 btrfs: use proper endianness accessors for super_copy by Anand Jain · 7 years ago
  7. 92e222d btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 7 years ago
  8. 765f3ce btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster by Nikolay Borisov · 7 years ago
  9. ac01f26 btrfs: handle failure of add_pending_csums by Nikolay Borisov · 7 years ago
  10. a8fd1f7 btrfs: use kvzalloc to allocate btrfs_fs_info by Jeff Mahoney · 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. 952bd3d 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. 3acbcbf btrfs: drop devid as device_list_add() arg by Anand Jain · 7 years ago
  22. e124ece btrfs: get device pointer from device_list_add() by Anand Jain · 7 years ago
  23. f2788d2 btrfs: set the total_devices in device_list_add() by Anand Jain · 7 years ago
  24. 327f18c btrfs: move pr_info into device_list_add by Anand Jain · 7 years ago
  25. d8367db btrfs: make btrfs_free_stale_devices() to match the path by Anand Jain · 7 years ago
  26. 0d34097 btrfs: rename btrfs_free_stale_devices() arg to skip_dev by Anand Jain · 7 years ago
  27. 522f1b4 btrfs: make btrfs_free_stale_devices() argument optional by Anand Jain · 7 years ago
  28. 38cf665 btrfs: make btrfs_free_stale_device() to iterate all stales by Anand Jain · 7 years ago
  29. a848b3e btrfs: no need to check for btrfs_fs_devices::seeding by Anand Jain · 7 years ago
  30. b03ebd9 btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding it by Nikolay Borisov · 7 years ago
  31. 5f4791f Btrfs: noinline merge_extent_mapping by Liu Bo · 7 years ago
  32. 9a7e10e Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping by Liu Bo · 7 years ago
  33. cd77f4f Btrfs: extent map selftest: dio write vs dio read by Liu Bo · 7 years ago
  34. fd87526f Btrfs: extent map selftest: buffered write vs dio read by Liu Bo · 7 years ago
  35. 72b2807 Btrfs: add extent map selftests by Liu Bo · 7 years ago
  36. c04e61b Btrfs: move extent map specific code to extent_map.c by Liu Bo · 7 years ago
  37. 7b4df058 Btrfs: add helper for em merge logic by Liu Bo · 7 years ago
  38. 18e83ac Btrfs: fix unexpected EEXIST from btrfs_get_extent by Liu Bo · 7 years ago
  39. a520a7e Btrfs: fix incorrect block_len in merge_extent_mapping by Liu Bo · 7 years ago
  40. 3cbf26d btrfs: Remove unused readahead spinlock by Matthew Wilcox · 7 years ago
  41. 7583d8d Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io by Liu Bo · 7 years ago
  42. 44ac474 Btrfs: do not cache rbio pages if using raid6 recover by Liu Bo · 7 years ago
  43. 0198e5b Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all by Liu Bo · 7 years ago
  44. df6703e btrfs: correct wrong comment about magic number of index_cnt by Su Yue · 7 years ago
  45. d2560eb btrfs: Make btrfs_inode_rsv_release static by Nikolay Borisov · 7 years ago
  46. 1c94da9 btrfs: cleanup btrfs_free_stale_device() usage by Anand Jain · 7 years ago
  47. e2683fc btrfs: tree-check: reduce stack consumption in check_dir_item by David Sterba · 7 years ago
  48. 6670d4c btrfs: use correct string length in DEV_INFO ioctl by Xiongfeng Wang · 7 years ago
  49. 6f794e3 btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP by Anand Jain · 7 years ago
  50. 98820a7 btrfs: add support for SUPER_FLAG_CHANGING_FSID by Anand Jain · 7 years ago
  51. e2731e5 btrfs: define SUPER_FLAG_METADUMP_V2 by Anand Jain · 7 years ago
  52. a6f93c7 Btrfs: avoid losing data raid profile when deleting a device by Liu Bo · 7 years ago
  53. 81fdf63 Btrfs: fix space leak after fallocate and zero range operations by Filipe Manana · 7 years ago
  54. 9f13ce7 Btrfs: fix missing inode i_size update after zero range operation by Filipe Manana · 7 years ago
  55. 94f4507 Btrfs: use cached state when dirtying pages during buffered write by Filipe Manana · 7 years ago
  56. f27451f Btrfs: add support for fallocate's zero range operation by Filipe Manana · 7 years ago
  57. cc54ff6 Btrfs: do not merge rbios if their fail stripe index are not identical by Liu Bo · 7 years ago
  58. db34be1 Btrfs: remove redundant check in rbio_can_merge by Liu Bo · 7 years ago
  59. 05a5c55 btrfs: minor style cleanups in btrfs_scan_one_device by Anand Jain · 7 years ago
  60. c1f32b7 btrfs: simplify mutex unlocking code in btrfs_commit_transaction by Anand Jain · 7 years ago
  61. cadbc0a btrfs: rename btrfs_device::scrub_device to scrub_ctx by Anand Jain · 7 years ago
  62. 922ea89 btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error() by Anand Jain · 7 years ago
  63. 61ecda6 btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set by Anand Jain · 7 years ago
  64. 8810f75 Btrfs: make raid6 rebuild retry more by Liu Bo · 7 years ago
  65. 762221f Btrfs: fix scrub to repair raid6 corruption by Liu Bo · 7 years ago
  66. 6528b99 btrfs: factor btrfs_check_rw_degradable() to check given device by Anand Jain · 7 years ago
  67. e43bbe5 btrfs: sink unlock_extent parameter gfp_flags by David Sterba · 7 years ago
  68. d810a4b btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC by David Sterba · 7 years ago
  69. 5bedc48 btrfs: drop unused parameters from mount_subvol by David Sterba · 7 years ago
  70. e215772 btrfs: cleanup unnecessary string dup in btrfs_parse_options() by Misono, Tomohiro · 7 years ago
  71. 203e02d Btrfs: remove unused wait in btrfs_stripe_hash by Liu Bo · 7 years ago
  72. 36f7894 btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bio by Nikolay Borisov · 7 years ago
  73. ffc9c8d btrfs: Remove redundant bio_get/bio_set pair from submit_one_bio by Nikolay Borisov · 7 years ago
  74. ea057f6 btrfs: Remove redundant bio_get/set from submit_dio_repair_bio by Nikolay Borisov · 7 years ago
  75. 32506af btrfs: Remove redundant bio_get/set calls in compressed read/write paths by Nikolay Borisov · 7 years ago
  76. 4271ece btrfs: Improve btrfs_search_slot description by Nikolay Borisov · 7 years ago
  77. 36243c9 btrfs: heuristic: call get4bits directly by David Sterba · 7 years ago
  78. 7add17b btrfs: heuristic: open code copy_call callback of radix sort by David Sterba · 7 years ago
  79. 23ae8c6 btrfs: heuristic: open code get_num callback of radix sort by David Sterba · 7 years ago
  80. 78f6bea btrfs: remove unused arg from parse_subvol_options() by Misono, Tomohiro · 7 years ago
  81. 83085935 btrfs: remove unused setup_root_args() by Misono, Tomohiro · 7 years ago
  82. d740760 btrfs: split parse_early_options() in two by Misono, Tomohiro · 7 years ago
  83. 312c89f btrfs: cleanup btrfs_mount() using btrfs_mount_root() by Misono, Tomohiro · 7 years ago
  84. 72fa39f btrfs: add btrfs_mount_root() and new file_system_type by Misono, Tomohiro · 7 years ago
  85. aab6e9e btrfs: unify extent_page_data type passed as void by David Sterba · 7 years ago
  86. 935db85 btrfs: sink writepage parameter to extent_write_cache_pages by David Sterba · 8 years ago
  87. 25b860e btrfs: sink flush_fn to extent_write_cache_pages by David Sterba · 8 years ago
  88. e2932ee btrfs: merge two flush_write_bio helpers by David Sterba · 8 years ago
  89. a74b35e btrfs: Rename bin_search -> btrfs_bin_search by Nikolay Borisov · 7 years ago
  90. 0a9b0e5 btrfs: sink extent_write_full_page tree argument by Nikolay Borisov · 7 years ago
  91. 5e3ee23 btrfs: sink extent_write_locked_range tree parameter by Nikolay Borisov · 7 years ago
  92. 3e79806 btrfs: Remove pair of bio_get/put in btrfs_schedule_bio by Nikolay Borisov · 7 years ago
  93. 9ea2c7c btrfs: Fix out of bounds access in btrfs_search_slot by Nikolay Borisov · 7 years ago
  94. 87c46ec btrfs: remove duplicate includes by Pravin Shedge · 7 years ago
  95. f3038ee btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker by Nikolay Borisov · 7 years ago
  96. ad8bc4d btrfs: put btrfs_ioctl_vol_args_v2 related defines together by Anand Jain · 7 years ago
  97. 0f628c6 btrfs: show options: use helper to convert compression type string by David Sterba · 7 years ago
  98. 802a5c6 btrfs: prop: use common helper for type to string conversion by David Sterba · 7 years ago
  99. 9337050 btrfs: SETFLAGS ioctl: use helper for compression type conversion by David Sterba · 7 years ago
  100. e128f9c btrfs: compression: add helper for type to string conversion by David Sterba · 7 years ago