summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2018-05-28btrfs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov
2018-05-28btrfs: trace: Add trace points for unused block groupsQu Wenruo
2018-05-28btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...Qu Wenruo
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: move btrfs_raid_type_names values to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba
2018-05-28btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov
2018-05-28btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov
2018-05-28btrfs: Fix lock release orderNikolay Borisov
2018-05-28btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov
2018-05-28btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov
2018-05-04Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-02btrfs: Take trans lock before access running trans in check_delayed_refethanwu
2018-04-22Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-20btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov
2018-04-18btrfs: qgroup: Use independent and accurate per inode qgroup rsvQu Wenruo
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-04-05btrfs: Fix possible softlock on single core machinesNikolay Borisov
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-03-31btrfs: use lockdep_assert_held for mutexesDavid Sterba
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo
2018-03-31btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney
2018-03-31btrfs: remove dead create_space_info callsJeff Mahoney
2018-03-31btrfs: Drop fs_info parameter from __btrfs_run_delayed_refsNikolay Borisov
2018-03-31btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov
2018-03-31btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov
2018-03-31btrfs: Remove unused flush var in shrink_delallocNikolay Borisov
2018-03-31btrfs: Remove unused extent_root var from caching_threadNikolay Borisov
2018-03-31btrfs: Document parameters of btrfs_reserve_extentNikolay Borisov
2018-03-31btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo
2018-03-26btrfs: Streamline btrfs_delalloc_reserve_metadata initial operationsNikolay Borisov
2018-03-26btrfs: Add enospc_debug printing in metadata_reserve_bytesNikolay Borisov
2018-03-26btrfs: Document consistency of transaction->io_bgs listNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov
2018-03-26btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov
2018-03-26btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov
2018-03-20sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra
2018-02-02Btrfs: fix null pointer dereference when replacing missing deviceFilipe Manana
2018-01-22btrfs: Make btrfs_inode_rsv_release staticNikolay Borisov
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain
2018-01-22btrfs: drop btrfs_device::can_discard to query directlyAnand Jain
2018-01-22btrfs: extent-tree: Make btrfs_inode_rsv_refill function staticQu Wenruo