summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba1-1/+0
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba1-3/+0
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig1-0/+3
2020-05-28btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues1-0/+1
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana1-0/+3
2020-05-25btrfs: simplify iget helpersDavid Sterba1-3/+2
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo1-0/+1
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-2/+23
2020-05-25btrfs: constify extent_buffer in the API functionsDavid Sterba1-14/+14
2020-05-25btrfs: preset set/get token with first page and drop conditionDavid Sterba1-1/+2
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba1-15/+12
2020-05-25btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana1-2/+0
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana1-2/+2
2020-05-25btrfs: remove more obsolete v0 extent ref declarationsDavid Sterba1-9/+0
2020-05-25btrfs: remove unused function btrfs_dev_extent_chunk_tree_uuidYueHaibing1-7/+0
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval1-1/+0
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo1-1/+1
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik1-0/+1
2020-05-25btrfs: backref: rename and move should_ignore_root()Qu Wenruo1-0/+1
2020-05-25btrfs: reloc: make reloc root search-specific for relocation backref cacheQu Wenruo1-0/+2
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-1/+0
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik1-0/+3
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana1-0/+1
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov1-3/+2
2020-03-23btrfs: relocation: add error injection points for cancelling balanceQu Wenruo1-0/+1
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana1-3/+0
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba1-1/+1
2020-03-23btrfs: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba1-5/+0
2020-03-23btrfs: open code trivial helper btrfs_header_fsidDavid Sterba1-5/+0
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov1-7/+3
2020-03-23btrfs: Implement DREW lockNikolay Borisov1-0/+1
2020-03-23btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza1-0/+2
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov1-3/+1
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-2/+2
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov1-1/+1
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov1-1/+1
2020-03-23btrfs: Make btrfs_pin_extent take trans handleNikolay Borisov1-2/+2
2020-03-23btrfs: add a leak check for rootsJosef Bacik1-0/+5
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik1-17/+0
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik1-0/+5
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-4/+2
2020-01-23btrfs: separate definition of assertion failure handlersDavid Sterba1-8/+12
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou1-0/+3
2020-01-20btrfs: have multiple discard listsDennis Zhou1-1/+1
2020-01-20btrfs: make max async discard size tunableDennis Zhou1-0/+1
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou1-0/+2
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou1-0/+2
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou1-0/+1
2020-01-20btrfs: track discardable extents for async discardDennis Zhou1-0/+9
2020-01-20btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou1-0/+1