summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+12Star
* btrfs: remove trivial locking wrappers of tree mod logDavid Sterba2018-03-311-39/+19Star
* btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba2018-03-311-6/+5Star
* btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba2018-03-311-6/+4Star
* btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba2018-03-311-7/+6Star
* btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-7/+4Star
* btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-9/+6Star
* btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba2018-03-311-15/+12Star
* btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba2018-03-311-13/+10Star
* btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba2018-03-311-11/+8Star
* 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/+9Star
* btrfs: remove redundant variable in __do_readpageDavid Sterba2018-03-311-3/+1Star
* 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/+4Star
* btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov2018-03-312-26/+7Star
* btrfs: Remove btrfs_file_private::transNikolay Borisov2018-03-311-1/+0Star
* btrfs: Remove userspace transaction ioctlsNikolay Borisov2018-03-313-104/+0Star
* 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/+4Star
* btrfs: Use filemap_range_has_page()Matthew Wilcox2018-03-312-71/+5Star
* 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/+1Star
* btrfs: adjust return values of btrfs_inode_by_nameSu Yue2018-03-261-12/+10Star
* 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/+7Star
* 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/+6Star
* btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov2018-03-261-3/+0Star
* btrfs: move btrfs_listxattr prototype to xattr.hDavid Sterba2018-03-262-3/+1Star
* 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
* btrfs: unify types for metadata_ratio and data_chunk_allocationsAnand Jain2018-03-262-3/+3
* btrfs: Remove redundant memory barriers around dio_private error statusNikolay Borisov2018-03-261-8/+9
* btrfs: remove assert in btrfs_init_dev_replace_tgtdev()Anand Jain2018-03-261-1/+0Star
* btrfs: add more __cold annotationsDavid Sterba2018-03-2623-24/+29
* btrfs: add (the only possible) __exit annotationDavid Sterba2018-03-262-2/+2
* btrfs: verify subvolid mount parameterAnand Jain2018-03-261-12/+9Star
* Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo2018-03-261-5/+32