summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: reserve delalloc metadata differentlyJosef Bacik2019-05-021-92/+52
* btrfs: track DIO bytes in flightJosef Bacik2019-04-294-4/+36
* btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_propAnand Jain2019-04-291-19/+6
* btrfs: delete unused function btrfs_set_prop_transAnand Jain2019-04-292-8/+0
* btrfs: start transaction in xattr_handler_set_propAnand Jain2019-04-291-1/+20
* btrfs: drop local copy of inode i_modeAnand Jain2019-04-291-5/+2
* btrfs: drop old_fsflags in btrfs_ioctl_setflagsAnand Jain2019-04-291-3/+3
* btrfs: modify local copy of btrfs_inode flagsAnand Jain2019-04-291-31/+26
* btrfs: drop useless inode i_flags copy and restoreAnand Jain2019-04-291-3/+0
* btrfs: start transaction in btrfs_ioctl_setflags()Anand Jain2019-04-291-20/+25
* btrfs: export btrfs_set_propAnand Jain2019-04-292-3/+6
* btrfs: refactor btrfs_set_props to validate externallyAnand Jain2019-04-294-6/+26
* btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo2019-04-291-2/+22
* btrfs: tree-checker: Allow error injection for tree-checkerQu Wenruo2019-04-291-0/+5
* btrfs: Document btrfs_csum_one_bioNikolay Borisov2019-04-291-0/+10
* Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana2019-04-293-63/+188
* Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-04-293-1/+50
* Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana2019-04-291-0/+36
* Btrfs: do not start a transaction during fiemapFilipe Manana2019-04-291-6/+10
* btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-293-4/+2
* btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_opDavid Sterba2019-04-293-6/+3
* btrfs: remove unused parameter fs_info from emit_last_fiemap_cacheDavid Sterba2019-04-291-3/+2
* btrfs: remove unused parameter fs_info from CHECK_FE_ALIGNEDDavid Sterba2019-04-291-6/+6
* btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba2019-04-291-4/+3
* btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba2019-04-291-4/+2
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-299-17/+12
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-2910-17/+12
* btrfs: remove unused parameter fs_info from split_itemDavid Sterba2019-04-291-3/+2
* btrfs: qgroup: Don't scan leaf if we're modifying reloc treeQu Wenruo2019-04-291-4/+6
* btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo2019-04-295-56/+61
* btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo2019-04-297-61/+96
* btrfs: extent-tree: Use btrfs_ref to refactor add_pinned_bytes()Qu Wenruo2019-04-291-16/+10
* btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()Qu Wenruo2019-04-293-48/+42
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()Qu Wenruo2019-04-293-22/+27
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()Qu Wenruo2019-04-293-27/+44
* btrfs: extent-tree: Open-code process_func in __btrfs_mod_refQu Wenruo2019-04-291-14/+16
* btrfs: delayed-ref: Introduce better documented delayed ref structuresQu Wenruo2019-04-291-0/+109
* 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