summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo4-44/+41
2021-10-26btrfs: make sure btrfs_io_context::fs_info is always initializedQu Wenruo1-4/+5
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana5-14/+15
2021-10-26btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo13-106/+107
2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo4-25/+19
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo11-315/+325
2021-10-26btrfs: keep track of the last logged keys when logging a directoryFilipe Manana4-13/+75
2021-10-26btrfs: insert items in batches when logging a directory when possibleFilipe Manana1-37/+180
2021-10-26btrfs: factor out the copying loop of dir items from log_dir_items()Filipe Manana1-60/+75
2021-10-26btrfs: remove redundant log root assignment from log_dir_items()Filipe Manana1-2/+0
2021-10-26btrfs: remove root argument from btrfs_log_inode() and its calleesFilipe Manana1-28/+24
2021-10-26btrfs: zoned: let the for_treelog test in the allocator stand outJohannes Thumshirn1-3/+4
2021-10-26btrfs: rename setup_extent_mapping in relocation codeJohannes Thumshirn1-4/+3
2021-10-26btrfs: zoned: allow preallocation for relocation inodesJohannes Thumshirn1-33/+2
2021-10-26btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn1-1/+9
2021-10-26btrfs: zoned: use regular writes for relocationJohannes Thumshirn1-0/+11
2021-10-26btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn1-0/+11
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn6-2/+71
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn5-15/+16
2021-10-26btrfs: unexport repair_io_failure()Qu Wenruo2-6/+3
2021-10-26btrfs: do not commit delayed inode when logging a file in full sync modeFilipe Manana1-16/+5
2021-10-26btrfs: avoid attempt to drop extents when logging inode for the first timeFilipe Manana1-8/+19
2021-10-26btrfs: avoid search for logged i_size when logging inode if possibleFilipe Manana1-1/+1
2021-10-26btrfs: avoid expensive search when truncating inode items from the logFilipe Manana1-1/+3
2021-10-26btrfs: add helper to truncate inode items when logging inodeFilipe Manana1-13/+19
2021-10-26btrfs: avoid expensive search when dropping inode items from logFilipe Manana1-9/+13
2021-10-26btrfs: always update the logged transaction when logging new namesFilipe Manana1-39/+34
2021-10-26btrfs: do not log new dentries when logging that a new name existsFilipe Manana1-0/+8
2021-10-26btrfs: remove no longer needed checks for NULL log contextFilipe Manana1-13/+7
2021-10-26btrfs: check if a log tree exists at inode_logged()Filipe Manana1-0/+3
2021-10-26btrfs: remove stale comment about the btrfs_show_devnameAnand Jain1-7/+0
2021-10-26btrfs: update latest_dev when we create a sprout deviceAnand Jain1-0/+2
2021-10-26btrfs: use latest_dev in btrfs_show_devnameAnand Jain1-19/+5
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain6-12/+16
2021-10-26btrfs: zoned: finish relocating block groupNaohiro Aota1-0/+4
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota5-2/+70
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota3-7/+60
2021-10-26btrfs: move ffe_ctl one level upNaohiro Aota1-75/+87
2021-10-26btrfs: zoned: activate new block groupNaohiro Aota1-0/+6
2021-10-26btrfs: zoned: activate block group on allocationNaohiro Aota1-0/+12
2021-10-26btrfs: zoned: load active zone info for block groupNaohiro Aota1-0/+24
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota7-2/+226
2021-10-26btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota3-2/+16
2021-10-26btrfs: zoned: load active zone information from devicesNaohiro Aota2-1/+60
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota3-20/+44
2021-10-26btrfs: zoned: locate superblock position using zone capacityNaohiro Aota1-2/+13
2021-10-26btrfs: zoned: consider zone as full when no more SB can be writtenNaohiro Aota1-8/+15
2021-10-26btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota1-2/+6
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota4-6/+16