1. 82b3e53 btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_roots by Nikolay Borisov · 6 years ago
  2. a0fecc2 btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_start by David Sterba · 6 years ago
  3. 010a47b btrfs: add proper safety check before resuming dev-replace by David Sterba · 6 years ago
  4. d48f39d btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static by David Sterba · 6 years ago
  5. 6fc4749 btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clear by David Sterba · 6 years ago
  6. 00251a5 btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller by David Sterba · 6 years ago
  7. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 6 years ago
  8. 7e79cb8 btrfs: split dev-replace locking helpers for read and write by David Sterba · 6 years ago
  9. 8f2ceaa btrfs: log, when replace, is canceled by the user by Anand Jain · 6 years ago
  10. acf18c5 btrfs: fix null pointer deref when target device is missing by Anand Jain · 6 years ago
  11. 15fc128 btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume() by Anand Jain · 6 years ago
  12. 18e67c7 btrfs: btrfs_dev_replace_cancel() can return int by Anand Jain · 6 years ago
  13. 17d202b btrfs: rename __btrfs_dev_replace_cancel() by Anand Jain · 6 years ago
  14. 9728203 btrfs: open code btrfs_dev_replace_cancel() by Anand Jain · 6 years ago
  15. 401e29c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT by Anand Jain · 7 years ago
  16. e6e674b btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING by Anand Jain · 7 years ago
  17. 3c958bd btrfs: add helper for device path or missing by Anand Jain · 7 years ago
  18. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  19. f1b8a1e btrfs: simplify btrfs_dev_replace_kthread by David Sterba · 7 years ago
  20. 74b595f btrfs: factor reading progress out of btrfs_dev_replace_status by David Sterba · 7 years ago
  21. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  22. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 7 years ago
  23. 42c61ab Btrfs: switch to div64_u64 if with a u64 divisor by Liu Bo · 7 years ago
  24. ae6529c btrfs: Wait for in-flight bios before freeing target device for raid56 by Qu Wenruo · 7 years ago
  25. 171938e btrfs: track exclusive filesystem operation in flags by David Sterba · 7 years ago
  26. da353f6 btrfs: constify device path passed to relevant helpers by David Sterba · 7 years ago
  27. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  28. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  29. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  30. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  31. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  32. 3cdde22 btrfs: btrfs_test_opt and friends should take a btrfs_fs_info by Jeff Mahoney · 8 years ago
  33. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  34. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  35. c315ef8 Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 8 years ago
  36. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 8 years ago
  37. 88acff6 btrfs: cleanup assigning next active device with a check by Anand Jain · 8 years ago
  38. 8ed01ab btrfs: s_bdev is not null after missing replace by Anand Jain · 8 years ago
  39. b525545 btrfs: refactor btrfs_dev_replace_start for reuse by Anand Jain · 8 years ago
  40. fc23c24 btrfs: use fs_info directly by Anand Jain · 8 years ago
  41. 5c5c0df btrfs: rename btrfs_find_device_by_user_input by David Sterba · 8 years ago
  42. b3d1b15 btrfs: enhance btrfs_find_device_by_user_input() to check device path by Anand Jain · 8 years ago
  43. 24e0474 btrfs: create helper btrfs_find_device_by_user_input() by Anand Jain · 8 years ago
  44. 7ccefb9 btrfs: Reset IO error counters before start of device replacing by Yauhen Kharuzhy · 8 years ago
  45. bb7ab3b btrfs: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  46. 675d276 Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6 by David Sterba · 8 years ago
  47. 73beece Btrfs: fix lockdep deadlock warning due to dev_replace by Liu Bo · 9 years ago
  48. 58c4e17 btrfs: scrub: use GFP_KERNEL on the submission path by David Sterba · 8 years ago
  49. 95617d6 btrfs: cleanup, stop casting for extent_map->lookup everywhere by Jeff Mahoney · 9 years ago
  50. 6db4a73 Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  51. 62fb50a Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  52. 730d9ec btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblocked by David Sterba · 9 years ago
  53. ecaeb14 btrfs: switch message printers to _in_rcu variants by David Sterba · 9 years ago
  54. 73416da Btrfs: move kobj stuff out of dev_replace lock range by Liu Bo · 9 years ago
  55. 9e271ae Btrfs: kernel operation should come after user input has been verified by Anand Jain · 9 years ago
  56. 3257604 Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_link by Anand Jain · 9 years ago
  57. e3bd697 Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_link by Anand Jain · 9 years ago
  58. 527afb4 Btrfs: cleanup: remove unnecessary check before btrfs_free_path is called by Tsutomu Itoh · 9 years ago
  59. 3e303ea btrfs: its btrfs_err() instead of btrfs_error() by Anand Jain · 9 years ago
  60. d2ff1b2 Btrfs: sysfs: add support to show replacing target in the sysfs by Anand Jain · 9 years ago
  61. 6c14a16 Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info by Anand Jain · 9 years ago
  62. 1ba4381 Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info by Anand Jain · 9 years ago
  63. f8c269d btrfs: cleanup 64bit/32bit divs, compile time constants by David Sterba · 10 years ago
  64. 7653947 Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event() by Zhao Lei · 10 years ago
  65. 09dd7a0 Btrfs: Cleanup btrfs_bio_counter_inc_blocked() by Zhao Lei · 10 years ago
  66. 9627aee Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus by Chris Mason · 10 years ago
  67. 5d3edd8 Btrfs, replace: enable dev-replace for raid56 by Zhao Lei · 10 years ago
  68. 4245215 Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56 by Miao Xie · 10 years ago
  69. 084b6e7c btrfs: Fix a lockdep warning when running xfstest. by Qu Wenruo · 10 years ago
  70. 2fc9f6b Btrfs: return failure if btrfs_dev_replace_finishing() failed by Eryu Guan · 10 years ago
  71. 82372bc Btrfs: make the logic of source device removing more clear by Miao Xie · 10 years ago
  72. 67a2c45 Btrfs: fix use-after-free problem of the device during device replace by Miao Xie · 10 years ago
  73. 2196d6e Btrfs: Fix misuse of chunk mutex by Miao Xie · 10 years ago
  74. 7cc8e58 Btrfs: fix unprotected device's variants on 32bits machine by Miao Xie · 10 years ago
  75. ce7213c Btrfs: fix wrong device bytes_used in the super block by Miao Xie · 10 years ago
  76. 935e5cc Btrfs: fix wrong disk size when writing super blocks by Miao Xie · 10 years ago
  77. 1c43366 Btrfs: fix unprotected assignment of the target device by Miao Xie · 10 years ago
  78. c766211 Btrfs: cleanup double assignment of device->bytes_used when device replace finishes by Miao Xie · 10 years ago
  79. 12b894c btrfs: Fix a deadlock in btrfs_dev_replace_finishing() by Qu Wenruo · 10 years ago
  80. de4c296 btrfs: fix typo in the log message by Anand Jain · 10 years ago
  81. 63dd86f btrfs: fix rw_devices miss match after seed replace by Anand Jain · 10 years ago
  82. 49c6f73 btrfs: dev replace should replace the sysfs entry by Anand Jain · 10 years ago
  83. c81d576 btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56 by Gui Hecheng · 10 years ago
  84. 6c255e6 Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock by Miao Xie · 10 years ago
  85. c404e0d Btrfs: fix use-after-free in the finishing procedure of the device replace by Miao Xie · 10 years ago
  86. 391cd9d Btrfs: fix unprotected alloc list insertion during the finishing procedure of replace by Miao Xie · 10 years ago
  87. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  88. 52a1575 btrfs: fix typo in the log message by Anand Jain · 11 years ago
  89. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  90. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  91. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  92. 4546bca btrfs: use get_seconds() instead of btrfs wrapper by Zach Brown · 11 years ago
  93. e649e58 Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mounts by Ilya Dryomov · 11 years ago
  94. 1329dfc Merge branch 'for-linus' into for-linus-3.12 by Chris Mason · 11 years ago
  95. 1357272 Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishing by Ilya Dryomov · 11 years ago
  96. 0fbf2cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  97. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  98. b7c09ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  99. 6e71c47 Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constant by Geert Uytterhoeven · 11 years ago
  100. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago