summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: Mark pinned log extents as excludedNikolay Borisov
2020-03-23btrfs: Make pin_down_extent take transaction handleNikolay 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 wrapper for transaction abort predicateDavid Sterba
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-02-19btrfs: handle logged extent failure properlyJosef Bacik
2020-01-20btrfs: calculate discard delay based on number of extentsDennis 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: remove struct find_free_extent.ram_bytesOmar Sandoval
2020-01-20btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov
2020-01-20btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extentNikolay Borisov
2020-01-20btrfs: Don't discard unwritten extentsNikolay Borisov
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2019-12-13btrfs: handle error in btrfs_cache_block_groupJosef Bacik
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: Ensure we trim ranges across block group boundaryQu Wenruo
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: User assert to document transaction requirementNikolay Borisov
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-09-09btrfs: refactor the ticket wakeup codeJosef Bacik
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik
2019-09-09btrfs: move math functions to misc.hDavid Sterba
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba
2019-09-09btrfs: improve comments around nocow pathNikolay Borisov
2019-09-09btrfs: tree-checker: Add EXTENT_DATA_REF checkQu Wenruo
2019-09-09btrfs: migrate the block group cleanup codeJosef Bacik
2019-09-09btrfs: migrate the alloc_profile helpersJosef Bacik
2019-09-09btrfs: migrate the chunk allocation codeJosef Bacik
2019-09-09btrfs: migrate the block group space accounting helpersJosef Bacik
2019-09-09btrfs: export block group accounting helpersJosef Bacik
2019-09-09btrfs: migrate the dirty bg writeout codeJosef Bacik
2019-09-09btrfs: migrate inc/dec_block_group_ro codeJosef Bacik
2019-09-09btrfs: temporarily export btrfs_get_restripe_targetJosef Bacik
2019-09-09btrfs: migrate the block group read/creation codeJosef Bacik
2019-09-09btrfs: migrate the block group removal codeJosef Bacik
2019-09-09btrfs: temporarily export inc_block_group_roJosef Bacik
2019-09-09btrfs: migrate the block group caching codeJosef Bacik
2019-09-09btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba
2019-09-09btrfs: factor sysfs code out of link_block_groupDavid Sterba
2019-09-09btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik
2019-09-09btrfs: temporarily export fragment_free_spaceJosef Bacik
2019-09-09btrfs: export the caching control helpersJosef Bacik
2019-09-09btrfs: export the excluded extents helpersJosef Bacik
2019-09-09btrfs: export the block group caching helpersJosef Bacik
2019-09-09btrfs: migrate nocow and reservation helpersJosef Bacik