summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik1-68/+0
2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik1-63/+0
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-46/+0
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-249/+0
2022-12-05btrfs: move assert helpers out of ctree.hJosef Bacik1-15/+3
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-164/+0
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba1-0/+1
2022-12-05btrfs: convert BTRFS_ILOCK-* defines to enum bitDavid Sterba1-3/+6
2022-12-05btrfs: move the btrfs_verity_descriptor_item defs up in ctree.hJosef Bacik1-9/+10
2022-12-05btrfs: move btrfs_next_old_item into ctree.cJosef Bacik1-8/+1
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik1-2/+0
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik1-1/+2
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik1-1/+0
2022-12-05btrfs: move flush related definitions to space-info.hJosef Bacik1-59/+0
2022-12-05btrfs: move discard stat defs to free-space-cache.hJosef Bacik1-9/+0
2022-12-05btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik1-11/+0
2022-12-05btrfs: move maximum limits to btrfs_tree.hJosef Bacik1-13/+0
2022-12-05btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik1-214/+1
2022-12-05btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik1-3/+0
2022-12-05btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik1-8/+0
2022-12-05btrfs: remove unused set/clear_pending_info helpersJosef Bacik1-24/+0
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba1-4/+7
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana1-1/+4
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-2/+0
2022-09-29btrfs: remove stale prototype of btrfs_write_inodeJeff Layton1-1/+0
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik1-1/+1
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-2/+3
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik1-0/+2
2022-09-26btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik1-60/+63
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik1-8/+0
2022-09-26btrfs: move fs_info forward declarations to the top of ctree.hJosef Bacik1-7/+5
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik1-25/+0
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik1-2/+0
2022-09-26btrfs: move btrfs_init_async_reclaim_work prototype to space-info.hJosef Bacik1-2/+0
2022-09-26btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik1-14/+0
2022-09-26btrfs: move btrfs_caching_type to block-group.hJosef Bacik1-7/+0
2022-09-26btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui1-1/+0
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo1-0/+1
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana1-2/+2
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana1-0/+18
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo1-1/+2
2022-09-26btrfs: don't save block group root into super blockQu Wenruo1-25/+2
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo1-2/+4
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig1-1/+0
2022-09-26btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba1-1/+1
2022-09-26btrfs: send: add support for fs-verityBoris Burkov1-0/+7
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval1-6/+3
2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos1-0/+1
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos1-0/+1
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos1-0/+32