summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik
2022-12-05btrfs: move the file defrag code into defrag.cJosef Bacik
2022-12-05btrfs: move the auto defrag code to defrag.cJosef Bacik
2022-12-05btrfs: rename tree-defrag.c to defrag.cJosef Bacik
2022-12-05btrfs: move inode prototypes to btrfs_inode.hJosef Bacik
2022-12-05btrfs: move the printk and assert helpers to messages.cJosef Bacik
2022-12-05btrfs: add blk_types.h include to compression.hJosef Bacik
2022-12-05btrfs: add dependencies to fs.h and block-rsv.hJosef Bacik
2022-12-05btrfs: move btrfs_chunk_item_size out of ctree.hJosef Bacik
2022-12-05btrfs: convert discard stat defs to enumJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: remove unused btrfs_cond_migrate_bytesJosef 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: extend btrfs_dir_item type to store encryption statusOmar Sandoval
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: merge module cleanup sequence to one helperAnand Jain
2022-12-05btrfs: sink gfp_t parameter to alloc_scrub_sectorDavid Sterba
2022-12-05btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_blockDavid Sterba
2022-12-05btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extentDavid Sterba
2022-12-05btrfs: sink gfp_t parameter to btrfs_backref_iter_allocDavid Sterba
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: rename struct-funcs.c to accessors.cJosef 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: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef 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: convert incompat and compat flag test helpers to macrosJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: push printk index code into their respective helpersJosef 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: send add define for v2 buffer sizeWang Yugui