aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21btrfs: detect nocow for swap after snapshot deleteGravatar Boris Burkov 1-6/+11
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Gravatar Qu Wenruo 1-0/+14
2020-07-27btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Gravatar Qu Wenruo 1-1/+8
2020-07-27btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedGravatar Qu Wenruo 1-0/+8
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEGravatar Qu Wenruo 1-1/+1
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameGravatar Filipe Manana 1-1/+1
2020-05-25btrfs: remove unused function heads_to_leavesGravatar YueHaibing 1-16/+0
2020-05-25btrfs: don't force read-only after error in drop snapshotGravatar David Sterba 1-2/+0
2020-05-25btrfs: add missing annotation for btrfs_lock_cluster()Gravatar Jules Irenge 1-0/+1
2020-03-23btrfs: do not use readahead for running delayed refsGravatar Josef Bacik 1-4/+0
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootGravatar Josef Bacik 1-5/+2
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotGravatar Nikolay Borisov 1-8/+1
2020-03-23btrfs: Open code insert_extent_backrefGravatar Nikolay Borisov 1-20/+9
2020-03-23btrfs: factor out prepare_allocation() for extent allocationGravatar Naohiro Aota 1-42/+68
2020-03-23btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocationGravatar Naohiro Aota 1-0/+3
2020-03-23btrfs: factor out chunk_allocation_failed() for extent allocationGravatar Naohiro Aota 1-9/+18
2020-03-23btrfs: drop unnecessary arguments from find_free_extent_update_loop()Gravatar Naohiro Aota 1-5/+2
2020-03-23btrfs: factor out found_extent() for extent allocationGravatar Naohiro Aota 1-5/+25
2020-03-23btrfs: factor out release_block_group()Gravatar Naohiro Aota 1-5/+19
2020-03-23btrfs: drop unnecessary arguments from clustered allocation functionsGravatar Naohiro Aota 1-9/+7
2020-03-23btrfs: factor out do_allocation() for extent allocationGravatar Naohiro Aota 1-31/+44
2020-03-23btrfs: move variables for clustered allocation into find_free_extent_ctlGravatar Naohiro Aota 1-15/+23
2020-03-23btrfs: move hint_byte into find_free_extent_ctlGravatar Naohiro Aota 1-5/+9
2020-03-23btrfs: introduce extent allocation policyGravatar Naohiro Aota 1-0/+8
2020-03-23btrfs: change full_search to bool in find_free_extent_update_loopGravatar Naohiro Aota 1-1/+1
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsGravatar David Sterba 1-4/+3
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockGravatar Nikolay Borisov 1-44/+0
2020-03-23btrfs: handle logged extent failure properlyGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: switch to per-transaction pinned extentsGravatar Nikolay Borisov 1-23/+8
2020-03-23btrfs: Mark pinned log extents as excludedGravatar Nikolay Borisov 1-0/+8
2020-03-23btrfs: Make pin_down_extent take transaction handleGravatar Nikolay Borisov 1-5/+6
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleGravatar Nikolay Borisov 1-2/+2
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleGravatar Nikolay Borisov 1-3/+5
2020-03-23btrfs: Make btrfs_pin_extent take trans handleGravatar Nikolay Borisov 1-11/+6
2020-03-23btrfs: add wrapper for transaction abort predicateGravatar David Sterba 1-5/+5
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-1/+1
2020-02-19btrfs: handle logged extent failure properlyGravatar Josef Bacik 1-0/+2
2020-01-20btrfs: calculate discard delay based on number of extentsGravatar Dennis Zhou 1-1/+3
2020-01-20btrfs: add the beginning of async discard, discard workqueueGravatar Dennis Zhou 1-0/+4
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCGravatar Dennis Zhou 1-1/+1
2020-01-20btrfs: remove struct find_free_extent.ram_bytesGravatar Omar Sandoval 1-2/+0
2020-01-20btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentGravatar Nikolay Borisov 1-19/+11
2020-01-20btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extentGravatar Nikolay Borisov 1-9/+15
2020-01-20btrfs: Don't discard unwritten extentsGravatar Nikolay Borisov 1-2/+0
2019-12-13Btrfs: fix missing data checksums after replaying a log treeGravatar Filipe Manana 1-3/+4
2019-12-13btrfs: handle error in btrfs_cache_block_groupGravatar Josef Bacik 1-2/+18
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 1-34/+33
2019-11-18btrfs: Ensure we trim ranges across block group boundaryGravatar Qu Wenruo 1-10/+31
2019-11-18btrfs: add dedicated members for start and length of a block groupGravatar David Sterba 1-14/+14
2019-11-18btrfs: move block_group_item::used to block groupGravatar David Sterba 1-2/+1