summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
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
2020-03-23btrfs: Implement DREW lockNikolay Borisov
2020-03-23btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_extent take trans handleNikolay Borisov
2020-03-23btrfs: add a leak check for rootsJosef Bacik
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-01-23btrfs: separate definition of assertion failure handlersDavid Sterba
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou
2020-01-20btrfs: have multiple discard listsDennis Zhou
2020-01-20btrfs: make max async discard size tunableDennis Zhou
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou
2020-01-20btrfs: track discardable extents for async discardDennis Zhou
2020-01-20btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou
2020-01-20btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval
2020-01-20btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba
2019-11-18btrfs: rename extent buffer block group item accessorsDavid Sterba
2019-11-18btrfs: rename block_group_item on-stack accessors to follow namingDavid Sterba
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba
2019-11-18btrfs: add const function attributeDavid Sterba