aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-20btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou1-0/+4
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou1-2/+7
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou1-0/+21
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou1-1/+1
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-1/+1
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval1-1/+1
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval1-3/+1
2020-01-20btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov1-2/+2
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana1-1/+1
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-7/+7
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba1-1/+2
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba1-2/+2
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba1-2/+2
2019-11-18btrfs: rename extent buffer block group item accessorsDavid Sterba1-3/+3
2019-11-18btrfs: rename block_group_item on-stack accessors to follow namingDavid Sterba1-3/+3
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba1-0/+1
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba1-0/+2
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason1-1/+0
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba1-2/+2
2019-11-18btrfs: add const function attributeDavid Sterba1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-3/+2
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba1-2/+0
2019-11-18btrfs: move extent_io_tree defs to their own headerJosef Bacik1-0/+1
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents()Qu Wenruo1-2/+1
2019-10-15btrfs: don't needlessly create extent-refs kernel threadDavid Sterba1-2/+0
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn1-18/+2
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba1-1/+3
2019-09-09btrfs: define separate btrfs_set/get_XX helpersDavid Sterba1-11/+4
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov1-5/+3
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov1-3/+3
2019-09-09btrfs: move dev_stats helpers to volumes.cDavid Sterba1-24/+0
2019-09-09btrfs: move struct io_ctl to free-space-cache.hDavid Sterba1-14/+0
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba1-14/+0
2019-09-09btrfs: rename and export read_node_slotDavid Sterba1-0/+3
2019-09-09btrfs: move private raid56 definitions from ctree.hDavid Sterba1-16/+0
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba1-22/+0
2019-09-09btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy1-0/+1
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-5/+9
2019-09-09btrfs: tree-checker: Add EXTENT_DATA_REF checkQu Wenruo1-0/+1
2019-09-09btrfs: introduce an evict flushing stateJosef Bacik1-0/+1