summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2020-07-27btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik
2020-07-27btrfs: add comments for btrfs_reserve_flush_enumQu Wenruo
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2020-07-27btrfs: add multi-statement protection to btrfs_set/clear_and_info macrosMarcos Paulo de Souza
2020-07-27btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana
2020-07-27btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana
2020-07-27btrfs: qgroup: export qgroups in sysfsQu Wenruo
2020-07-27btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_run_delalloc_range take btrfs_inodeNikolay Borisov
2020-07-27btrfs: refactor btrfs_check_can_nocow() into two variantsQu Wenruo
2020-07-27btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo
2020-07-27btrfs: remove unused btrfs_root::defrag_trans_startDavid Sterba
2020-07-27btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_reloc_clone_csums take btrfs_inodeNikolay Borisov
2020-07-27btrfs: add little-endian optimized key helpersDavid Sterba
2020-07-27btrfs: inode: refactor the parameters of insert_reserved_file_extent()Qu Wenruo
2020-06-16btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig
2020-05-28btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-05-25btrfs: constify extent_buffer in the API functionsDavid Sterba
2020-05-25btrfs: preset set/get token with first page and drop conditionDavid Sterba
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba
2020-05-25btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana
2020-05-25btrfs: remove more obsolete v0 extent ref declarationsDavid Sterba
2020-05-25btrfs: remove unused function btrfs_dev_extent_chunk_tree_uuidYueHaibing
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik
2020-05-25btrfs: backref: rename and move should_ignore_root()Qu Wenruo
2020-05-25btrfs: reloc: make reloc root search-specific for relocation backref cacheQu Wenruo
2020-03-23btrfs: kill the subvol_srcuJosef Bacik
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov
2020-03-23btrfs: relocation: add error injection points for cancelling balanceQu Wenruo
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba
2020-03-23btrfs: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba
2020-03-23btrfs: open code trivial helper btrfs_header_fsidDavid Sterba
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov