summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2022-12-05btrfs: move inode prototypes to btrfs_inode.hJosef Bacik
2022-12-05btrfs: move btrfs_chunk_item_size out of ctree.hJosef Bacik
2022-12-05btrfs: remove unused function prototypesJosef Bacik
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik
2022-12-05btrfs: delete unused function prototypes in ctree.hJosef Bacik
2022-12-05btrfs: move delalloc space related prototypes to delalloc-space.hJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik
2022-12-05btrfs: remove extra space info prototypes in ctree.hJosef Bacik
2022-12-05btrfs: minor whitespace in ctree.hJosef Bacik
2022-12-05btrfs: move the lockdep helpers into locking.hJosef Bacik
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2022-12-05btrfs: remove temporary btrfs_map_token declaration in ctree.hJosef Bacik
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik
2022-12-05btrfs: move the compat/incompat flag masks to fs.hJosef Bacik
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik
2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move assert helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba
2022-12-05btrfs: convert BTRFS_ILOCK-* defines to enum bitDavid Sterba
2022-12-05btrfs: move the btrfs_verity_descriptor_item defs up in ctree.hJosef Bacik
2022-12-05btrfs: move btrfs_next_old_item into ctree.cJosef Bacik
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik
2022-12-05btrfs: move flush related definitions to space-info.hJosef Bacik
2022-12-05btrfs: move discard stat defs to free-space-cache.hJosef Bacik
2022-12-05btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik
2022-12-05btrfs: move maximum limits to btrfs_tree.hJosef Bacik
2022-12-05btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik
2022-12-05btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik
2022-12-05btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik
2022-12-05btrfs: remove unused set/clear_pending_info helpersJosef Bacik
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-09-29btrfs: remove stale prototype of btrfs_write_inodeJeff Layton
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik
2022-09-26btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik