summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive...Nikolay Borisov2018-03-311-4/+11
| * btrfs: Use sizeof directly instead of a constant variableNikolay Borisov2018-03-311-3/+2
| * btrfs: rename submit callbacks and drop double underscoresDavid Sterba2018-03-312-16/+15
| * btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba2018-03-313-8/+4
| * btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba2018-03-313-7/+2
| * btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba2018-03-313-6/+15
| * btrfs: kill tree_mod_log_set_root_pointer helperDavid Sterba2018-03-311-13/+7
| * btrfs: kill tree_mod_log_set_node_key helperDavid Sterba2018-03-311-15/+17
| * btrfs: kill trivial wrapper tree_mod_log_eb_moveDavid Sterba2018-03-311-15/+12
| * btrfs: remove trivial locking wrappers of tree mod logDavid Sterba2018-03-311-39/+19
| * btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba2018-03-311-6/+5
| * btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba2018-03-311-6/+4
| * btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba2018-03-311-7/+6
| * btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-7/+4
| * btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-9/+6
| * btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba2018-03-311-15/+12
| * btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba2018-03-311-13/+10
| * btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba2018-03-311-11/+8
| * btrfs: document more parameters of submit_extent_pageDavid Sterba2018-03-311-0/+12
| * btrfs: cleanup merging conditions in submit_extent_pageDavid Sterba2018-03-311-17/+9
| * btrfs: remove redundant variable in __do_readpageDavid Sterba2018-03-311-3/+1
| * btrfs: assume that bio_ret is always valid in submit_extent_pageDavid Sterba2018-03-311-5/+5
| * Btrfs: scrub: batch rebuild for raid56Liu Bo2018-03-311-18/+61
| * btrfs: sort and group mount option definitionsDavid Sterba2018-03-311-53/+86
| * btrfs: Add nossd_spread mount optionHoward McLauchlan2018-03-311-4/+7
| * btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov2018-03-313-9/+4
| * btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov2018-03-312-26/+7
| * btrfs: Remove btrfs_file_private::transNikolay Borisov2018-03-311-1/+0
| * btrfs: Remove userspace transaction ioctlsNikolay Borisov2018-03-313-104/+0
| * btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo2018-03-311-1/+9
| * btrfs: Relax memory barrier in btrfs_tree_unlockNikolay Borisov2018-03-311-1/+1
| * btrfs: add define for oldest generationAnand Jain2018-03-315-6/+8
| * btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba2018-03-313-9/+4
| * btrfs: Use filemap_range_has_page()Matthew Wilcox2018-03-312-71/+5
| * Btrfs: dev-replace: make sure target is identical to source when raid56 rebui...Liu Bo2018-03-261-2/+11
| * Btrfs: raid56: remove redundant async_missing_raid56Liu Bo2018-03-261-17/+1
| * btrfs: adjust return values of btrfs_inode_by_nameSu Yue2018-03-261-12/+10
| * btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain2018-03-263-6/+10
| * btrfs: Remove root argument from cow_file_range_inlineNikolay Borisov2018-03-261-8/+7
| * Btrfs: send: fix typo in TLV_PUTLiu Bo2018-03-261-2/+2
| * btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov2018-03-263-3/+3
| * btrfs: Remove root arg from btrfs_log_inode_parentNikolay Borisov2018-03-261-7/+6
| * btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov2018-03-261-3/+0
| * btrfs: move btrfs_listxattr prototype to xattr.hDavid Sterba2018-03-262-3/+1
| * btrfs: adjust return type of btrfs_getxattrDavid Sterba2018-03-262-2/+2
| * btrfs: drop extern from function declarationsDavid Sterba2018-03-262-5/+5
| * btrfs: drop underscores from exported xattr functionsDavid Sterba2018-03-264-14/+14
| * Btrfs: send, do not issue unnecessary truncate operationsFilipe Manana2018-03-261-5/+21
| * Btrfs: skip writeback of last page when truncating file to same sizeFilipe Manana2018-03-261-8/+10
| * Btrfs: dev-replace: skip prealloc extents when copy nocow pagesLiu Bo2018-03-261-1/+2