summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAge
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\
| * sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-02
* | Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-28
|\ \
| * | btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov2017-02-28
| * | btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov2017-02-28
| * | btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-28
| * | btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov2017-02-28
| * | btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-28
| * | btrfs: Make calc_csum_metadata_size take btrfs_inodeNikolay Borisov2017-02-28
| * | btrfs: Make drop_outstanding_extent take btrfs_inodeNikolay Borisov2017-02-28
| * | btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov2017-02-28
| * | btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov2017-02-28
| |/
* | Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana2017-02-24
|/
* btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney2017-02-17
* btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney2017-02-17
* btrfs: flush_space always takes fs_info->fs_rootJeff Mahoney2017-02-17
* btrfs: pass fs_info to (more) routines that are only called with extent_rootJeff Mahoney2017-02-17
* btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba2017-02-17
* btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba2017-02-17
* btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-17
* Btrfs: use helper to get used bytes of space_infoLiu Bo2017-02-17
* Btrfs: try to avoid acquiring free space ctl's lockLiu Bo2017-02-17
* Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo2017-02-14
* Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-14
* btrfs: allow unlink to exceed subvolume quotaJeff Mahoney2017-02-14
* Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval2017-02-14
* btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-14
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-14
* btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba2017-02-14
* btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney2017-02-14
* Btrfs: use down_read_nested to make lockdep silentLiu Bo2017-01-03
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-03
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-03
* btrfs: opencode chunk locking, remove helpersDavid Sterba2016-12-06
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-06
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-06
* btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney2016-12-06
* btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-06
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-06
* btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney2016-12-06
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-06
* btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-06
* btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-30
* btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo2016-11-30
* btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-30