1. 5a2b8e6 btrfs: declare btrfs_report_missing_device() static by Anand Jain · 7 years ago
  2. 66ba772 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  3. 58efbc9 Btrfs: fix blk_status_t/errno confusion by Omar Sandoval · 7 years ago
  4. db7c942 btrfs: Remove unused sectorsize variable from struct map_lookup by Nikolay Borisov · 7 years ago
  5. e4ff5fb btrfs: Remove unused parameters from volume.c functions by Nikolay Borisov · 8 years ago
  6. c550245 btrfs: Enhance message when a device is missing during mount by Qu Wenruo · 8 years ago
  7. 21634a1 btrfs: Introduce a function to check if all chunks a OK for degraded rw mount by Qu Wenruo · 8 years ago
  8. e0ae999 btrfs: preallocate device flush bio by David Sterba · 8 years ago
  9. fa1bcbe btrfs: document mandatory order of bio in btrfs_io_bio by David Sterba · 8 years ago
  10. 17347ce Btrfs: change how we iterate bios in endio by Liu Bo · 8 years ago
  11. 401b41e btrfs: add framework to handle device flush error as a volume by Anand Jain · 8 years ago
  12. 13e88e1 btrfs: delete unused member nobarriers by Anand Jain · 8 years ago
  13. 825ad4c btrfs: drop redundant parameters from btrfs_map_sblock by David Sterba · 8 years ago
  14. 592d92e Btrfs: create a helper for getting chunk map by Liu Bo · 8 years ago
  15. 140475a btrfs: convert btrfs_bio.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  16. da353f6 btrfs: constify device path passed to relevant helpers by David Sterba · 8 years ago
  17. 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  18. 3444136 btrfs: opencode chunk locking, remove helpers by David Sterba · 8 years ago
  19. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  20. 3796d33 btrfs: root->fs_info cleanup, lock/unlock_chunks by Jeff Mahoney · 9 years ago
  21. fb45625 btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere by Jeff Mahoney · 9 years ago
  22. 5112feb btrfs: btrfs_init_new_device should use fs_info->dev_root by Jeff Mahoney · 9 years ago
  23. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 9 years ago
  24. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 9 years ago
  25. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  26. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  27. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  28. 81a75f67 btrfs: use bio fields for op and flags by Mike Christie · 9 years ago
  29. b3d3fa5 btrfs: update __btrfs_map_block for REQ_OP transition by Mike Christie · 9 years ago
  30. 680834c Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  31. 36fac9e Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  32. 3d8da67 Btrfs: fix divide error upon chunk's stripe_len by Liu Bo · 9 years ago
  33. 88acff6 btrfs: cleanup assigning next active device with a check by Anand Jain · 9 years ago
  34. 04cd01d btrfs: uapi/linux/btrfs.h migration, move balance flags by Jeff Mahoney · 9 years ago
  35. 5c5c0df btrfs: rename btrfs_find_device_by_user_input by David Sterba · 9 years ago
  36. 621292b btrfs: introduce raid-type to error-code table, for minimum device constraint by David Sterba · 9 years ago
  37. 6b526ed btrfs: introduce device delete by devid by Anand Jain · 9 years ago
  38. 24e0474 btrfs: create helper btrfs_find_device_by_user_input() by Anand Jain · 9 years ago
  39. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  40. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 9 years ago
  41. afa427c Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  42. 87ad58c btrfs: make btrfs_close_one_device static by David Sterba · 9 years ago
  43. da02c68 btrfs: fix clashing number of the enhanced balance usage filter by David Sterba · 9 years ago
  44. b66d62b btrfs: add balance filters limits, stripes and usage to supported mask by David Sterba · 9 years ago
  45. bc30946 btrfs: extend balance filter usage to take minimum and maximum by David Sterba · 9 years ago
  46. dee32d0 btrfs: add balance filter for stripes by Gabríel Arthúr Pétursson · 9 years ago
  47. 12907fc btrfs: extend balance filter limit to take minimum and maximum by David Sterba · 9 years ago
  48. 849ef92 btrfs: check unsupported filters in balance arguments by David Sterba · 9 years ago
  49. a0d58e4 Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  50. 8789f4f btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures() by Zhao Lei · 9 years ago
  51. af90204 btrfs: Move btrfs_raid_array to public by Zhao Lei · 9 years ago
  52. f190aa4 Btrfs: add helper for closing one device by Anand Jain · 9 years ago
  53. 12b1c26 Btrfs: enhance btrfs_scratch_superblock to scratch all superblocks by Anand Jain · 9 years ago
  54. c1b7e47 Btrfs: rename super_kobj to fsid_kobj by Anand Jain · 9 years ago
  55. 46cd285 Merge branch 'jeffm-discard-4.3' into for-linus-4.3 by Chris Mason · 9 years ago
  56. 499f377 btrfs: iterate over unused chunk space in FITRIM by Jeff Mahoney · 10 years ago
  57. 043cd04 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  58. 5a13f43 Btrfs: sysfs: add pointer to access fs_info from fs_devices by Anand Jain · 10 years ago
  59. c73eccf Btrfs: introduce btrfs_get_fs_uuids to get fs_uuids by Anand Jain · 10 years ago
  60. 2e7910d Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devices by Anand Jain · 10 years ago
  61. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 10 years ago
  62. 9eaed21 btrfs: remove unused fs_info arg from btrfs_close_extra_devices() by Eric Sandeen · 10 years ago
  63. 10f1190 Btrfs: Include map_type in raid_bio by Zhao Lei · 10 years ago
  64. 6e9606d Btrfs: add ref_count and free function for btrfs_bio by Zhao Lei · 10 years ago
  65. 8e5cfb5 Btrfs: Make raid_map array be inlined in btrfs_bio structure 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. 0421682 Btrfs: fix race between fs trimming and block group remove/allocation by Filipe Manana · 10 years ago
  68. 2c8cdd6 Btrfs, replace: write dirty pages into the replace target device by Miao Xie · 10 years ago
  69. af8e2d1 Btrfs, scrub: repair the common data on RAID5/6 if it is corrupted by Miao Xie · 10 years ago
  70. 084b6e7c btrfs: Fix a lockdep warning when running xfstest. by Qu Wenruo · 10 years ago
  71. 47ab2a6 Btrfs: remove empty block groups automatically by Josef Bacik · 10 years ago
  72. c1dc089 Btrfs: do file data check by sub-bio's self by Miao Xie · 10 years ago
  73. 67a2c45 Btrfs: fix use-after-free problem of the device during device replace 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. 90180da Btrfs: cleanup unused num_can_discard in fs_devices by Miao Xie · 10 years ago
  79. 443f24f Btrfs: cleanup unused latest_devid and latest_trans in fs_devices by Miao Xie · 10 years ago
  80. 6ba40b6 Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie by Miao Xie · 10 years ago
  81. addc3fa Btrfs: Fix the problem that the dirty flag of dev stats is cleared by Miao Xie · 10 years ago
  82. d5ee37b Btrfs: make the device lock and its protected data in the same cacheline by Miao Xie · 10 years ago
  83. c55f139 Btrfs: fix deadlock when mounting a degraded fs by Miao Xie · 11 years ago
  84. 7d824b6 btrfs: balance filter: add limit of processed chunks by David Sterba · 11 years ago
  85. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
  86. a8c93d4e btrfs: Replace fs_info->submit_workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  87. c404e0d Btrfs: fix use-after-free in the finishing procedure of the device replace by Miao Xie · 11 years ago
  88. 3c45bfc btrfs: Pack struct btrfs_device by Dulshani Gunawardhana · 11 years ago
  89. 9b011ad Btrfs: remove scrub_super_lock holding in btrfs_sync_log() by Wang Shilong · 11 years ago
  90. 12bd2fc Btrfs: add btrfs_alloc_device and switch to it by Ilya Dryomov · 11 years ago
  91. 70f8017 Btrfs: check UUID tree during mount if required by Stefan Behrens · 11 years ago
  92. f7a81ea Btrfs: create UUID tree if required by Stefan Behrens · 11 years ago
  93. facc8a22 Btrfs: don't cache the csum value into the extent state tree by Miao Xie · 11 years ago
  94. 6df9a95 Btrfs: make the chunk allocator completely tree lockless by Josef Bacik · 12 years ago
  95. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 12 years ago
  96. 9be3395 Btrfs: use a btrfs bioset instead of abusing bio internals by Chris Mason · 12 years ago
  97. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 12 years ago
  98. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 12 years ago
  99. 55e301f Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h by Filipe Brandenburger · 12 years ago
  100. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago