summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev/zero-free' into for-next-next-v4.18-20180509David Sterba2018-05-091-1/+4
|\
| * btrfs: add new ioctl BTRFS_IOC_CLEAR_FREEDavid Sterba2018-04-201-9/+2
| * btrfs: add zeroing clear operationDavid Sterba2018-04-201-0/+1
| * btrfs: extend trim callchain to pass the operation typeDavid Sterba2018-04-201-1/+10
* | Merge branch 'dev/xflags' into for-next-next-v4.18-20180509David Sterba2018-05-091-1/+1
|\ \
| * | btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba2018-05-091-1/+1
* | | btrfs: Unexport and rename btrfs_invalidate_inodesNikolay Borisov2018-05-091-1/+0
* | | btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2018-05-091-0/+2
* | | btrfs: Unexport btrfs_alloc_delalloc_workNikolay Borisov2018-05-071-9/+0
* | | btrfs: Remove delayed_iput member from btrfs_delalloc_workNikolay Borisov2018-05-071-3/+1
* | | btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov2018-05-071-1/+1
* | | btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov2018-05-071-2/+1
* | | btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba2018-05-071-1/+3
* | | btrfs: track running balance in a simpler wayDavid Sterba2018-05-071-1/+6
* | | btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba2018-05-071-1/+0
* | | btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov2018-05-071-1/+0
* | | btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro2018-05-071-5/+1
* | | btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro2018-05-071-0/+1
* | | btrfs: rename btrfs_get_block_group_info and make it staticSu Yue2018-05-071-2/+0
|/ /
* | btrfs: qgroup: Use independent and accurate per inode qgroup rsvQu Wenruo2018-04-181-0/+19
* | btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo2018-04-181-0/+6
|/
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+4
* btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved spaceQu Wenruo2018-03-311-0/+5
* btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo2018-03-311-3/+6
* btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroupQu Wenruo2018-03-311-3/+0
* btrfs: ctree.h: Fix wrong comment position about csum sizeMisono, Tomohiro2018-03-311-1/+1
* btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney2018-03-311-1/+5
* btrfs: remove dead create_space_info callsJeff Mahoney2018-03-311-3/+3
* btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov2018-03-311-2/+1
* btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov2018-03-311-1/+1
* btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov2018-03-311-1/+0
* btrfs: Remove btrfs_file_private::transNikolay Borisov2018-03-311-1/+0
* btrfs: Remove userspace transaction ioctlsNikolay Borisov2018-03-311-1/+0
* btrfs: add define for oldest generationAnand Jain2018-03-311-0/+2
* btrfs: move btrfs_listxattr prototype to xattr.hDavid Sterba2018-03-261-3/+0
* btrfs: unify types for metadata_ratio and data_chunk_allocationsAnand Jain2018-03-261-2/+2
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-4/+5
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-0/+16
* btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo2018-03-261-2/+0
* btrfs: Move qgroup rescan on quota enable to btrfs_quota_enableNikolay Borisov2018-03-261-1/+0
* btrfs: manage commit mount option as %uAnand Jain2018-03-261-1/+1
* btrfs: manage thread_pool mount option as %uAnand Jain2018-03-261-1/+1
* btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov2018-03-261-2/+1
* btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov2018-03-261-2/+1
* btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov2018-03-261-2/+0
* Btrfs: fix log replay failure after unlink and link combinationFilipe Manana2018-03-011-1/+4
* btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2018-03-011-1/+1
* Btrfs: move extent map specific code to extent_map.cLiu Bo2018-01-221-2/+0
* Btrfs: add helper for em merge logicLiu Bo2018-01-221-0/+2
* Btrfs: remove unused wait in btrfs_stripe_hashLiu Bo2018-01-221-1/+0