1. f2ab761 btrfs: Fix tail space processing in find_free_dev_extent() by Zhao Lei · 9 years ago
  2. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  3. 258ece0 btrfs: remove shadowing variables in __btrfs_map_block by David Sterba · 9 years ago
  4. 9d644a6 btrfs: cleanup, use correct type in div_u64_rem by David Sterba · 9 years ago
  5. 47c5713 btrfs: replace remaining do_div calls with div_u64 variants by David Sterba · 9 years ago
  6. b8b93ad btrfs: cleanup 64bit/32bit divs, provably bounded values by David Sterba · 9 years ago
  7. 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 9 years ago
  8. 853d8ec btrfs: need_resched not needed with cond_resched by David Sterba · 9 years ago
  9. e57cf21 Btrfs: fix allocation size calculations in alloc_btrfs_bio by Chris Mason · 9 years ago
  10. 9eaed21 btrfs: remove unused fs_info arg from btrfs_close_extra_devices() by Eric Sandeen · 10 years ago
  11. 08da757 btrfs: cleanup: use for() loop in btrfs_map_bio() by Zhao Lei · 9 years ago
  12. a688a04 btrfs: remove unused chunk_tree argument in several functions by Zhao Lei · 9 years ago
  13. e8c9f18 btrfs: constify structs with op functions or static definitions by David Sterba · 9 years ago
  14. 13212b5 btrfs: Fix out-of-space bug by Zhao Lei · 9 years ago
  15. e3540ea btrfs: add more checks to btrfs_read_sys_array by David Sterba · 10 years ago
  16. 1ffb22c btrfs: cleanup, rename a few variables in btrfs_read_sys_array by David Sterba · 10 years ago
  17. ffe2d20 Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply by Zhao Lei · 9 years ago
  18. 10f1190 Btrfs: Include map_type in raid_bio by Zhao Lei · 9 years ago
  19. 6e9606d Btrfs: add ref_count and free function for btrfs_bio by Zhao Lei · 9 years ago
  20. 8e5cfb5 Btrfs: Make raid_map array be inlined in btrfs_bio structure by Zhao Lei · 9 years ago
  21. cc7539e Btrfs: sort raid_map before adding tgtdev stripes by Zhao Lei · 9 years ago
  22. 57bbddd Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 9 years ago
  23. 98af592 btrfs: filp_open() returns ERR_PTR() on failure, not NULL... by Al Viro · 10 years ago
  24. a83fffb btrfs: sink blocksize parameter to btrfs_find_create_tree_block by David Sterba · 10 years ago
  25. 9627aee Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus by Chris Mason · 10 years ago
  26. 495e64f Btrfs: fix fs mapping extent map leak by Filipe Manana · 10 years ago
  27. 0421682 Btrfs: fix race between fs trimming and block group remove/allocation by Filipe Manana · 10 years ago
  28. 4245215 Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56 by Miao Xie · 10 years ago
  29. 2c8cdd6 Btrfs, replace: write dirty pages into the replace target device by Miao Xie · 10 years ago
  30. af8e2d1 Btrfs, scrub: repair the common data on RAID5/6 if it is corrupted by Miao Xie · 10 years ago
  31. 6de6565 Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_block by Zhao Lei · 10 years ago
  32. f90523d Btrfs: remove noused bbio_ret in __btrfs_map_block in condition by Zhao Lei · 10 years ago
  33. 084b6e7c btrfs: Fix a lockdep warning when running xfstest. by Qu Wenruo · 10 years ago
  34. 90d0c37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  35. 1b6e446 Btrfs: fix compilation errors under DEBUG by Fabian Frederick · 10 years ago
  36. 47ab2a6 Btrfs: remove empty block groups automatically by Josef Bacik · 10 years ago
  37. 0f23ae7 Revert "Btrfs: device_list_add() should not update list when mounted" by Chris Mason · 10 years ago
  38. 28e1cc7 Btrfs: Set real mirror number for read operation on RAID0/5/6 by Miao Xie · 10 years ago
  39. c3929c3 Btrfs: modify rw_devices counter under chunk_mutex context by Miao Xie · 10 years ago
  40. 5f37583 Btrfs: move the missing device to its own fs device list by Miao Xie · 10 years ago
  41. 416d7b8 Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fs by Miao Xie · 10 years ago
  42. 82372bc Btrfs: make the logic of source device removing more clear by Miao Xie · 10 years ago
  43. 67a2c45 Btrfs: fix use-after-free problem of the device during device replace by Miao Xie · 10 years ago
  44. adbbb86 Btrfs: fix unprotected device list access when cloning fs devices by Miao Xie · 10 years ago
  45. 2196d6e Btrfs: Fix misuse of chunk mutex by Miao Xie · 10 years ago
  46. fe48a5c Btrfs: fix unprotected system chunk array insertion by Miao Xie · 10 years ago
  47. 7cc8e58 Btrfs: fix unprotected device's variants on 32bits machine by Miao Xie · 10 years ago
  48. 1c11618 Btrfs: update free_chunk_space during allocting a new chunk by Miao Xie · 10 years ago
  49. 43530c4 Btrfs: fix unprotected device->bytes_used update by Miao Xie · 10 years ago
  50. 5d778aa Btrfs: Fix wrong free_chunk_space assignment during removing a device by Miao Xie · 10 years ago
  51. ce7213c Btrfs: fix wrong device bytes_used in the super block by Miao Xie · 10 years ago
  52. 935e5cc Btrfs: fix wrong disk size when writing super blocks by Miao Xie · 10 years ago
  53. 1c43366 Btrfs: fix unprotected assignment of the target device by Miao Xie · 10 years ago
  54. 90180da Btrfs: cleanup unused num_can_discard in fs_devices by Miao Xie · 10 years ago
  55. 3c1dbdf btrfs: rename total_bytes to avoid confusion by Anand Jain · 10 years ago
  56. b2efedc btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replace_srcdev() by Anand Jain · 10 years ago
  57. 8bef840 btrfs: fix memory leak when there is no more seed device by Anand Jain · 10 years ago
  58. 94d5f0c btrfs: update sprout seed pointer when seed fs is relinquished by Anand Jain · 10 years ago
  59. 25e8e91 btrfs: replace seed device followed by unmount causes kernel WARNING by Anand Jain · 10 years ago
  60. d51908c btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed aware by Anand Jain · 10 years ago
  61. f98de9b Btrfs: make btrfs_search_forward return with nodes unlocked by Filipe Manana · 10 years ago
  62. 443f24f Btrfs: cleanup unused latest_devid and latest_trans in fs_devices by Miao Xie · 10 years ago
  63. addc3fa Btrfs: Fix the problem that the dirty flag of dev stats is cleared by Miao Xie · 10 years ago
  64. 1458665 Btrfs: use BUG_ON by HIMANGI SARAOGI · 10 years ago
  65. d20983b Btrfs: fix writing data into the seed filesystem by Miao Xie · 10 years ago
  66. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  67. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  68. 7df69d3 Btrfs: Fix wrong device size when we are resizing the device by Miao Xie · 10 years ago
  69. ff61d17 Btrfs: Fix the problem that the replace destroys the seed filesystem by Miao Xie · 10 years ago
  70. 3a7d55c Btrfs: fix wrong missing device counter decrease by Miao Xie · 10 years ago
  71. 69611ac Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fs by Miao Xie · 10 years ago
  72. 77bdae4 btrfs: check generation as replace duplicates devid+uuid by Anand Jain · 10 years ago
  73. b96de00 Btrfs: device_list_add() should not update list when mounted by Anand Jain · 10 years ago
  74. 0bfaa9c btrfs: test for valid bdev before kobj removal in btrfs_rm_device by Eric Sandeen · 10 years ago
  75. e755f78 btrfs: fix null pointer dereference in clone_fs_devices when name is null by Anand Jain · 10 years ago
  76. b2373f2 btrfs: create sprout should rename fsid on the sysfs as well by Anand Jain · 10 years ago
  77. 0d39376 btrfs: dev add should add its sysfs entry by Anand Jain · 10 years ago
  78. 99994cd btrfs: dev delete should remove sysfs entry by Anand Jain · 10 years ago
  79. 8408c71 Btrfs: fix wrong error handle when the device is missing or is not writeable by Miao Xie · 10 years ago
  80. c55f139 Btrfs: fix deadlock when mounting a degraded fs by Miao Xie · 10 years ago
  81. e990f16 Btrfs: use bio_endio_nodec instead of open code by Miao Xie · 10 years ago
  82. 298a8f9 Btrfs: fix NULL pointer crash when running balance and scrub concurrently by Wang Shilong · 10 years ago
  83. 8321cf2 fs: btrfs: volumes.c: Fix for possible null pointer dereference by Rickard Strandqvist · 10 years ago
  84. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  85. 2986584 Btrfs: set right total device count for seeding support by Wang Shilong · 10 years ago
  86. 29cc83f Btrfs: fix NULL pointer crash of deleting a seed device by Liu Bo · 10 years ago
  87. 4d90d28 btrfs: btrfs_rm_device() should zero mirror SB as well by Anand Jain · 10 years ago
  88. 23f8f9b btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel space by Gui Hecheng · 10 years ago
  89. 5f43f86 btrfs: fix wrong max system array size check in kernel space by Gui Hecheng · 10 years ago
  90. 5a1972b btrfs: Add ctime/mtime update for btrfs device add/remove. by Qu Wenruo · 10 years ago
  91. 7d824b6 btrfs: balance filter: add limit of processed chunks by David Sterba · 10 years ago
  92. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  93. 60999ca btrfs: make device scan less noisy by David Sterba · 10 years ago
  94. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  95. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 10 years ago
  96. a8c93d4 btrfs: Replace fs_info->submit_workers with btrfs_workqueue. by Qu Wenruo · 10 years ago
  97. f5961d4 btrfs: Cleanup the unused struct async_sched. by Qu Wenruo · 10 years ago
  98. c404e0d Btrfs: fix use-after-free in the finishing procedure of the device replace by Miao Xie · 10 years ago
  99. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  100. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago