aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2019-03-01btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien
2018-10-10Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko
2018-06-07btrfs: change return type of btrfs_page_mkwrite to vm_fault_tSouptick Joarder
2018-05-30btrfs: drop unused parameter qgroup_reservedGu JinXiang
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval
2018-05-28btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: Unexport and rename btrfs_invalidate_inodesNikolay Borisov
2018-05-28btrfs: introduce conditional wakeup helpersDavid Sterba
2018-05-28btrfs: Remove fs_info argument from add_new_free_spaceNikolay Borisov
2018-05-28btrfs: Unexport btrfs_alloc_delalloc_workNikolay Borisov
2018-05-28btrfs: Remove delayed_iput member from btrfs_delalloc_workNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov
2018-05-28btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba
2018-05-28btrfs: track running balance in a simpler wayDavid Sterba
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba
2018-05-28btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov
2018-05-28btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro
2018-05-28btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro
2018-05-28btrfs: rename btrfs_get_block_group_info and make it staticSu Yue
2018-05-17btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov
2018-04-18btrfs: qgroup: Use independent and accurate per inode qgroup rsvQu Wenruo
2018-04-18btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2018-03-31btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved spaceQu Wenruo
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo
2018-03-31btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroupQu Wenruo
2018-03-31btrfs: ctree.h: Fix wrong comment position about csum sizeMisono, Tomohiro
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney
2018-03-31btrfs: remove dead create_space_info callsJeff Mahoney
2018-03-31btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov
2018-03-31btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov
2018-03-31btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov
2018-03-31btrfs: Remove btrfs_file_private::transNikolay Borisov
2018-03-31btrfs: Remove userspace transaction ioctlsNikolay Borisov
2018-03-31btrfs: add define for oldest generationAnand Jain
2018-03-26btrfs: move btrfs_listxattr prototype to xattr.hDavid Sterba
2018-03-26btrfs: unify types for metadata_ratio and data_chunk_allocationsAnand Jain
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo
2018-03-26btrfs: Move qgroup rescan on quota enable to btrfs_quota_enableNikolay Borisov
2018-03-26btrfs: manage commit mount option as %uAnand Jain
2018-03-26btrfs: manage thread_pool mount option as %uAnand Jain
2018-03-26btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov
2018-03-26btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana