1. a958eab Btrfs: fix memory leak in do_walk_down by Liu Bo · 8 years ago
  2. c01f5f9 btrfs: btrfs_debug should consume fs_info when DEBUG is not defined by Jeff Mahoney · 8 years ago
  3. 04ab956 btrfs: convert send's verbose_printk to btrfs_debug by Jeff Mahoney · 8 years ago
  4. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  5. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  6. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  7. cea67ab btrfs: clean the old superblocks before freeing the device by Jeff Mahoney · 8 years ago
  8. 0279422 Btrfs: kill BUG_ON in run_delayed_tree_ref by Liu Bo · 8 years ago
  9. 6bdf131 Btrfs: don't leak reloc root nodes on error by Josef Bacik · 8 years ago
  10. e2c8990 btrfs: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  11. 6b722c1 Btrfs: improve check_node to avoid reading corrupted nodes by Liu Bo · 8 years ago
  12. a42cbec Btrfs: add error handling for extent buffer in print tree by Liu Bo · 8 years ago
  13. a43f7f8 Btrfs: remove BUG_ON in start_transaction by Liu Bo · 8 years ago
  14. 3eb548e Btrfs: memset to avoid stale content in btree node block by Liu Bo · 8 years ago
  15. 3561b9d Btrfs: return gracefully from balance if fs tree is corrupted by Liu Bo · 8 years ago
  16. 9c8e63d Btrfs: kill BUG_ON()'s in btrfs_mark_extent_written by Josef Bacik · 8 years ago
  17. 8436ea91 Btrfs: kill the start argument to read_extent_buffer_pages by Josef Bacik · 8 years ago
  18. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  19. ba8b04c btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchset by Qu Wenruo · 8 years ago
  20. 897a41b btrfs: add dynamic debug support by Jeff Mahoney · 8 years ago
  21. 2309e79 btrfs: Fix warning "variable ‘gen’ set but not used" by Luis Henriques · 8 years ago
  22. 1f079fa btrfs: Fix warning "variable ‘blocksize’ set but not used" by Luis Henriques · 8 years ago
  23. 5d8eb6f btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs by Naohiro Aota · 8 years ago
  24. 4930338 Btrfs: bail out if block group has different mixed flag by Liu Bo · 8 years ago
  25. 2571e73 Btrfs: fix memory leak in reading btree blocks by Liu Bo · 8 years ago
  26. e46a28c Btrfs: remove BUG() in raid56 by Liu Bo · 8 years ago
  27. afce772 btrfs: fix check_shared for fiemap ioctl by Lu Fengqi · 8 years ago
  28. b0de6c4 btrfs: create example debugfs file only in debugging build by David Sterba · 8 years ago
  29. 07f6a48 btrfs: fix perms on demonstration debugfs interface by Eric Sandeen · 8 years ago
  30. c79a175 Btrfs: fix memory leak of block group cache by Liu Bo · 8 years ago
  31. b22734a Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  32. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  33. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  34. 325c50e btrfs: ensure that file descriptor used with subvol ioctls is a dir by Jeff Mahoney · 8 years ago
  35. 1e5ec2e Btrfs: handle quota reserve failure properly by Josef Bacik · 8 years ago
  36. f031221 btrfs: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  37. 4382e33 block, dm-crypt, btrfs: Introduce bio_flags() by Bart Van Assche · 8 years ago
  38. f4a9c16 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  39. b7f3c7d Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.8 by Chris Mason · 8 years ago
  40. ce12965 btrfs: introduce tickets_id to determine whether asynchronous metadata reclaim work makes progress by Wang Xiaoguang · 8 years ago
  41. cbd60aa Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns by Chris Mason · 8 years ago
  42. ed7a694 btrfs: do not decrease bytes_may_use when replaying extents by Wang Xiaoguang · 8 years ago
  43. 4b30b6d Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  44. e0af248 btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve_ticket() by Wang Xiaoguang · 8 years ago
  45. a9b1fc8 Btrfs: fix endless loop in balancing block groups by Liu Bo · 8 years ago
  46. 3dc09ec Btrfs: kill invalid ASSERT() in process_all_refs() by Josef Bacik · 8 years ago
  47. 28687b9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  48. 28a2359 Btrfs: fix lockdep warning on deadlock against an inode's log mutex by Filipe Manana · 8 years ago
  49. 1ba98d0 Btrfs: detect corruption when non-root leaf has zero item by Liu Bo · 8 years ago
  50. 053ab70f Btrfs: check btree node's nritems by Liu Bo · 8 years ago
  51. 35bbb97 btrfs: don't create or leak aliased root while cleaning up orphans by Jeff Mahoney · 8 years ago
  52. 187ee58 Btrfs: fix em leak in find_first_block_group by Josef Bacik · 8 years ago
  53. 1423881 btrfs: do not background blkdev_put() by Anand Jain · 8 years ago
  54. 28b737f Btrfs: clarify do_chunk_alloc()'s return value by Liu Bo · 8 years ago
  55. 9e7cc91 btrfs: fix fsfreeze hang caused by delayed iputs deal by Wang Xiaoguang · 8 years ago
  56. 1851309 btrfs: update btrfs_space_info's bytes_may_use timely by Wang Xiaoguang · 8 years ago
  57. 4824f1f btrfs: divide btrfs_update_reserved_bytes() into two functions by Wang Xiaoguang · 8 years ago
  58. dcb40c1 btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster() by Wang Xiaoguang · 8 years ago
  59. df2c95f btrfs: qgroup: Fix qgroup incorrectness caused by log replay by Qu Wenruo · 8 years ago
  60. 62b9954 btrfs: relocation: Fix leaking qgroups numbers on data extents by Qu Wenruo · 8 years ago
  61. cb93b52 btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent() by Qu Wenruo · 8 years ago
  62. d06f23d btrfs: waiting on qgroup rescan should not always be interruptible by Jeff Mahoney · 8 years ago
  63. d2c609b btrfs: properly track when rescan worker is running by Jeff Mahoney · 8 years ago
  64. eecba89 btrfs: flush_space: treat return value of do_chunk_alloc properly by Alex Lyakas · 9 years ago
  65. f3bca80 Btrfs: add ASSERT for block group's memory leak by Liu Bo · 8 years ago
  66. d8422ba3 btrfs: backref: Fix soft lockup in __merge_refs function by Qu Wenruo · 8 years ago
  67. 1c1ea4f Btrfs: fix memory leak of reloc_root by Liu Bo · 8 years ago
  68. 9512c47 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  69. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  70. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  71. 1083881 Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.8 by Chris Mason · 8 years ago
  72. d58b0d9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  73. b571bc6 Fixup direct bi_rw modifiers by Shaun Tancheff · 8 years ago
  74. 20bd723 block: add missing group association in bio-cloning functions by Paolo Valente · 8 years ago
  75. 42049bf Btrfs: fix __MAX_CSUM_ITEMS by Chris Mason · 8 years ago
  76. e657149 Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve() by Filipe Manana · 8 years ago
  77. 44f714d Btrfs: improve performance on fsync against new inode after rename/unlink by Filipe Manana · 8 years ago
  78. 6771089 Btrfs: be more precise on errors when getting an inode from disk by Filipe Manana · 8 years ago
  79. 9515558 Btrfs: send, don't bug on inconsistent snapshots by Filipe Manana · 8 years ago
  80. 15b253e Btrfs: send, avoid incorrect leaf accesses when sending utimes operations by Filipe Manana · 8 years ago
  81. 764433a Btrfs: send, fix invalid leaf accesses due to incorrect utimes operations by Robbie Ko · 9 years ago
  82. 443f9d2 Btrfs: send, fix warning due to late freeing of orphan_dir_info structures by Robbie Ko · 9 years ago
  83. 99ea42d Btrfs: incremental send, fix premature rmdir operations by Robbie Ko · 9 years ago
  84. 4122ea6 Btrfs: incremental send, fix invalid paths for rename operations by Filipe Manana · 8 years ago
  85. 7969e77 Btrfs: send, add missing error check for calls to path_loop() by Filipe Manana · 8 years ago
  86. 801bec3 Btrfs: send, fix failure to move directories with the same name around by Robbie Ko · 9 years ago
  87. 0596a90 Btrfs: add missing check for writeback errors on fsync by Filipe Manana · 8 years ago
  88. ba929b6 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  89. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  90. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  91. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  93. 64b6358 btrfs: add btrfs_trans_handle->fs_info pointer by Jeff Mahoney · 8 years ago
  94. 05f9a78 btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transaction by Jeff Mahoney · 8 years ago
  95. 1db1ff9 btrfs: convert nodesize macros to static inlines by Jeff Mahoney · 8 years ago
  96. 14a1e06 btrfs: introduce BTRFS_MAX_ITEM_SIZE by Jeff Mahoney · 8 years ago
  97. 0c83b62 btrfs: cleanup, remove prototype for btrfs_find_root_ref by Jeff Mahoney · 8 years ago
  98. df39756 btrfs: copy_to_sk drop unused root parameter by Jeff Mahoney · 8 years ago
  99. bd6c57d btrfs: simpilify btrfs_subvol_inherit_props by Jeff Mahoney · 8 years ago
  100. f5ee5c9 btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root by Jeff Mahoney · 8 years ago