- 1cd5447 btrfs: pass fs_info to btrfs_del_root instead of tree_root by Jeff Mahoney · 7 years ago
- 64ecdb6 Btrfs: add one more sanity check for shared ref type by Liu Bo · 7 years ago
- 3de28d5 Btrfs: convert to use btrfs_get_extent_inline_ref_type by Liu Bo · 7 years ago
- 167ce95 Btrfs: add a helper to retrive extent inline ref type by Liu Bo · 7 years ago
- 0174484 btrfs: Remove chunk_objectid argument from btrfs_make_block_group by Nikolay Borisov · 7 years ago
- 583b723 btrfs: Do not use data_alloc_cluster in ssd mode by Hans van Kranenburg · 7 years ago
- 92ac58e btrfs: Remove never-reached WARN_ON by Nikolay Borisov · 7 years ago
- 8d8aafe btrfs: Simplify math in should_alloc chunk by Nikolay Borisov · 8 years ago
- f44d228 btrfs: account for pinned bytes in should_alloc_chunk by Jeff Mahoney · 8 years ago
- ea14b57f btrfs: fix spelling of snapshotting by David Sterba · 8 years ago
- e38ae7a btrfs: Make flush_space return void by Nikolay Borisov · 7 years ago
- a4f7875 btrfs: get fs_info from eb in btrfs_print_leaf, remove argument by David Sterba · 8 years ago
- e4ff5fb btrfs: Remove unused parameters from volume.c functions by Nikolay Borisov · 7 years ago
- 913e153 btrfs: drop newlines from strings when using btrfs_* helpers by David Sterba · 7 years ago
- 1174cad btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemand by Nikolay Borisov · 7 years ago
- 7bdd627 btrfs: Remove redundant argument of flush_space by Nikolay Borisov · 7 years ago
- 23d1f73 btrfs: remove unused sectorsize member by Nikolay Borisov · 8 years ago
- 17024ad Btrfs: fix early ENOSPC due to delalloc by Omar Sandoval · 7 years ago
- 1444393 btrfs: fix lockup in find_free_extent with read-only block groups by Jeff Mahoney · 7 years ago
- 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 8 years ago
- bc42bda btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges by Qu Wenruo · 8 years ago
- 364ecf3 btrfs: qgroup: Introduce extent changeset for qgroup reserve functions by Qu Wenruo · 8 years ago
- 7bc329c btrfs: qgroup: Return actually freed bytes for qgroup release or free data by Qu Wenruo · 8 years ago
- d7eae34 Btrfs: rework delayed ref total_bytes_pinned accounting by Omar Sandoval · 8 years ago
- 7be0791 Btrfs: return old and new total ref mods when adding delayed refs by Omar Sandoval · 8 years ago
- 0a16c7d Btrfs: always account pinned bytes when dropping a tree block ref by Omar Sandoval · 8 years ago
- 4da8b76 Btrfs: update total_bytes_pinned when pinning down extents by Omar Sandoval · 8 years ago
- 55e8196 Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT() by Omar Sandoval · 8 years ago
- 0d9f824 Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64 by Omar Sandoval · 8 years ago
- 0eee8a4 btrfs: Use btrfs_space_info_used instead of opencoding it by Nikolay Borisov · 8 years ago
- d2006e6 btrfs: Refactor update_space_info by Nikolay Borisov · 8 years ago
- 2be12ef btrfs: Separate space_info create/update by Nikolay Borisov · 8 years ago
- 28785f7 Btrfs: skip commit transaction if we don't have enough pinned bytes by Liu Bo · 8 years ago
- c1c4919 btrfs: remove root usage from can_overcommit by Jeff Mahoney · 8 years ago
- 1b86826 btrfs: cleanup root usage by btrfs_get_alloc_profile by Jeff Mahoney · 8 years ago
- a5ed45f btrfs: Convert fs_info->free_chunk_space to atomic64_t by Nikolay Borisov · 8 years ago
- a9b3311 btrfs: fix race with relocation recovery and fs_root setup by Jeff Mahoney · 8 years ago
- 896533a btrfs: fix memory leak in update_space_info failure path by Jeff Mahoney · 8 years ago
- 0966a7b btrfs: scrub: Introduce full stripe lock for RAID56 by Qu Wenruo · 8 years ago
- f486135 btrfs: remove unused qgroup members from btrfs_trans_handle by David Sterba · 8 years ago
- 1a79c1f Btrfs: update comments in cache_save_setup by Liu Bo · 8 years ago
- 6df8cdf btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 1e4f471 btrfs: convert btrfs_caching_control.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 9b64f57 btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
- e9f467d Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11 by Chris Mason · 8 years ago
- 73f2e54 btrfs: Make btrfs_orphan_add take btrfs_inode by Nikolay Borisov · 8 years ago
- 691fa05 btrfs: all btrfs_delalloc_release_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
- 9f3db42 btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
- 703b391 btrfs: Make btrfs_orphan_release_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
- 8ed7a2a btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
- 0e6bf9b btrfs: Make calc_csum_metadata_size take btrfs_inode by Nikolay Borisov · 8 years ago
- baa3ba3 btrfs: Make drop_outstanding_extent take btrfs_inode by Nikolay Borisov · 8 years ago
- 04f4f91 btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inode by Nikolay Borisov · 8 years ago
- 70ddc55 btrfs: make btrfs_is_free_space_inode take btrfs_inode by Nikolay Borisov · 8 years ago
- 5cdd7db Btrfs: fix assertion failure when freeing block groups at close_ctree() by Filipe Manana · 8 years ago
- 77ab86b btrfs: free-space-cache, clean up unnecessary root arguments by Jeff Mahoney · 8 years ago
- 5e00f19 btrfs: convert btrfs_inc_block_group_ro to accept fs_info by Jeff Mahoney · 8 years ago
- 0c9ab34 btrfs: flush_space always takes fs_info->fs_root by Jeff Mahoney · 8 years ago
- 87bde3c btrfs: pass fs_info to (more) routines that are only called with extent_root by Jeff Mahoney · 8 years ago
- 8b74c03 btrfs: remove unused parameter from btrfs_prepare_extent_commit by David Sterba · 8 years ago
- 7775c81 btrfs: remove unused parameter from btrfs_subvolume_release_metadata by David Sterba · 8 years ago
- 7c302b4 btrfs: remove unused parameter from clean_tree_block by David Sterba · 8 years ago
- 4136135 Btrfs: use helper to get used bytes of space_info by Liu Bo · 8 years ago
- 0c9b36e Btrfs: try to avoid acquiring free space ctl's lock by Liu Bo · 8 years ago
- e4c3b2d Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist by Liu Bo · 8 years ago
- f72ad18e Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_head by Liu Bo · 8 years ago
- 003d7c5 btrfs: allow unlink to exceed subvolume quota by Jeff Mahoney · 8 years ago
- 310712b Btrfs: constify struct btrfs_{,disk_}key wherever possible by Omar Sandoval · 8 years ago
- f85b737 btrfs: fix over-80 lines introduced by previous cleanups by David Sterba · 8 years ago
- 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
- 823bb20 btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZE by David Sterba · 8 years ago
- fef394f btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref by Jeff Mahoney · 8 years ago
- e321f8a Btrfs: use down_read_nested to make lockdep silent by Liu Bo · 8 years ago
- d028099 btrfs: fix locking when we put back a delayed ref that's too new by Jeff Mahoney · 8 years ago
- aa7c8da btrfs: fix error handling when run_delayed_extent_op fails by Jeff Mahoney · 8 years ago
- 3444136 btrfs: opencode chunk locking, remove helpers by David Sterba · 8 years ago
- 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
- 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
- afdb571 btrfs: simplify btrfs_wait_cache_io prototype by Jeff Mahoney · 8 years ago
- 71ff643 btrfs: convert extent-tree tracepoints to use fs_info by Jeff Mahoney · 8 years ago
- 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
- 6202df6 btrfs: root->fs_info cleanup, update_block_group{,flags} by Jeff Mahoney · 9 years ago
- 3796d33 btrfs: root->fs_info cleanup, lock/unlock_chunks by Jeff Mahoney · 9 years ago
- 27965b6 btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size by Jeff Mahoney · 9 years ago
- da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
- fb45625 btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere by Jeff Mahoney · 9 years ago
- 2b2e27e btrfs: alloc_reserved_file_extent trace point should use extent_root by Jeff Mahoney · 9 years ago
- 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 9 years ago
- 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 9 years ago
- 1d57ee9 btrfs: improve delayed refs iterations by Wang Xiaoguang · 8 years ago
- 33d1f05 btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c by Qu Wenruo · 8 years ago
- 50b3e04 btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps by Qu Wenruo · 8 years ago
- 0c476a5 btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_space by Jeff Mahoney · 8 years ago
- b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
- 62d1f9f btrfs: remove trivial helper btrfs_find_tree_block by David Sterba · 8 years ago
- 745699e btrfs: remove useless comments by Xiaoguang Wang · 8 years ago
- dc1a90c btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed_refs() by Wang Xiaoguang · 8 years ago
- cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago