summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana2019-04-291-6/+12
| * | | btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdevDavid Sterba2019-04-293-5/+4
| * | | btrfs: get fs_info from device in btrfs_scrub_cancel_devDavid Sterba2019-04-293-5/+4
| * | | btrfs: get fs_info from device in btrfs_rm_dev_itemDavid Sterba2019-04-291-4/+3
| * | | btrfs: get fs_info from eb in __push_leaf_leftDavid Sterba2019-04-291-4/+3
| * | | btrfs: get fs_info from eb in __push_leaf_rightDavid Sterba2019-04-291-4/+3
| * | | btrfs: Remove bio_offset argument from submit_bio_hookNikolay Borisov2019-04-294-14/+8
| * | | btrfs: Always pass 0 bio_offset for btree_submit_bio_startNikolay Borisov2019-04-291-2/+1
| * | | btrfs: Pass 0 for bio_offset to btrfs_wq_submit_bioNikolay Borisov2019-04-291-2/+1
| * | | btrfs: Remove 'tree' argument from read_extent_buffer_pagesNikolay Borisov2019-04-293-13/+6
| * | | btrfs: Change submit_bio_hook to taking an inode directlyNikolay Borisov2019-04-293-6/+4
| * | | btrfs: Define submit_bio_hook's type directlyNikolay Borisov2019-04-291-4/+3
| * | | btrfs: get fs_info from block group in search_free_space_infoDavid Sterba2019-04-293-15/+10
| * | | btrfs: get fs_info from block group in btrfs_find_space_clusterDavid Sterba2019-04-293-8/+5
| * | | btrfs: get fs_info from block group in write_pinned_extent_entriesDavid Sterba2019-04-291-6/+3
| * | | btrfs: get fs_info from block group in load_free_space_cacheDavid Sterba2019-04-293-5/+4
| * | | btrfs: get fs_info from block group in lookup_free_space_inodeDavid Sterba2019-04-294-11/+12
| * | | btrfs: get fs_info from block group in pin_down_extentDavid Sterba2019-04-291-7/+7
| * | | btrfs: get fs_info from block group in next_block_groupDavid Sterba2019-04-291-5/+5
| * | | Btrfs: remove no longer used function to run delayed refs asynchronouslyFilipe Manana2019-04-292-87/+0
| * | | btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterAnand Jain2019-04-294-17/+12
| * | | btrfs: split btrfs_setxattr calls regarding transactionAnand Jain2019-04-293-13/+33
| * | | btrfs: remove redundant readonly root check in btrfs_setxattr_transAnand Jain2019-04-291-3/+0
| * | | btrfs: export btrfs_setxattrAnand Jain2019-04-292-3/+4
| * | | btrfs: rename do_setxattr to btrfs_setxattrAnand Jain2019-04-291-5/+5
| * | | btrfs: rename btrfs_setxattr to btrfs_setxattr_transAnand Jain2019-04-294-18/+18
| * | | btrfs: trace: Introduce trace events for all btrfs tree locking eventsQu Wenruo2019-04-291-0/+10
| * | | btrfs: trace: Introduce trace events for sleepable tree lockQu Wenruo2019-04-291-0/+12
| * | | Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana2019-04-293-3/+0
| * | | btrfs: get fs_info from trans in btrfs_run_dev_replaceDavid Sterba2019-04-293-5/+4
| * | | btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba2019-04-293-5/+4
| * | | btrfs: get fs_info from trans in btrfs_finish_sproutDavid Sterba2019-04-291-3/+3
| * | | btrfs: get fs_info from trans in init_first_rw_deviceDavid Sterba2019-04-291-5/+4
| * | | btrfs: get fs_info from trans in copy_for_splitDavid Sterba2019-04-291-2/+2
| * | | btrfs: get fs_info from trans in insert_ptrDavid Sterba2019-04-291-7/+6
| * | | btrfs: get fs_info from trans in balance_node_rightDavid Sterba2019-04-291-5/+3
| * | | btrfs: get fs_info from trans in push_node_leftDavid Sterba2019-04-291-7/+5
| * | | btrfs: get fs_info from trans in btrfs_write_out_cacheDavid Sterba2019-04-293-8/+5
| * | | btrfs: get fs_info from trans in create_free_space_inodeDavid Sterba2019-04-293-9/+6
| * | | btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba2019-04-294-19/+17
| * | | btrfs: get fs_info from trans in btrfs_need_log_full_commitDavid Sterba2019-04-292-6/+5
| * | | btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba2019-04-295-7/+4
| * | | btrfs: get fs_info from trans in update_block_groupDavid Sterba2019-04-291-5/+5
| * | | btrfs: get fs_info from trans in btrfs_write_dirty_block_groupsDavid Sterba2019-04-293-5/+4
| * | | btrfs: get fs_info from trans in btrfs_setup_space_cacheDavid Sterba2019-04-293-5/+4
| * | | btrfs: get fs_info from trans in write_one_cache_groupDavid Sterba2019-04-291-7/+4
| * | | btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov2019-04-294-8/+6
| * | | btrfs: Do mandatory tree block check before submitting bioQu Wenruo2019-04-291-0/+13
| * | | btrfs: tree-checker: Remove comprehensive root owner checkQu Wenruo2019-04-291-24/+0
| * | | Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko2019-04-291-1/+2