1. 94f4507 Btrfs: use cached state when dirtying pages during buffered write by Filipe Manana · 7 years ago
  2. f27451f Btrfs: add support for fallocate's zero range operation by Filipe Manana · 7 years ago
  3. cc54ff6 Btrfs: do not merge rbios if their fail stripe index are not identical by Liu Bo · 7 years ago
  4. db34be1 Btrfs: remove redundant check in rbio_can_merge by Liu Bo · 7 years ago
  5. 05a5c55 btrfs: minor style cleanups in btrfs_scan_one_device by Anand Jain · 7 years ago
  6. c1f32b7 btrfs: simplify mutex unlocking code in btrfs_commit_transaction by Anand Jain · 7 years ago
  7. cadbc0a btrfs: rename btrfs_device::scrub_device to scrub_ctx by Anand Jain · 7 years ago
  8. 922ea89 btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error() by Anand Jain · 7 years ago
  9. 61ecda6 btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set by Anand Jain · 7 years ago
  10. 8810f75 Btrfs: make raid6 rebuild retry more by Liu Bo · 7 years ago
  11. 762221f Btrfs: fix scrub to repair raid6 corruption by Liu Bo · 7 years ago
  12. 6528b99 btrfs: factor btrfs_check_rw_degradable() to check given device by Anand Jain · 7 years ago
  13. e43bbe5 btrfs: sink unlock_extent parameter gfp_flags by David Sterba · 7 years ago
  14. d810a4b btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC by David Sterba · 7 years ago
  15. 5bedc48 btrfs: drop unused parameters from mount_subvol by David Sterba · 7 years ago
  16. e215772 btrfs: cleanup unnecessary string dup in btrfs_parse_options() by Misono, Tomohiro · 7 years ago
  17. 203e02d Btrfs: remove unused wait in btrfs_stripe_hash by Liu Bo · 7 years ago
  18. 36f7894 btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bio by Nikolay Borisov · 7 years ago
  19. ffc9c8d btrfs: Remove redundant bio_get/bio_set pair from submit_one_bio by Nikolay Borisov · 7 years ago
  20. ea057f6 btrfs: Remove redundant bio_get/set from submit_dio_repair_bio by Nikolay Borisov · 7 years ago
  21. 32506af btrfs: Remove redundant bio_get/set calls in compressed read/write paths by Nikolay Borisov · 7 years ago
  22. 4271ece btrfs: Improve btrfs_search_slot description by Nikolay Borisov · 7 years ago
  23. 36243c9 btrfs: heuristic: call get4bits directly by David Sterba · 7 years ago
  24. 7add17b btrfs: heuristic: open code copy_call callback of radix sort by David Sterba · 7 years ago
  25. 23ae8c6 btrfs: heuristic: open code get_num callback of radix sort by David Sterba · 7 years ago
  26. 78f6bea btrfs: remove unused arg from parse_subvol_options() by Misono, Tomohiro · 7 years ago
  27. 8308593 btrfs: remove unused setup_root_args() by Misono, Tomohiro · 7 years ago
  28. d740760 btrfs: split parse_early_options() in two by Misono, Tomohiro · 7 years ago
  29. 312c89f btrfs: cleanup btrfs_mount() using btrfs_mount_root() by Misono, Tomohiro · 7 years ago
  30. 72fa39f btrfs: add btrfs_mount_root() and new file_system_type by Misono, Tomohiro · 7 years ago
  31. aab6e9e btrfs: unify extent_page_data type passed as void by David Sterba · 7 years ago
  32. 935db85 btrfs: sink writepage parameter to extent_write_cache_pages by David Sterba · 8 years ago
  33. 25b860e btrfs: sink flush_fn to extent_write_cache_pages by David Sterba · 8 years ago
  34. e2932ee btrfs: merge two flush_write_bio helpers by David Sterba · 8 years ago
  35. a74b35e btrfs: Rename bin_search -> btrfs_bin_search by Nikolay Borisov · 7 years ago
  36. 0a9b0e5 btrfs: sink extent_write_full_page tree argument by Nikolay Borisov · 7 years ago
  37. 5e3ee23 btrfs: sink extent_write_locked_range tree parameter by Nikolay Borisov · 7 years ago
  38. 3e79806 btrfs: Remove pair of bio_get/put in btrfs_schedule_bio by Nikolay Borisov · 7 years ago
  39. 9ea2c7c btrfs: Fix out of bounds access in btrfs_search_slot by Nikolay Borisov · 7 years ago
  40. 87c46ec btrfs: remove duplicate includes by Pravin Shedge · 7 years ago
  41. f3038ee btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker by Nikolay Borisov · 7 years ago
  42. ad8bc4d btrfs: put btrfs_ioctl_vol_args_v2 related defines together by Anand Jain · 7 years ago
  43. 0f628c6 btrfs: show options: use helper to convert compression type string by David Sterba · 7 years ago
  44. 802a5c6 btrfs: prop: use common helper for type to string conversion by David Sterba · 7 years ago
  45. 9337050 btrfs: SETFLAGS ioctl: use helper for compression type conversion by David Sterba · 7 years ago
  46. e128f9c btrfs: compression: add helper for type to string conversion by David Sterba · 7 years ago
  47. bf8d32b btrfs: remove redundant check in btrfs_get_extent_fiemap by Nikolay Borisov · 7 years ago
  48. 5c9a702 btrfs: Remove unused variable in btrfs_get_extent by Nikolay Borisov · 7 years ago
  49. 7cfad65 btrfs: tree-checker: use %zu format string for size_t by Arnd Bergmann · 7 years ago
  50. b4ff5ad Btrfs: use struct completion in scrub_submit_raid56_bio_wait by Liu Bo · 7 years ago
  51. c9f540f Btrfs: remove unused variable wait in lock_stripe_add by Liu Bo · 7 years ago
  52. e9679de Btrfs: compress_file_range() change page dirty status once by Timofey Titovets · 7 years ago
  53. 440c840 Btrfs: compression heuristic: replace heap sort with radix sort by Timofey Titovets · 7 years ago
  54. 1c3063b btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENT by Anand Jain · 7 years ago
  55. 401e29c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT by Anand Jain · 7 years ago
  56. e6e674b btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING by Anand Jain · 7 years ago
  57. e12c962 btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA by Anand Jain · 7 years ago
  58. ebbede4 btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE by Anand Jain · 7 years ago
  59. 3c958bd btrfs: add helper for device path or missing by Anand Jain · 7 years ago
  60. 38b5f68 btrfs: drop btrfs_device::can_discard to query directly by Anand Jain · 7 years ago
  61. ccc8dc7 btrfs: make function update_share_count static by Colin Ian King · 7 years ago
  62. 4a2d25c btrfs: Remove redundant FLAG_VACANCY by Nikolay Borisov · 7 years ago
  63. 3f2dd7a btrfs: extent-tree: Make btrfs_inode_rsv_refill function static by Qu Wenruo · 7 years ago
  64. 431e982 btrfs: move some zstd work data from stack to workspace by David Sterba · 7 years ago
  65. 5302e08 btrfs: reorder btrfs_transaction members for better packing by David Sterba · 7 years ago
  66. 165c8b0 btrfs: use narrower type for btrfs_transaction::num_dirty_bgs by David Sterba · 7 years ago
  67. 1ca4bb6 btrfs: reorder btrfs_trans_handle members for better packing by David Sterba · 7 years ago
  68. b50fff8 btrfs: switch to refcount_t type for btrfs_trans_handle::use_count by David Sterba · 7 years ago
  69. 2dbda74 btrfs: remove unused member of btrfs_trans_handle by David Sterba · 7 years ago
  70. 7c2871a btrfs: switch btrfs_trans_handle::adding_csums to bool by David Sterba · 7 years ago
  71. bf46f52 btrfs: remove dead code from btrfs_get_extent by Edmund Nadolski · 7 years ago
  72. 41a1ead btrfs: btrfs_inode_log_parent should use defined inode_only values. by Edmund Nadolski · 7 years ago
  73. 71a6355 btrfs: switch to on-stack csum buffer in csum_tree_block by David Sterba · 7 years ago
  74. 343e4fc Btrfs: set plug for fsync by Liu Bo · 7 years ago
  75. 0fb08bc btrfs: factor __btrfs_open_devices() to create btrfs_open_one_device() by Anand Jain · 7 years ago
  76. 9f050db btrfs: move check for device generation to the last by Anand Jain · 7 years ago
  77. 71f8a8d btrfs: set fs_devices->seed directly by Anand Jain · 7 years ago
  78. 02cfe77 btrfs: ref-verify: Remove unused parameter from walk_up_tree() to kill warning by Geert Uytterhoeven · 7 years ago
  79. 6af49db btrfs: sink get_extent parameter to read_extent_buffer_pages by David Sterba · 8 years ago
  80. 4ef7769 btrfs: sink get_extent parameter to __do_contiguous_readpages by David Sterba · 8 years ago
  81. e4d17ef btrfs: sink get_extent parameter to __extent_readpages by David Sterba · 8 years ago
  82. 0932584 btrfs: sink get_extent parameter to extent_readpages by David Sterba · 8 years ago
  83. e3350e1 btrfs: sink get_extent parameter to get_extent_skip_holes by David Sterba · 8 years ago
  84. 2135fb9 btrfs: sink get_extent parameter to extent_fiemap by David Sterba · 8 years ago
  85. 3c98c62 btrfs: drop get_extent from extent_page_data by David Sterba · 8 years ago
  86. deac642 btrfs: sink get_extent parameter to extent_write_full_page by David Sterba · 8 years ago
  87. 916b929 btrfs: sink get_extent parameter to extent_write_locked_range by David Sterba · 8 years ago
  88. 4331759 btrfs: sink get_extent parameter to extent_writepages by David Sterba · 8 years ago
  89. bae15d9 btrfs: Cleanup existing name_len checks by Qu Wenruo · 7 years ago
  90. ad7b0368 btrfs: tree-checker: Add checker for dir item by Qu Wenruo · 7 years ago
  91. 712e36c btrfs: use GFP_KERNEL in btrfs_alloc_inode by David Sterba · 7 years ago
  92. f08dc36 btrfs: sink gfp parameter to clear_extent_uptodate by David Sterba · 7 years ago
  93. ae0f162 btrfs: sink gfp parameter to clear_extent_bit by David Sterba · 7 years ago
  94. 66b0c88 btrfs: prepare to drop gfp mask parameter from clear_extent_bit by David Sterba · 7 years ago
  95. 1538e6c btrfs: use non-RCU list traversal in write_all_supers callees by David Sterba · 8 years ago
  96. d03262c btrfs: switch to RCU for device traversal in btrfs_ioctl_fs_info by David Sterba · 8 years ago
  97. c5593ca btrfs: switch to RCU for device traversal in btrfs_ioctl_dev_info by David Sterba · 8 years ago
  98. 08ffcae btrfs: simplify btrfs_close_bdev by David Sterba · 8 years ago
  99. 9c6b1c4 btrfs: document device locking by David Sterba · 8 years ago
  100. 5c4cf6c btrfs: simplify exit paths in btrfs_init_new_device by David Sterba · 7 years ago