aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2023-10-10btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2023-10-10btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy
2023-10-10btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2023-04-06btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-02-01btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-09-29btrfs: remove stale prototype of btrfs_write_inodeJeff Layton
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik
2022-09-26btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik
2022-09-26btrfs: move fs_info forward declarations to the top of ctree.hJosef Bacik
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik
2022-09-26btrfs: move btrfs_init_async_reclaim_work prototype to space-info.hJosef Bacik
2022-09-26btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik
2022-09-26btrfs: move btrfs_caching_type to block-group.hJosef Bacik
2022-09-26btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo
2022-09-26btrfs: don't save block group root into super blockQu Wenruo
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig
2022-09-26btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba
2022-09-26btrfs: send: add support for fs-verityBoris Burkov
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval
2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos
2022-09-26btrfs: add macros for annotating wait events with lockdepIoannis Angelakopoulos
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig
2022-07-25btrfs: remove the start argument to check_data_csum and exportChristoph Hellwig
2022-07-25btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota
2022-07-25btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-07-25btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-07-25btrfs: collect commit stats, count, durationIoannis Angelakopoulos
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba
2022-07-25btrfs: make btrfs_super_block::log_root_transid deprecatedQu Wenruo