summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-26Btrfs: skip writeback of last page when truncating file to same sizeFilipe Manana1-8/+10
2018-03-26Btrfs: dev-replace: skip prealloc extents when copy nocow pagesLiu Bo1-1/+2
2018-03-26btrfs: unify types for metadata_ratio and data_chunk_allocationsAnand Jain2-3/+3
2018-03-26btrfs: Remove redundant memory barriers around dio_private error statusNikolay Borisov1-8/+9
2018-03-26btrfs: remove assert in btrfs_init_dev_replace_tgtdev()Anand Jain1-1/+0
2018-03-26btrfs: add more __cold annotationsDavid Sterba23-24/+29
2018-03-26btrfs: add (the only possible) __exit annotationDavid Sterba2-2/+2
2018-03-26btrfs: verify subvolid mount parameterAnand Jain1-12/+9
2018-03-26Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-5/+32
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov16-127/+35
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo4-34/+33
2018-03-26btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo3-78/+82
2018-03-26Btrfs: add tracepoint for em's EEXIST caseLiu Bo1-0/+3
2018-03-26btrfs: Move qgroup rescan on quota enable to btrfs_quota_enableNikolay Borisov2-26/+10
2018-03-26btrfs: use reada direction enum instead of constant value in load_free_space_...Gu JinXiang1-1/+1
2018-03-26btrfs: use reada direction enum instead of constant value in populate_free_sp...Gu Jinxiang1-1/+1
2018-03-26btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov2-15/+13
2018-03-26btrfs: volumes: Cleanup stripe size calculationQu Wenruo1-7/+6
2018-03-26btrfs: Streamline btrfs_delalloc_reserve_metadata initial operationsNikolay Borisov1-6/+6
2018-03-26btrfs: insert newly opened device to the end of the listAnand Jain1-1/+1
2018-03-26btrfs: keep device list sortedAnand Jain1-0/+16
2018-03-26Btrfs: do not check inode's runtime flags under root->orphan_lockLiu Bo1-9/+12
2018-03-26btrfs: Use schedule_timeout_interruptibleNikolay Borisov1-3/+1
2018-03-26btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call siteNikolay Borisov1-5/+6
2018-03-26btrfs: not a disk error if the bio_add_page failsAnand Jain1-7/+4
2018-03-26btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount optionQu Wenruo1-2/+17
2018-03-26btrfs: use ASSERT to report logical error in cow_file_range()Anand Jain1-2/+1
2018-03-26btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain1-10/+6
2018-03-26btrfs: remove unused function btrfs_async_submit_limit()Anand Jain2-9/+0
2018-03-26btrfs: remove unused hardirq.hYang Shi1-1/+0
2018-03-26btrfs: Add enospc_debug printing in metadata_reserve_bytesNikolay Borisov1-1/+6
2018-03-26btrfs: Document consistency of transaction->io_bgs listNikolay Borisov3-2/+27
2018-03-26btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgsNikolay Borisov1-9/+0
2018-03-26btrfs: log, when replace, is canceled by the userAnand Jain1-0/+8
2018-03-26btrfs: fix null pointer deref when target device is missingAnand Jain1-1/+1
2018-03-26btrfs: add a comment to mark the deprecated mount optionAnand Jain1-2/+2
2018-03-26btrfs: manage commit mount option as %uAnand Jain2-17/+11
2018-03-26btrfs: manage check_int_print_mask mount option as %uAnand Jain1-11/+5
2018-03-26btrfs: manage metadata_ratio mount option as %uAnand Jain1-12/+6