1. 7e74e23 gcc-9: don't warn about uninitialized btrfs extent_type variable by Linus Torvalds · 6 years ago
  2. d0473f9 Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  3. a3d46ae btrfs: Switch memory allocations in async csum calculation path to kvmalloc by Nikolay Borisov · 6 years ago
  4. 2d06b23 Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  5. 272e532 btrfs: prop: fix vanished compression property after failed set by Anand Jain · 6 years ago
  6. 50398fd btrfs: prop: fix zstd compression parameter validation by Anand Jain · 6 years ago
  7. f35f06c Btrfs: do not allow trimming when a fs is mounted with the nologreplay option by Filipe Manana · 6 years ago
  8. 65ae689 Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  9. 0ccc387 Btrfs: fix assertion failure on fsync with NO_HOLES enabled by Filipe Manana · 6 years ago
  10. 139a561 btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block_rsv_size by Nikolay Borisov · 6 years ago
  11. 7ff2c2a btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks by Nikolay Borisov · 6 years ago
  12. 3897b6f btrfs: raid56: properly unmap parity page in finish_parity_scrub() by Andrea Righi · 6 years ago
  13. 0cc068e btrfs: don't report readahead errors and don't update statistics by David Sterba · 6 years ago
  14. 609e804 Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writes by Filipe Manana · 6 years ago
  15. 2cc8334 btrfs: remove WARN_ON in log_dir_items by Josef Bacik · 6 years ago
  16. bf50411 Btrfs: fix incorrect file size after shrinking truncate and fsync by Filipe Manana · 6 years ago
  17. 92825b0 Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  18. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  19. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  20. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  21. afe1a71 btrfs: implement btrfs_debug* in terms of helper macro by Rasmus Villemoes · 6 years ago
  22. d386515 btrfs: zstd: ensure reclaim timer is properly cleaned up by Dennis Zhou · 6 years ago
  23. 7503b83 btrfs: move ulist allocation out of transaction in quota enable by David Sterba · 6 years ago
  24. aea6f02 btrfs: save drop_progress if we drop refs at all by Josef Bacik · 6 years ago
  25. 78c52d9 btrfs: check for refs on snapshot delete resume by Josef Bacik · 6 years ago
  26. 4ea748e Btrfs: fix deadlock between clone/dedupe and rename by Filipe Manana · 6 years ago
  27. 8e92821 Btrfs: fix corruption reading shared and compressed extents after hole punching by Filipe Manana · 6 years ago
  28. f65e25e btrfs: Remove unnecessary casts in btrfs_read_root_item by YueHaibing · 6 years ago
  29. 253002f Btrfs: remove assertion when searching for a key in a node/leaf by Filipe Manana · 6 years ago
  30. cbca7d5 Btrfs: add missing error handling after doing leaf/node binary search by Filipe Manana · 6 years ago
  31. 669e859 btrfs: drop the lock on error in btrfs_dev_replace_cancel by Dan Carpenter · 6 years ago
  32. 349ae63 btrfs: ensure that a DUP or RAID1 block group has exactly two stripes by Johannes Thumshirn · 6 years ago
  33. e49be14 btrfs: init csum_list before possible free by Dan Robertson · 6 years ago
  34. 57a50e2 Btrfs: remove no longer needed range length checks for deduplication by Filipe Manana · 6 years ago
  35. a3baaf0 Btrfs: fix fsync after succession of renames and unlink/rmdir by Filipe Manana · 6 years ago
  36. 6b5fc43 Btrfs: fix fsync after succession of renames of different files by Filipe Manana · 6 years ago
  37. 38e3eeb btrfs: honor path->skip_locking in backref code by Josef Bacik · 6 years ago
  38. f5fef45 btrfs: qgroup: Make qgroup async transaction commit more aggressive by Qu Wenruo · 6 years ago
  39. 1418bae btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to btrfs_qgroup_extent_record by Qu Wenruo · 6 years ago
  40. 0ea8207 btrfs: scrub: remove unused nocow worker pointer by David Sterba · 6 years ago
  41. c835294 btrfs: scrub: add assertions for worker pointers by David Sterba · 6 years ago
  42. ff09c4c btrfs: scrub: convert scrub_workers_refcnt to refcount_t by Anand Jain · 6 years ago
  43. eb4318e btrfs: scrub: add scrub_lock lockdep check in scrub_workers_get by Anand Jain · 6 years ago
  44. 1cec3f27 btrfs: scrub: fix circular locking dependency warning by Anand Jain · 6 years ago
  45. 7faad6e btrfs: fix comment its device list mutex not volume lock by Anand Jain · 6 years ago
  46. bb58eb9 btrfs: extent_io: Kill the forward declaration of flush_write_bio by Qu Wenruo · 6 years ago
  47. 352646c btrfs: Fix grossly misleading argument names in extent io search by Nikolay Borisov · 6 years ago
  48. ba8f520 btrfs: Remove EXTENT_FIRST_DELALLOC bit by Nikolay Borisov · 6 years ago
  49. 9a0ec83 btrfs: use WARN_ON in a canonical form btrfs_remove_block_group by Nikolay Borisov · 6 years ago
  50. 260e770 btrfs: reserve extra space during evict by Josef Bacik · 6 years ago
  51. 8a1bbe1 btrfs: be more explicit about allowed flush states by Josef Bacik · 6 years ago
  52. 5df1136 btrfs: loop in inode_rsv_refill by Josef Bacik · 6 years ago
  53. f91587e btrfs: don't enospc all tickets on flush failure by Josef Bacik · 6 years ago
  54. 450114f btrfs: don't use global reserve for chunk allocation by Josef Bacik · 6 years ago
  55. b78e561 btrfs: dump block_rsv details when dumping space info by Josef Bacik · 6 years ago
  56. d89dbef btrfs: check if there are free block groups for commit by Josef Bacik · 6 years ago
  57. 3f93aef btrfs: add zstd compression level support by Dennis Zhou · 6 years ago
  58. d3c6ab7 btrfs: make zstd memory requirements monotonic by Dennis Zhou · 6 years ago
  59. e0dc87a btrfs: zstd use the passed through level instead of default by Dennis Zhou · 6 years ago
  60. d0ab62c btrfs: change set_level() to bound the level passed in by Dennis Zhou · 6 years ago
  61. 7bf4994 btrfs: plumb level through the compression interface by Dennis Zhou · 6 years ago
  62. 92ee5530 btrfs: move to function pointers for get/put workspaces by Dennis Zhou · 6 years ago
  63. 929f4ba btrfs: add compression interface in (get/put)_workspace by Dennis Zhou · 6 years ago
  64. 1666eda btrfs: add helper methods for workspace manager init and cleanup by Dennis Zhou · 6 years ago
  65. 10b94a5 btrfs: unify compression ops with workspace_manager by Dennis Zhou · 6 years ago
  66. ca4ac36 btrfs: manage heuristic workspace as index 0 by Dennis Zhou · 6 years ago
  67. acce85d btrfs: rename workspaces_list to workspace_manager by Dennis Zhou · 6 years ago
  68. 1972708 btrfs: add helpers for compression type and level by Dennis Zhou · 6 years ago
  69. 228a73a btrfs: introduce new ioctl to unregister a btrfs device by Anand Jain · 6 years ago
  70. 034f784 btrfs: replace cleaner_delayed_iput_mutex with a waitqueue by Josef Bacik · 6 years ago
  71. 3ece54e btrfs: Output ENOSPC debug info in inc_block_group_ro by Qu Wenruo · 6 years ago
  72. c8f72b9 btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/release by Qu Wenruo · 6 years ago
  73. 2eec5f0 btrfs: let the assertion expression compile in all configs by Anders Roxell · 6 years ago
  74. 766ece5 btrfs: merge btrfs_set_lock_blocking_rw with it's caller by David Sterba · 6 years ago
  75. 970e74d btrfs: simplify waiting loop in btrfs_tree_lock by David Sterba · 7 years ago
  76. 8bead25 btrfs: open code now trivial btrfs_set_lock_blocking by David Sterba · 7 years ago
  77. 300aa89 btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers by David Sterba · 7 years ago
  78. aa12c02 btrfs: split btrfs_clear_lock_blocking_rw to read and write helpers by David Sterba · 7 years ago
  79. b95be2d btrfs: split btrfs_set_lock_blocking_rw to read and write helpers by David Sterba · 7 years ago
  80. 9627736 btrfs: qgroup: Cleanup old subtree swap code by Qu Wenruo · 6 years ago
  81. f616f5c btrfs: qgroup: Use delayed subtree rescan for balance by Qu Wenruo · 6 years ago
  82. 370a11b btrfs: qgroup: Introduce per-root swapped blocks infrastructure by Qu Wenruo · 6 years ago
  83. 5aea1a4 btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap by Qu Wenruo · 6 years ago
  84. d2311e6 btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots by Qu Wenruo · 6 years ago
  85. 119e80d btrfs: call btrfs_create_pending_block_groups unconditionally by Josef Bacik · 6 years ago
  86. fa781ce btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head by Josef Bacik · 6 years ago
  87. 3069bd2 btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock by Josef Bacik · 6 years ago
  88. d1e1442 btrfs: scrub: print messages when started or finished by Anand Jain · 6 years ago
  89. ce3ded1 btrfs: simplify workqueue name when allocating by David Sterba · 6 years ago
  90. 09ba3bc btrfs: merge btrfs_find_device and find_device by Anand Jain · 6 years ago
  91. 70bc708 btrfs: refactor btrfs_free_stale_devices() to get return value by Anand Jain · 6 years ago
  92. e4319cd btrfs: refactor btrfs_find_device() take fs_devices as argument by Anand Jain · 6 years ago
  93. 6e927ce btrfs: cleanup btrfs_find_device_by_devspec() by Anand Jain · 6 years ago
  94. d95a830 btrfs: merge btrfs_find_device_missing_or_by_path() into parent by Anand Jain · 6 years ago
  95. 02a033d btrfs: Remove not_found_em label from btrfs_get_extent by Nikolay Borisov · 6 years ago
  96. b8eeab7 btrfs: Consolidate retval checking of core btree functions by Nikolay Borisov · 6 years ago
  97. 694c12e btrfs: Rename found_type to extent_type in btrfs_get_extent by Nikolay Borisov · 6 years ago
  98. 500710d Btrfs: move duplicated nodatasum check into common reflink/dedupe helper by Filipe Manana · 6 years ago
  99. 951e05a btrfs: Remove impossible condition from mergable_maps by Nikolay Borisov · 6 years ago
  100. d00c2d9 Btrfs: do not overwrite error return value in the balance ioctl by Filipe Manana · 6 years ago