aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-31btrfs: volumes: Remove the meaningless condition of minimal nr_devs when allocating a chunkQu Wenruo1-3/+2
2018-03-31btrfs: Document parameters of btrfs_reserve_extentNikolay Borisov1-0/+45
2018-03-31btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_received_subvolNikolay Borisov1-4/+11
2018-03-31btrfs: Use sizeof directly instead of a constant variableNikolay Borisov1-3/+2
2018-03-31btrfs: rename submit callbacks and drop double underscoresDavid Sterba2-16/+15
2018-03-31btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba3-8/+4
2018-03-31btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba3-7/+2
2018-03-31btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba3-6/+15
2018-03-31btrfs: kill tree_mod_log_set_root_pointer helperDavid Sterba1-13/+7
2018-03-31btrfs: kill tree_mod_log_set_node_key helperDavid Sterba1-15/+17
2018-03-31btrfs: kill trivial wrapper tree_mod_log_eb_moveDavid Sterba1-15/+12
2018-03-31btrfs: remove trivial locking wrappers of tree mod logDavid Sterba1-39/+19
2018-03-31btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba1-6/+5
2018-03-31btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba1-6/+4
2018-03-31btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba1-7/+6
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba1-7/+4
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba1-9/+6
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba1-15/+12
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba1-13/+10
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba1-11/+8
2018-03-31btrfs: document more parameters of submit_extent_pageDavid Sterba1-0/+12
2018-03-31btrfs: cleanup merging conditions in submit_extent_pageDavid Sterba1-17/+9
2018-03-31btrfs: remove redundant variable in __do_readpageDavid Sterba1-3/+1
2018-03-31btrfs: assume that bio_ret is always valid in submit_extent_pageDavid Sterba1-5/+5
2018-03-31Btrfs: scrub: batch rebuild for raid56Liu Bo1-18/+61
2018-03-31btrfs: sort and group mount option definitionsDavid Sterba1-53/+86
2018-03-31btrfs: Add nossd_spread mount optionHoward McLauchlan1-4/+7
2018-03-31btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov3-9/+4
2018-03-31btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov2-26/+7
2018-03-31btrfs: Remove btrfs_file_private::transNikolay Borisov1-1/+0
2018-03-31btrfs: Remove userspace transaction ioctlsNikolay Borisov3-104/+0
2018-03-31btrfs: qgroup: Fix root item corruption when multiple same source snapshots are created with quota enabledQu Wenruo1-1/+9
2018-03-31btrfs: Relax memory barrier in btrfs_tree_unlockNikolay Borisov1-1/+1
2018-03-31btrfs: add define for oldest generationAnand Jain5-6/+8
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba3-9/+4
2018-03-31btrfs: Use filemap_range_has_page()Matthew Wilcox2-71/+5
2018-03-26Btrfs: dev-replace: make sure target is identical to source when raid56 rebuild failsLiu Bo1-2/+11
2018-03-26Btrfs: raid56: remove redundant async_missing_raid56Liu Bo1-17/+1
2018-03-26btrfs: adjust return values of btrfs_inode_by_nameSu Yue1-12/+10
2018-03-26btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain3-6/+10
2018-03-26btrfs: Remove root argument from cow_file_range_inlineNikolay Borisov1-8/+7
2018-03-26Btrfs: send: fix typo in TLV_PUTLiu Bo1-2/+2
2018-03-26btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov3-3/+3
2018-03-26btrfs: Remove root arg from btrfs_log_inode_parentNikolay Borisov1-7/+6
2018-03-26btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov1-3/+0
2018-03-26btrfs: move btrfs_listxattr prototype to xattr.hDavid Sterba2-3/+1
2018-03-26btrfs: adjust return type of btrfs_getxattrDavid Sterba2-2/+2
2018-03-26btrfs: drop extern from function declarationsDavid Sterba2-5/+5
2018-03-26btrfs: drop underscores from exported xattr functionsDavid Sterba4-14/+14
2018-03-26Btrfs: send, do not issue unnecessary truncate operationsFilipe Manana1-5/+21