summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move dir-item prototypes into dir-item.hJosef Bacik2022-12-0510-38/+50
* btrfs: move defrag related prototypes to their own headerJosef Bacik2022-12-058-18/+28
* btrfs: move the file defrag code into defrag.cJosef Bacik2022-12-052-902/+903
* btrfs: move the auto defrag code to defrag.cJosef Bacik2022-12-052-340/+337
* btrfs: rename tree-defrag.c to defrag.cJosef Bacik2022-12-052-1/+1
* btrfs: move inode prototypes to btrfs_inode.hJosef Bacik2022-12-052-140/+136
* btrfs: move the printk and assert helpers to messages.cJosef Bacik2022-12-053-347/+353
* btrfs: add blk_types.h include to compression.hJosef Bacik2022-12-051-0/+1
* btrfs: add dependencies to fs.h and block-rsv.hJosef Bacik2022-12-052-0/+9
* btrfs: move btrfs_chunk_item_size out of ctree.hJosef Bacik2022-12-052-7/+8
* btrfs: convert discard stat defs to enumJosef Bacik2022-12-051-3/+5
* btrfs: update function commentsDavid Sterba2022-12-0520-269/+289
* btrfs: remove unused btrfs_cond_migrate_bytesJosef Bacik2022-12-052-28/+0
* btrfs: remove unused function prototypesJosef Bacik2022-12-052-7/+0
* btrfs: move root tree prototypes to their own headerJosef Bacik2022-12-0512-32/+44
* 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-052-3/+3
* btrfs: move extent-tree helpers into their own header fileJosef Bacik2022-12-0517-72/+87
* btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik2022-12-054-35/+35
* 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-052-76/+76
* btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik2022-12-052-658/+661
* btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval2022-12-0510-28/+50
* btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2022-12-0512-118/+95
* btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy2022-12-054-57/+189
* btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy2022-12-0512-335/+287
* btrfs: merge module cleanup sequence to one helperAnand Jain2022-12-051-18/+10
* btrfs: sink gfp_t parameter to alloc_scrub_sectorDavid Sterba2022-12-051-6/+6
* btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_blockDavid Sterba2022-12-051-2/+2
* btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extentDavid Sterba2022-12-053-13/+9
* btrfs: sink gfp_t parameter to btrfs_backref_iter_allocDavid Sterba2022-12-053-6/+4
* btrfs: remove temporary btrfs_map_token declaration in ctree.hJosef Bacik2022-12-051-2/+0
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-0546-1091/+1112
* btrfs: move btrfs_map_token to accessorsJosef Bacik2022-12-056-14/+27
* btrfs: rename struct-funcs.c to accessors.cJosef Bacik2022-12-052-2/+1
* btrfs: move the compat/incompat flag masks to fs.hJosef Bacik2022-12-052-57/+57
* btrfs: remove fs_info::pending_changes and related codeJosef Bacik2022-12-054-54/+1
* btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik2022-12-054-3/+9
* btrfs: move fs_info::flags enum to fs.hJosef Bacik2022-12-054-68/+70
* btrfs: move mount option definitions to fs.hJosef Bacik2022-12-056-63/+67
* btrfs: convert incompat and compat flag test helpers to macrosJosef Bacik2022-12-051-14/+6
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-0515-52/+68
* btrfs: push printk index code into their respective helpersJosef Bacik2022-12-052-28/+11
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-0536-250/+293
* btrfs: move assert helpers out of ctree.hJosef Bacik2022-12-052-15/+17
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-0526-165/+200
* btrfs: send add define for v2 buffer sizeWang Yugui2022-12-052-3/+5
* btrfs: simplify generation check in btrfs_get_dentryDavid Sterba2022-12-053-9/+19
* btrfs: auto enable discard=async when possibleDavid Sterba2022-12-055-0/+22