summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2022-12-05btrfs: simplify generation check in btrfs_get_dentryDavid Sterba
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba
2022-12-05btrfs: sysfs: convert remaining scnprintf to sysfs_emitDavid Sterba
2022-12-05btrfs: do not panic if we can't allocate a prealloc extent stateJosef Bacik
2022-12-05btrfs: remove unused unlock_extent_atomicJosef Bacik
2022-12-05btrfs: do not use GFP_ATOMIC in the read endioJosef Bacik
2022-12-05btrfs: skip update of block group item if used bytes are the sameQu Wenruo
2022-12-05btrfs: convert __TRANS_* defines to enum bitsDavid Sterba
2022-12-05btrfs: convert QGROUP_* defines to enum bitsDavid Sterba
2022-12-05btrfs: convert EXTENT_* bits to enumsDavid Sterba
2022-12-05btrfs: convert extent_io page op defines to enum bitsDavid Sterba
2022-12-05btrfs: convert BTRFS_ILOCK-* defines to enum bitDavid Sterba
2022-12-05btrfs: add helper for bit enumerationDavid Sterba
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo