summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik
2022-12-05btrfs: rename struct-funcs.c to accessors.cJosef Bacik
2022-12-05btrfs: move the compat/incompat flag masks to fs.hJosef Bacik
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik
2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik
2022-12-05btrfs: convert incompat and compat flag test helpers to macrosJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: push printk index code into their respective helpersJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move assert helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: send add define for v2 buffer sizeWang Yugui
2022-12-05btrfs: simplify generation check in btrfs_get_dentryDavid Sterba
2022-12-05btrfs: auto enable discard=async when possibleDavid Sterba
2022-12-05btrfs: sysfs: convert remaining scnprintf to sysfs_emitDavid Sterba
2022-12-05btrfs: do not panic if we can't allocate a prealloc extent stateJosef Bacik
2022-12-05btrfs: remove unused unlock_extent_atomicJosef Bacik
2022-12-05btrfs: do not use GFP_ATOMIC in the read endioJosef Bacik
2022-12-05btrfs: skip update of block group item if used bytes are the sameQu Wenruo
2022-12-05btrfs: convert __TRANS_* defines to enum bitsDavid Sterba
2022-12-05btrfs: convert QGROUP_* defines to enum bitsDavid Sterba
2022-12-05btrfs: convert EXTENT_* bits to enumsDavid Sterba
2022-12-05btrfs: convert extent_io page op defines to enum bitsDavid Sterba
2022-12-05btrfs: convert BTRFS_ILOCK-* defines to enum bitDavid Sterba
2022-12-05btrfs: add helper for bit enumerationDavid Sterba
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo
2022-12-05btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Filipe Manana
2022-12-05btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keysFilipe Manana
2022-12-05btrfs: re-check reclaim condition in reclaim workerBoris Burkov
2022-12-05btrfs: skip reclaim if block_group is emptyBoris Burkov
2022-12-05btrfs: avoid unnecessary resolution of indirect backrefs during fiemapFilipe Manana
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana
2022-12-05btrfs: move up backref sharedness cache store and lookup functionsFilipe Manana
2022-12-05btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana
2022-12-05btrfs: remove useless logic when finding parent nodesFilipe Manana
2022-12-05btrfs: remove roots ulist when checking data extent sharednessFilipe Manana
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana
2022-12-05btrfs: remove checks for a 0 inode number during backref walkingFilipe Manana
2022-12-05btrfs: remove checks for a root with id 0 during backref walkingFilipe Manana
2022-12-05btrfs: drop redundant bflags initialization when allocating extent bufferFilipe Manana
2022-12-05btrfs: drop pointless memset when cloning extent bufferFilipe Manana
2022-12-05btrfs: skip unnecessary delalloc search during fiemap and lseekFilipe Manana
2022-12-05btrfs: skip unnecessary extent map searches during fiemap and lseekFilipe Manana
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana
2022-12-05btrfs: raid56: make it more explicit that cache rbio should have all its data...Qu Wenruo