summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: remove unused function prototypesJosef Bacik1-3/+0
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik1-32/+0
2022-12-05btrfs: delete unused function prototypes in ctree.hJosef Bacik1-6/+0
2022-12-05btrfs: move delalloc space related prototypes to delalloc-space.hJosef Bacik1-3/+0
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-72/+0
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik1-1/+0
2022-12-05btrfs: remove extra space info prototypes in ctree.hJosef Bacik1-3/+0
2022-12-05btrfs: minor whitespace in ctree.hJosef Bacik1-2/+0
2022-12-05btrfs: move the lockdep helpers into locking.hJosef Bacik1-76/+0
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik1-658/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-10/+9
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy1-0/+3
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-14/+12
2022-12-05btrfs: remove temporary btrfs_map_token declaration in ctree.hJosef Bacik1-2/+0
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-1090/+0
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik1-14/+2
2022-12-05btrfs: move the compat/incompat flag masks to fs.hJosef Bacik1-57/+0
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik1-22/+1
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