summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik26-165/+200
2022-12-05btrfs: send add define for v2 buffer sizeWang Yugui2-3/+5
2022-12-05btrfs: simplify generation check in btrfs_get_dentryDavid Sterba3-9/+19
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba5-0/+22
2022-12-05btrfs: sysfs: convert remaining scnprintf to sysfs_emitDavid Sterba1-3/+3
2022-12-05btrfs: do not panic if we can't allocate a prealloc extent stateJosef Bacik1-8/+14
2022-12-05btrfs: remove unused unlock_extent_atomicJosef Bacik1-7/+0
2022-12-05btrfs: do not use GFP_ATOMIC in the read endioJosef Bacik1-4/+4
2022-12-05btrfs: skip update of block group item if used bytes are the sameQu Wenruo2-1/+33
2022-12-05btrfs: convert __TRANS_* defines to enum bitsDavid Sterba1-8/+10
2022-12-05btrfs: convert QGROUP_* defines to enum bitsDavid Sterba1-3/+6
2022-12-05btrfs: convert EXTENT_* bits to enumsDavid Sterba1-33/+38
2022-12-05btrfs: convert extent_io page op defines to enum bitsDavid Sterba1-7/+10
2022-12-05btrfs: convert BTRFS_ILOCK-* defines to enum bitDavid Sterba1-3/+6