aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2017-08-11Btrfs: fix early ENOSPC due to delallocOmar Sandoval
2017-06-01btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney
2017-06-01btrfs: fix memory leak in update_space_info failure pathJeff Mahoney
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba
2017-04-18Btrfs: update comments in cache_save_setupLiu Bo
2017-04-18btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make calc_csum_metadata_size take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make drop_outstanding_extent take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov
2017-02-24Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney
2017-02-17btrfs: flush_space always takes fs_info->fs_rootJeff Mahoney
2017-02-17btrfs: pass fs_info to (more) routines that are only called with extent_rootJeff Mahoney
2017-02-17btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba
2017-02-17btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba
2017-02-17Btrfs: use helper to get used bytes of space_infoLiu Bo
2017-02-17Btrfs: try to avoid acquiring free space ctl's lockLiu Bo
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo
2017-02-14Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo
2017-02-14btrfs: allow unlink to exceed subvolume quotaJeff Mahoney
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2017-02-14btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba
2017-02-14btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney
2017-01-03Btrfs: use down_read_nested to make lockdep silentLiu Bo
2017-01-03btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney
2017-01-03btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney
2016-12-06btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney