aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba1-4/+7
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana1-1/+4
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-2/+0
2022-09-29btrfs: remove stale prototype of btrfs_write_inodeJeff Layton1-1/+0
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik1-1/+1
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-2/+3
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik1-0/+2
2022-09-26btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik1-60/+63
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik1-8/+0
2022-09-26btrfs: move fs_info forward declarations to the top of ctree.hJosef Bacik1-7/+5
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik1-25/+0
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik1-2/+0
2022-09-26btrfs: move btrfs_init_async_reclaim_work prototype to space-info.hJosef Bacik1-2/+0
2022-09-26btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik1-14/+0
2022-09-26btrfs: move btrfs_caching_type to block-group.hJosef Bacik1-7/+0
2022-09-26btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui1-1/+0
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_transaction()Qu Wenruo1-0/+1
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana1-2/+2
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana1-0/+18
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo1-1/+2
2022-09-26btrfs: don't save block group root into super blockQu Wenruo1-25/+2
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo1-2/+4
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig1-1/+0
2022-09-26btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba1-1/+1
2022-09-26btrfs: send: add support for fs-verityBoris Burkov1-0/+7
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval1-6/+3
2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos1-0/+1
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos1-0/+1
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos1-0/+32
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos1-0/+1
2022-09-26btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos1-0/+6
2022-09-26btrfs: add macros for annotating wait events with lockdepIoannis Angelakopoulos1-0/+45
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota1-2/+0
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval1-1/+0
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik1-0/+2
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig1-0/+2
2022-07-25btrfs: remove the start argument to check_data_csum and exportChristoph Hellwig1-0/+2
2022-07-25btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota1-0/+5
2022-07-25btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota1-8/+13
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota1-0/+6
2022-07-25btrfs: zoned: revive max_zone_append_bytesNaohiro Aota1-0/+2
2022-07-25btrfs: collect commit stats, count, durationIoannis Angelakopoulos1-0/+15
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo1-0/+7
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba1-2/+2
2022-07-25btrfs: make btrfs_super_block::log_root_transid deprecatedQu Wenruo1-4/+6
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig1-2/+2
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig1-1/+1
2022-07-25btrfs: defer I/O completion based on the btrfs_raid_bioChristoph Hellwig1-1/+1
2022-07-25btrfs: split btrfs_submit_data_bio to read and write partsChristoph Hellwig1-2/+3
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval1-0/+6