summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: kill the subvol_srcuJosef Bacik2020-03-231-1/+0
* btrfs: make the extent buffer leak check per fs infoJosef Bacik2020-03-231-0/+3
* btrfs: add helper to get the end offset of a file extent itemFilipe Manana2020-03-231-0/+1
* btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov2020-03-231-3/+2
* btrfs: relocation: add error injection points for cancelling balanceQu Wenruo2020-03-231-0/+1
* Btrfs: move all reflink implementation code into its own fileFilipe Manana2020-03-231-3/+0
* btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba2020-03-231-1/+1
* btrfs: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba2020-03-231-5/+0
* btrfs: open code trivial helper btrfs_header_fsidDavid Sterba2020-03-231-5/+0
* btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov2020-03-231-7/+3
* btrfs: Implement DREW lockNikolay Borisov2020-03-231-0/+1
* btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza2020-03-231-0/+2
* btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov2020-03-231-3/+1
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-231-2/+2
* btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov2020-03-231-1/+1
* btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov2020-03-231-1/+1
* btrfs: Make btrfs_pin_extent take trans handleNikolay Borisov2020-03-231-2/+2
* btrfs: add a leak check for rootsJosef Bacik2020-03-231-0/+5
* btrfs: export and rename free_fs_infoJosef Bacik2020-03-231-17/+0
* btrfs: introduce per-inode file extent treeJosef Bacik2020-03-231-0/+5
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-311-4/+2
* btrfs: separate definition of assertion failure handlersDavid Sterba2020-01-231-8/+12
* btrfs: keep track of discard reuse statsDennis Zhou2020-01-201-0/+3
* btrfs: have multiple discard listsDennis Zhou2020-01-201-1/+1
* btrfs: make max async discard size tunableDennis Zhou2020-01-201-0/+1
* btrfs: add kbps discard rate limit for async discardDennis Zhou2020-01-201-0/+2
* btrfs: calculate discard delay based on number of extentsDennis Zhou2020-01-201-0/+2
* btrfs: keep track of discardable_bytes for async discardDennis Zhou2020-01-201-0/+1
* btrfs: track discardable extents for async discardDennis Zhou2020-01-201-0/+9
* btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou2020-01-201-0/+1
* btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou2020-01-201-0/+4
* btrfs: handle empty block_group removal for async discardDennis Zhou2020-01-201-2/+7
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-0/+21
* btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou2020-01-201-1/+1
* btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-1/+1
* btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval2020-01-201-1/+1
* btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval2020-01-201-3/+1
* btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov2020-01-201-2/+2
* Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-131-1/+1
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-7/+7
* btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba2019-11-181-1/+2
* btrfs: add support for 4-copy replication (raid1c4)David Sterba2019-11-181-2/+2
* btrfs: add support for 3-copy replication (raid1c3)David Sterba2019-11-181-2/+2
* btrfs: rename extent buffer block group item accessorsDavid Sterba2019-11-181-3/+3
* btrfs: rename block_group_item on-stack accessors to follow namingDavid Sterba2019-11-181-3/+3
* btrfs: add member for a specific checksum driverDavid Sterba2019-11-181-0/+1
* btrfs: sysfs: export supported checksumsDavid Sterba2019-11-181-0/+2
* Btrfs: delete the entire async bio submission frameworkChris Mason2019-11-181-1/+0
* btrfs: add __pure attribute to functionsDavid Sterba2019-11-181-2/+2
* btrfs: add const function attributeDavid Sterba2019-11-181-1/+1