summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik2023-04-061-5/+2
* btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota2023-02-011-0/+6
* btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba2022-11-071-4/+7
* btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana2022-10-311-1/+4
* btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana2022-09-291-2/+0
* btrfs: remove stale prototype of btrfs_write_inodeJeff Layton2022-09-291-1/+0
* btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik2022-09-291-1/+1
* btrfs: make can_nocow_extent nowait compatibleJosef Bacik2022-09-291-2/+3
* btrfs: implement a nowait option for tree searchesJosef Bacik2022-09-261-0/+2
* btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik2022-09-261-60/+63
* btrfs: move btrfs_csum_ptr to inode.cJosef Bacik2022-09-261-8/+0
* btrfs: move fs_info forward declarations to the top of ctree.hJosef Bacik2022-09-261-7/+5
* btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik2022-09-261-25/+0
* btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik2022-09-261-2/+0
* btrfs: move btrfs_init_async_reclaim_work prototype to space-info.hJosef Bacik2022-09-261-2/+0
* btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik2022-09-261-14/+0
* btrfs: move btrfs_caching_type to block-group.hJosef Bacik2022-09-261-7/+0
* btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui2022-09-261-1/+0
* btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo2022-09-261-0/+1
* btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana2022-09-261-2/+2
* btrfs: speedup checking for extent sharedness during fiemapFilipe Manana2022-09-261-0/+18
* btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo2022-09-261-1/+2
* btrfs: don't save block group root into super blockQu Wenruo2022-09-261-25/+2
* btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo2022-09-261-2/+4
* btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig2022-09-261-1/+0
* btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba2022-09-261-1/+1
* btrfs: send: add support for fs-verityBoris Burkov2022-09-261-0/+7
* btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval2022-09-261-6/+3
* btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos2022-09-261-0/+1
* btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos2022-09-261-0/+1
* btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos2022-09-261-0/+32
* btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos2022-09-261-0/+1
* btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos2022-09-261-0/+6
* btrfs: add macros for annotating wait events with lockdepIoannis Angelakopoulos2022-09-261-0/+45
* btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota2022-09-051-2/+0
* btrfs: fix space cache corruption and potential double allocationsOmar Sandoval2022-08-231-1/+0
* btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik2022-08-171-0/+2
* btrfs: fix repair of compressed extentsChristoph Hellwig2022-07-251-0/+2
* btrfs: remove the start argument to check_data_csum and exportChristoph Hellwig2022-07-251-0/+2
* btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota2022-07-251-0/+5
* btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota2022-07-251-8/+13
* btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota2022-07-251-0/+6
* btrfs: zoned: revive max_zone_append_bytesNaohiro Aota2022-07-251-0/+2
* btrfs: collect commit stats, count, durationIoannis Angelakopoulos2022-07-251-0/+15
* btrfs: use named constant for reserved device spaceQu Wenruo2022-07-251-0/+7
* btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba2022-07-251-2/+2
* btrfs: make btrfs_super_block::log_root_transid deprecatedQu Wenruo2022-07-251-4/+6
* btrfs: remove btrfs_end_io_wqChristoph Hellwig2022-07-251-2/+2
* btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig2022-07-251-1/+1
* btrfs: defer I/O completion based on the btrfs_raid_bioChristoph Hellwig2022-07-251-1/+1