summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: remove unused function prototypesJosef Bacik2022-12-051-3/+0
* btrfs: move root tree prototypes to their own headerJosef Bacik2022-12-051-32/+0
* btrfs: delete unused function prototypes in ctree.hJosef Bacik2022-12-051-6/+0
* btrfs: move delalloc space related prototypes to delalloc-space.hJosef Bacik2022-12-051-3/+0
* btrfs: move extent-tree helpers into their own header fileJosef Bacik2022-12-051-72/+0
* btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik2022-12-051-1/+0
* btrfs: remove extra space info prototypes in ctree.hJosef Bacik2022-12-051-3/+0
* btrfs: minor whitespace in ctree.hJosef Bacik2022-12-051-2/+0
* btrfs: move the lockdep helpers into locking.hJosef Bacik2022-12-051-76/+0
* btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik2022-12-051-658/+1
* btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2022-12-051-10/+9
* btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy2022-12-051-0/+3
* btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy2022-12-051-14/+12
* btrfs: remove temporary btrfs_map_token declaration in ctree.hJosef Bacik2022-12-051-2/+0
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-1090/+0
* btrfs: move btrfs_map_token to accessorsJosef Bacik2022-12-051-14/+2
* btrfs: move the compat/incompat flag masks to fs.hJosef Bacik2022-12-051-57/+0
* btrfs: remove fs_info::pending_changes and related codeJosef Bacik2022-12-051-22/+1
* btrfs: move fs_info::flags enum to fs.hJosef Bacik2022-12-051-68/+0
* btrfs: move mount option definitions to fs.hJosef Bacik2022-12-051-63/+0
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-46/+0
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-249/+0
* btrfs: move assert helpers out of ctree.hJosef Bacik2022-12-051-15/+3
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-164/+0
* btrfs: auto enable discard=async when possibleDavid Sterba2022-12-051-0/+1
* btrfs: convert BTRFS_ILOCK-* defines to enum bitDavid Sterba2022-12-051-3/+6
* btrfs: move the btrfs_verity_descriptor_item defs up in ctree.hJosef Bacik2022-12-051-9/+10
* btrfs: move btrfs_next_old_item into ctree.cJosef Bacik2022-12-051-8/+1
* btrfs: move free space cachep's out of ctree.hJosef Bacik2022-12-051-2/+0
* btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik2022-12-051-1/+2
* btrfs: move trans_handle_cachep out of ctree.hJosef Bacik2022-12-051-1/+0
* btrfs: move flush related definitions to space-info.hJosef Bacik2022-12-051-59/+0
* btrfs: move discard stat defs to free-space-cache.hJosef Bacik2022-12-051-9/+0
* btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik2022-12-051-11/+0
* btrfs: move maximum limits to btrfs_tree.hJosef Bacik2022-12-051-13/+0
* btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik2022-12-051-214/+1
* btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik2022-12-051-3/+0
* btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik2022-12-051-8/+0
* btrfs: remove unused set/clear_pending_info helpersJosef Bacik2022-12-051-24/+0
* btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba2022-11-071-4/+7
* btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana2022-10-311-1/+4
* btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana2022-09-291-2/+0
* btrfs: remove stale prototype of btrfs_write_inodeJeff Layton2022-09-291-1/+0
* btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik2022-09-291-1/+1
* btrfs: make can_nocow_extent nowait compatibleJosef Bacik2022-09-291-2/+3
* btrfs: implement a nowait option for tree searchesJosef Bacik2022-09-261-0/+2
* btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik2022-09-261-60/+63
* btrfs: move btrfs_csum_ptr to inode.cJosef Bacik2022-09-261-8/+0
* btrfs: move fs_info forward declarations to the top of ctree.hJosef Bacik2022-09-261-7/+5
* btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik2022-09-261-25/+0