1. 8546b57 btrfs: preallocate path for snapshot creation at ioctl time by David Sterba · 10 years ago
  2. b0c0ea6 btrfs: allocate root item at snapshot ioctl time by David Sterba · 10 years ago
  3. a1ee736 btrfs: do an allocation earlier during snapshot creation by David Sterba · 10 years ago
  4. 4fb72bf btrfs: use smaller type for btrfs_path locks by David Sterba · 10 years ago
  5. 7853f15 btrfs: use smaller type for btrfs_path lowest_level by David Sterba · 10 years ago
  6. dccabfa btrfs: use smaller type for btrfs_path reada by David Sterba · 10 years ago
  7. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 10 years ago
  8. 4d4ab6d btrfs: constify static arrays by David Sterba · 10 years ago
  9. 20e5506 btrfs: constify remaining structs with function pointers by David Sterba · 10 years ago
  10. 28f0779 btrfs tests: replace whole ops structure for free space tests by David Sterba · 10 years ago
  11. 100d570 btrfs: don't use slab cache for struct btrfs_delalloc_work by David Sterba · 10 years ago
  12. 0de270f btrfs: drop duplicate prefix from scrub workqueues by David Sterba · 10 years ago
  13. 93a3d46 btrfs: verbose error when we find an unexpected item in sys_array by David Sterba · 10 years ago
  14. f5cdedd btrfs: handle invalid num_stripes in sys_array by David Sterba · 10 years ago
  15. 35b3ad5 btrfs: better packing of btrfs_delayed_extent_op by David Sterba · 10 years ago
  16. 8089fe6 btrfs: put delayed item hook into inode by David Sterba · 10 years ago
  17. c5ca878 btrfs: Support convert to -d dup for btrfs-convert by Zhao Lei · 10 years ago
  18. be7bd73 Btrfs: igrab inode in writepage by Josef Bacik · 10 years ago
  19. b2acddd Btrfs: add missing brelse when superblock checksum fails by Anand Jain · 10 years ago
  20. fc315e3 Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  21. 1d3a5a8 Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4 by Chris Mason · 10 years ago
  22. bb1591b4 Btrfs: check prepare_uptodate_page() error code earlier by Chris Mason · 10 years ago
  23. 1b9b922 Btrfs: check for empty bitmap list in setup_cluster_bitmaps by Chris Mason · 10 years ago
  24. 9435688 btrfs: fix misleading warning when space cache failed to load by Holger Hoffstätte · 10 years ago
  25. 8a7d656 Btrfs: fix transaction handle leak in balance by Filipe Manana · 10 years ago
  26. 348a001 Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list by Filipe Manana · 10 years ago
  27. 80e0c50 Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  28. dba72cb btrfs: fix balance range usage filters in 4.4-rc by Holger Hoffstätte · 10 years ago
  29. 82bd101 btrfs: qgroup: account shared subtree during snapshot delete by Mark Fasheh · 10 years ago
  30. 2d9e977 Btrfs: use btrfs_get_fs_root in resolve_indirect_ref by Josef Bacik · 10 years ago
  31. 967ef51 btrfs: qgroup: fix quota disable during rescan by Justin Maggard · 10 years ago
  32. 036a934 Btrfs: fix race between cleaner kthread and space cache writeout by Filipe Manana · 10 years ago
  33. 758f2df Btrfs: fix scrub preventing unused block groups from being deleted by Filipe Manana · 10 years ago
  34. 020d5b7 Btrfs: fix race between scrub and block group deletion by Filipe Manana · 10 years ago
  35. 31388ab btrfs: fix rcu warning during device replace by David Sterba · 10 years ago
  36. 76a8efa btrfs: Continue replace when set_block_ro failed by Zhaolei · 10 years ago
  37. da02c68 btrfs: fix clashing number of the enhanced balance usage filter by David Sterba · 10 years ago
  38. 7fd0118 Btrfs: fix the number of transaction units needed to remove a block group by Filipe Manana · 10 years ago
  39. 8eab77f Btrfs: use global reserve when deleting unused block group after ENOSPC by Filipe Manana · 10 years ago
  40. 89b6c8d Btrfs: tests: checking for NULL instead of IS_ERR() by Dan Carpenter · 10 years ago
  41. 9dcbeed btrfs: fix signed overflows in btrfs_sync_file by David Sterba · 10 years ago
  42. e75cdf9 Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  43. d5f2e33 btrfs: Use fs_info directly in btrfs_delete_unused_bgs by Zhao Lei · 10 years ago
  44. 2c9fe83 btrfs: Fix lost-data-profile caused by balance bg by Zhao Lei · 10 years ago
  45. aefbe9a btrfs: Fix lost-data-profile caused by auto removing bg by Zhao Lei · 10 years ago
  46. 3b5753e btrfs: Remove len argument from scrub_find_csum by Zhao Lei · 10 years ago
  47. affe4a5 btrfs: Reduce unnecessary arguments in scrub_recheck_block by Zhao Lei · 10 years ago
  48. ba7cf98 btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_recheck_block_checksum by Zhao Lei · 10 years ago
  49. 772d233 btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksum by Zhao Lei · 10 years ago
  50. 4734b7e btrfs: scrub: setup all fields for sblock_to_check by Zhao Lei · 10 years ago
  51. 9799d2c3 btrfs: scrub: set error stats when tree block spanning stripes by Zhao Lei · 10 years ago
  52. 7cac0a8 fs/btrfs/inode.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 10 years ago
  53. f1cd1f0 Btrfs: fix race when listing an inode's xattrs by Filipe Manana · 10 years ago
  54. 1d512cb Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow by Filipe Manana · 10 years ago
  55. aeafbf8 Btrfs: fix race leading to incorrect item deletion when dropping extents by Filipe Manana · 10 years ago
  56. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  57. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 10 years ago
  58. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 10 years ago
  59. 27eb427b Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  60. 3b2ba7b Btrfs: fix sleeping inside atomic context in qgroup rescan worker by Filipe Manana · 10 years ago
  61. 190631f Btrfs: fix race waiting for qgroup rescan worker by Filipe Manana · 10 years ago
  62. 7343dd6 btrfs: qgroup: exit the rescan worker during umount by Justin Maggard · 10 years ago
  63. 9c9464c Btrfs: fix extent accounting for partial direct IO writes by Filipe Manana · 10 years ago
  64. 2959a32 Btrfs: fix hole punching when using the no-holes feature by Filipe Manana · 10 years ago
  65. 13a0db5 Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT state by chandan · 10 years ago
  66. 485290a btrfs: Fix a data space underflow warning by Qu Wenruo · 10 years ago
  67. 90ce321 btrfs: qgroup: Fix a rebase bug which will cause qgroup double free by Qu Wenruo · 10 years ago
  68. 5846a3c btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans by Qu Wenruo · 10 years ago
  69. 69624913 btrfs: clear PF_NOFREEZE in cleaner_kthread() by Jiri Kosina · 10 years ago
  70. 0a0e8b8 btrfs: qgroup: Don't copy extent buffer to do qgroup rescan by Qu Wenruo · 10 years ago
  71. b66d62b btrfs: add balance filters limits, stripes and usage to supported mask by David Sterba · 10 years ago
  72. bc30946 btrfs: extend balance filter usage to take minimum and maximum by David Sterba · 10 years ago
  73. dee32d0 btrfs: add balance filter for stripes by Gabríel Arthúr Pétursson · 10 years ago
  74. 12907fc btrfs: extend balance filter limit to take minimum and maximum by David Sterba · 10 years ago
  75. 2849a85 btrfs: fix use after free iterating extrefs by Chris Mason · 10 years ago
  76. 849ef92 btrfs: check unsupported filters in balance arguments by David Sterba · 10 years ago
  77. b06c4bf Btrfs: fix regression running delayed references when using qgroups by Filipe Manana · 10 years ago
  78. 2c3cf7d Btrfs: fix regression when running delayed references by Filipe Manana · 10 years ago
  79. 37902bc Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  80. a9e6d15 Merge branch 'allocator-fixes' into for-linus-4.4 by Chris Mason · 10 years ago
  81. 0584f71 Btrfs: don't do extra bitmap search in one bit case by Josef Bacik · 10 years ago
  82. cef4048 Btrfs: keep track of largest extent in bitmaps by Josef Bacik · 10 years ago
  83. c759c4e Btrfs: don't keep trying to build clusters if we are fragmented by Josef Bacik · 10 years ago
  84. a5e681d Btrfs: cut down on loops through the allocator by Josef Bacik · 10 years ago
  85. 2968b1f Btrfs: don't continue setting up space cache when enospc by Josef Bacik · 10 years ago
  86. 4f4db21 Btrfs: keep track of max_extent_size per space_info by Josef Bacik · 10 years ago
  87. 36af4e0 Btrfs: don't loop in allocator for space cache by Josef Bacik · 10 years ago
  88. 3204d33 Btrfs: add a flags field to btrfs_transaction by Josef Bacik · 10 years ago
  89. 0b670dc Btrfs: fix prealloc under heavy fragmentation conditions by Josef Bacik · 10 years ago
  90. d0bd456 Btrfs: add fragment=* debug mount option by Josef Bacik · 10 years ago
  91. d9ee522 Btrfs: fix qgroup sanity tests by Josef Bacik · 10 years ago
  92. 161c3549 Btrfs: change how we wait for pending ordered extents by Josef Bacik · 10 years ago
  93. 56fa9d0 btrfs: qgroup: Check if qgroup reserved space leaked by Qu Wenruo · 10 years ago
  94. 51773be btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook by Qu Wenruo · 10 years ago
  95. 14524a8 btrfs: fallocate: Add support to accurate qgroup reserve by Qu Wenruo · 10 years ago
  96. 81fb6f7 btrfs: qgroup: Add new trace point for qgroup data reserve by Qu Wenruo · 10 years ago
  97. b9d0b38 btrfs: Add handler for invalidate page by Qu Wenruo · 10 years ago
  98. 94ed938 btrfs: qgroup: Add handler for NOCOW and inline by Qu Wenruo · 10 years ago
  99. 7cf5b97 btrfs: qgroup: Cleanup old inaccurate facilities by Qu Wenruo · 10 years ago
  100. df48063 btrfs: extent-tree: Switch to new delalloc space reserve and release by Qu Wenruo · 10 years ago