summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-05btrfs: add helper for bit enumerationDavid Sterba1-0/+8
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo5-130/+122
2022-12-05btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Filipe Manana3-19/+18
2022-12-05btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keysFilipe Manana1-1/+1
2022-12-05btrfs: re-check reclaim condition in reclaim workerBoris Burkov1-25/+40
2022-12-05btrfs: skip reclaim if block_group is emptyBoris Burkov1-0/+18
2022-12-05btrfs: avoid unnecessary resolution of indirect backrefs during fiemapFilipe Manana1-11/+17
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana3-10/+69
2022-12-05btrfs: move up backref sharedness cache store and lookup functionsFilipe Manana1-118/+118
2022-12-05btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana2-3/+74
2022-12-05btrfs: remove useless logic when finding parent nodesFilipe Manana1-5/+18
2022-12-05btrfs: remove roots ulist when checking data extent sharednessFilipe Manana2-6/+1
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana3-36/+48
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana3-32/+32
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana3-14/+12
2022-12-05btrfs: remove checks for a 0 inode number during backref walkingFilipe Manana1-2/+2
2022-12-05btrfs: remove checks for a root with id 0 during backref walkingFilipe Manana1-4/+2
2022-12-05btrfs: drop redundant bflags initialization when allocating extent bufferFilipe Manana1-1/+0
2022-12-05btrfs: drop pointless memset when cloning extent bufferFilipe Manana1-1/+0
2022-12-05btrfs: skip unnecessary delalloc search during fiemap and lseekFilipe Manana1-13/+20
2022-12-05btrfs: skip unnecessary extent map searches during fiemap and lseekFilipe Manana1-0/+12
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana3-18/+59
2022-12-05btrfs: raid56: make it more explicit that cache rbio should have all its data...Qu Wenruo1-19/+51
2022-12-05btrfs: raid56: allocate memory separately for rbio pointersQu Wenruo1-22/+24