summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: move file prototypes to file.hJosef Bacik10-26/+40
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik10-12/+25
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik8-7/+18
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik17-31/+50
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik10-38/+50
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik8-18/+28
2022-12-05btrfs: move the file defrag code into defrag.cJosef Bacik2-902/+903
2022-12-05btrfs: move the auto defrag code to defrag.cJosef Bacik2-340/+337
2022-12-05btrfs: rename tree-defrag.c to defrag.cJosef Bacik2-1/+1
2022-12-05btrfs: move inode prototypes to btrfs_inode.hJosef Bacik2-140/+136
2022-12-05btrfs: move the printk and assert helpers to messages.cJosef Bacik3-347/+353
2022-12-05btrfs: add blk_types.h include to compression.hJosef Bacik1-0/+1
2022-12-05btrfs: add dependencies to fs.h and block-rsv.hJosef Bacik2-0/+9
2022-12-05btrfs: move btrfs_chunk_item_size out of ctree.hJosef Bacik2-7/+8
2022-12-05btrfs: convert discard stat defs to enumJosef Bacik1-3/+5
2022-12-05btrfs: update function commentsDavid Sterba20-269/+289
2022-12-05btrfs: remove unused btrfs_cond_migrate_bytesJosef Bacik2-28/+0
2022-12-05btrfs: remove unused function prototypesJosef Bacik2-7/+0
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik12-32/+44
2022-12-05btrfs: delete unused function prototypes in ctree.hJosef Bacik1-6/+0
2022-12-05btrfs: move delalloc space related prototypes to delalloc-space.hJosef Bacik2-3/+3
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik17-72/+87
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik4-35/+35
2022-12-05btrfs: remove extra space info prototypes in ctree.hJosef Bacik1-3/+0
2022-12-05btrfs: minor whitespace in ctree.hJosef Bacik1-2/+0
2022-12-05btrfs: move the lockdep helpers into locking.hJosef Bacik2-76/+76
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik2-658/+661
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval9-28/+43
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy12-118/+95
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy4-57/+189
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy12-335/+287
2022-12-05btrfs: merge module cleanup sequence to one helperAnand Jain1-18/+10
2022-12-05btrfs: sink gfp_t parameter to alloc_scrub_sectorDavid Sterba1-6/+6
2022-12-05btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_blockDavid Sterba1-2/+2
2022-12-05btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extentDavid Sterba3-13/+9
2022-12-05btrfs: sink gfp_t parameter to btrfs_backref_iter_allocDavid Sterba3-6/+4
2022-12-05btrfs: remove temporary btrfs_map_token declaration in ctree.hJosef Bacik1-2/+0
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik46-1091/+1112
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik6-14/+27
2022-12-05btrfs: rename struct-funcs.c to accessors.cJosef Bacik2-2/+1
2022-12-05btrfs: move the compat/incompat flag masks to fs.hJosef Bacik2-57/+57
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik4-54/+1
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik4-3/+9
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik4-68/+70
2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik6-63/+67
2022-12-05btrfs: convert incompat and compat flag test helpers to macrosJosef Bacik1-14/+6
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik15-52/+68
2022-12-05btrfs: push printk index code into their respective helpersJosef Bacik2-28/+11
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik36-250/+293
2022-12-05btrfs: move assert helpers out of ctree.hJosef Bacik2-15/+17