aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17btrfs: remove unused parameter from clone_copy_inline_extentDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameters from btrfs_cmp_dataDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from __add_inline_refsDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameters from scrub_setup_wr_ctxDavid Sterba1-7/+3
2017-02-17btrfs: remove unused parameter from create_snapshotDavid Sterba1-2/+2
2017-02-17btrfs: remove unused parameter from init_first_rw_deviceDavid Sterba1-5/+3
2017-02-17btrfs: remove unused parameter from __btrfs_alloc_chunkDavid Sterba1-6/+4
2017-02-17btrfs: remove unused parameter from btrfs_fill_superDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from extent_write_cache_pagesDavid Sterba1-4/+2
2017-02-17btrfs: remove unused parameter from add_pending_csumsDavid Sterba1-4/+2
2017-02-17btrfs: remove unused parameter from update_nr_writtenDavid Sterba1-4/+4
2017-02-17btrfs: remove unused parameter from submit_extent_pageDavid Sterba1-9/+3
2017-02-17btrfs: remove unused parameter from tree_move_next_or_upnextDavid Sterba1-4/+2
2017-02-17btrfs: remove unused parameter from tree_move_downDavid Sterba1-2/+2
2017-02-17btrfs: remove unused parameter from btrfs_check_super_validDavid Sterba1-5/+3
2017-02-17btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba3-5/+3
2017-02-17btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba3-11/+6
2017-02-17btrfs: remove unused parameter from __push_leaf_leftDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from __push_leaf_rightDavid Sterba1-3/+2
2017-02-17btrfs: merge two superblock writing helpersDavid Sterba4-11/+4
2017-02-17btrfs: remove unused parameter from write_dev_supersDavid Sterba1-3/+3
2017-02-17btrfs: remove unused parameter from split_itemDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba7-19/+17
2017-02-17btrfs: remove unused parameter from check_async_writeDavid Sterba1-2/+2
2017-02-17btrfs: remove unused parameter from read_block_for_searchDavid Sterba1-5/+5
2017-02-17btrfs: ulist: rename ulist_fini to ulist_releaseDavid Sterba3-10/+10
2017-02-17btrfs: remove pointless rcu protection from btrfs_qgroup_inheritDavid Sterba1-2/+0
2017-02-17btrfs: qgroups: opencode qgroup_free helperDavid Sterba1-9/+9
2017-02-17btrfs: remove unnecessary mutex lock in qgroup_account_snapshotDavid Sterba1-5/+1
2017-02-17btrfs: check quota status earlier and don't do unnecessary freesDavid Sterba1-2/+3
2017-02-17btrfs: embed extent_changeset::range_changed to the structureDavid Sterba3-17/+11
2017-02-17btrfs: ulist: make the finalization function publicDavid Sterba2-1/+2
2017-02-17btrfs: qgroups: make __del_qgroup_relation staticDavid Sterba1-1/+1
2017-02-17btrfs: make space cache inode readahead failure nonfatalDavid Sterba1-7/+3
2017-02-17btrfs: use GFP_KERNEL in btrfs_add/del_qgroup_relationDavid Sterba1-2/+2
2017-02-17btrfs: use GFP_KERNEL in btrfs_quota_enableDavid Sterba1-1/+1
2017-02-17btrfs: use GFP_KERNEL in btrfs_read_qgroup_configDavid Sterba1-1/+1
2017-02-17btrfs: use GFP_KERNEL in create_snapshotDavid Sterba1-2/+2
2017-02-17Btrfs: specify a new ordered extent type for create_io_emLiu Bo2-4/+6
2017-02-17Btrfs: create a helper to create em for IOLiu Bo1-115/+74
2017-02-17Btrfs: use helper to get used bytes of space_infoLiu Bo1-22/+19
2017-02-17Btrfs: try to avoid acquiring free space ctl's lockLiu Bo1-11/+13
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo3-7/+22
2017-02-17Btrfs: add another missing end_page_writeback on submit_extent_page failureTakafumi Kubota1-2/+6
2017-02-17btrfs: remove unused ulist membersDavid Sterba1-7/+0
2017-02-17Btrfs: use helper to simplify lock/unlock pagesLiu Bo1-64/+10
2017-02-17btrfs: teach __process_pages_contig about PAGE_LOCK operationLiu Bo2-7/+44
2017-02-14Btrfs: create helper for processing bits on contiguous pagesLiu Bo1-15/+22
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo3-47/+16
2017-02-14Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo4-9/+7