summary refs log tree commit diff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-03-31btrfs: volumes: Remove the meaningless condition of minimal nr_devs when allo...Qu Wenruo
2018-03-31btrfs: Document parameters of btrfs_reserve_extentNikolay Borisov
2018-03-31btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive...Nikolay Borisov
2018-03-31btrfs: Use sizeof directly instead of a constant variableNikolay Borisov
2018-03-31btrfs: rename submit callbacks and drop double underscoresDavid Sterba
2018-03-31btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba
2018-03-31btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba
2018-03-31btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba
2018-03-31btrfs: kill tree_mod_log_set_root_pointer helperDavid Sterba
2018-03-31btrfs: kill tree_mod_log_set_node_key helperDavid Sterba
2018-03-31btrfs: kill trivial wrapper tree_mod_log_eb_moveDavid Sterba
2018-03-31btrfs: remove trivial locking wrappers of tree mod logDavid Sterba
2018-03-31btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba
2018-03-31btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba
2018-03-31btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba
2018-03-31btrfs: document more parameters of submit_extent_pageDavid Sterba
2018-03-31btrfs: cleanup merging conditions in submit_extent_pageDavid Sterba
2018-03-31btrfs: remove redundant variable in __do_readpageDavid Sterba
2018-03-31btrfs: assume that bio_ret is always valid in submit_extent_pageDavid Sterba
2018-03-31Btrfs: scrub: batch rebuild for raid56Liu Bo
2018-03-31btrfs: sort and group mount option definitionsDavid Sterba
2018-03-31btrfs: Add nossd_spread mount optionHoward McLauchlan
2018-03-31btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov
2018-03-31btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov
2018-03-31btrfs: Remove btrfs_file_private::transNikolay Borisov
2018-03-31btrfs: Remove userspace transaction ioctlsNikolay Borisov
2018-03-31btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo
2018-03-31btrfs: Relax memory barrier in btrfs_tree_unlockNikolay Borisov
2018-03-31btrfs: add define for oldest generationAnand Jain
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba
2018-03-31btrfs: Use filemap_range_has_page()Matthew Wilcox
2018-03-26Btrfs: dev-replace: make sure target is identical to source when raid56 rebui...Liu Bo
2018-03-26Btrfs: raid56: remove redundant async_missing_raid56Liu Bo
2018-03-26btrfs: adjust return values of btrfs_inode_by_nameSu Yue
2018-03-26btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain
2018-03-26btrfs: Remove root argument from cow_file_range_inlineNikolay Borisov
2018-03-26Btrfs: send: fix typo in TLV_PUTLiu Bo
2018-03-26btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov
2018-03-26btrfs: Remove root arg from btrfs_log_inode_parentNikolay Borisov
2018-03-26btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov
2018-03-26btrfs: move btrfs_listxattr prototype to xattr.hDavid Sterba
2018-03-26btrfs: adjust return type of btrfs_getxattrDavid Sterba
2018-03-26btrfs: drop extern from function declarationsDavid Sterba
2018-03-26btrfs: drop underscores from exported xattr functionsDavid Sterba
2018-03-26Btrfs: send, do not issue unnecessary truncate operationsFilipe Manana