summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba9-33/+18
2022-12-05btrfs: update stale comment for nowait direct IO writesFilipe Manana1-2/+2
2022-12-05btrfs: fix SPDX comment in tree-mod-log.hDavid Sterba1-1/+1
2022-12-05btrfs: extract the inline extent read code into its own functionQu Wenruo1-35/+34
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo4-7/+4
2022-12-05btrfs: do not reset extent map members for inline extents readQu Wenruo1-4/+9
2022-12-05btrfs: make inline extent read calculation much simplerQu Wenruo1-18/+20
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo2-38/+26
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik8-6/+17
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik17-17/+32
2022-12-05btrfs: move super prototypes into super.hJosef Bacik5-7/+15
2022-12-05btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hJosef Bacik2-15/+9
2022-12-05btrfs: move verity prototypes into verity.hJosef Bacik6-22/+32
2022-12-05btrfs: move dev-replace prototypes into dev-replace.hJosef Bacik3-9/+9
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik9-11/+23
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik9-20/+30
2022-12-05btrfs: move acl prototypes into acl.hJosef Bacik4-19/+29
2022-12-05btrfs: move the snapshot drop related prototypes to extent-tree.hJosef Bacik2-6/+6
2022-12-05btrfs: move the 32bit warn defines into messages.hJosef Bacik2-13/+13
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