summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
* 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/+9
* Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo2018-03-261-5/+32
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-2616-127/+35
* btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo2018-03-264-34/+33
* btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo2018-03-263-78/+82
* Btrfs: add tracepoint for em's EEXIST caseLiu Bo2018-03-261-0/+3
* btrfs: Move qgroup rescan on quota enable to btrfs_quota_enableNikolay Borisov2018-03-262-26/+10
* btrfs: use reada direction enum instead of constant value in load_free_space_...Gu JinXiang2018-03-261-1/+1
* btrfs: use reada direction enum instead of constant value in populate_free_sp...Gu Jinxiang2018-03-261-1/+1
* btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov2018-03-262-15/+13
* btrfs: volumes: Cleanup stripe size calculationQu Wenruo2018-03-261-7/+6
* btrfs: Streamline btrfs_delalloc_reserve_metadata initial operationsNikolay Borisov2018-03-261-6/+6
* btrfs: insert newly opened device to the end of the listAnand Jain2018-03-261-1/+1
* btrfs: keep device list sortedAnand Jain2018-03-261-0/+16
* Btrfs: do not check inode's runtime flags under root->orphan_lockLiu Bo2018-03-261-9/+12
* btrfs: Use schedule_timeout_interruptibleNikolay Borisov2018-03-261-3/+1
OpenPOWER on IntegriCloud