summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-3/+2
* btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba2019-11-181-2/+0
* btrfs: move extent_io_tree defs to their own headerJosef Bacik2019-11-181-0/+1
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-10-151-2/+1
* btrfs: don't needlessly create extent-refs kernel threadDavid Sterba2019-10-151-2/+0
* btrfs: create structure to encode checksum type and lengthJohannes Thumshirn2019-09-091-18/+2
* btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-091-1/+3
* btrfs: define separate btrfs_set/get_XX helpersDavid Sterba2019-09-091-11/+4
* btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov2019-09-091-5/+3
* btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov2019-09-091-3/+3
* btrfs: move dev_stats helpers to volumes.cDavid Sterba2019-09-091-24/+0
* btrfs: move struct io_ctl to free-space-cache.hDavid Sterba2019-09-091-14/+0
* btrfs: move functions for tree compare to send.cDavid Sterba2019-09-091-14/+0
* btrfs: rename and export read_node_slotDavid Sterba2019-09-091-0/+3
* btrfs: move private raid56 definitions from ctree.hDavid Sterba2019-09-091-16/+0
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-22/+0
* btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy2019-09-091-0/+1
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-5/+9
* btrfs: tree-checker: Add EXTENT_DATA_REF checkQu Wenruo2019-09-091-0/+1
* btrfs: introduce an evict flushing stateJosef Bacik2019-09-091-0/+1