aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-10-26btrfs: zoned: use regular writes for relocationJohannes Thumshirn
2021-10-26btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn
2021-10-26btrfs: unexport repair_io_failure()Qu Wenruo
2021-10-26btrfs: do not commit delayed inode when logging a file in full sync modeFilipe Manana
2021-10-26btrfs: avoid attempt to drop extents when logging inode for the first timeFilipe Manana
2021-10-26btrfs: avoid search for logged i_size when logging inode if possibleFilipe Manana
2021-10-26btrfs: avoid expensive search when truncating inode items from the logFilipe Manana
2021-10-26btrfs: add helper to truncate inode items when logging inodeFilipe Manana
2021-10-26btrfs: avoid expensive search when dropping inode items from logFilipe Manana
2021-10-26btrfs: always update the logged transaction when logging new namesFilipe Manana
2021-10-26btrfs: do not log new dentries when logging that a new name existsFilipe Manana
2021-10-26btrfs: remove no longer needed checks for NULL log contextFilipe Manana
2021-10-26btrfs: check if a log tree exists at inode_logged()Filipe Manana
2021-10-26btrfs: remove stale comment about the btrfs_show_devnameAnand Jain
2021-10-26btrfs: update latest_dev when we create a sprout deviceAnand Jain
2021-10-26btrfs: use latest_dev in btrfs_show_devnameAnand Jain
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain
2021-10-26btrfs: zoned: finish relocating block groupNaohiro Aota
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota
2021-10-26btrfs: move ffe_ctl one level upNaohiro Aota
2021-10-26btrfs: zoned: activate new block groupNaohiro Aota
2021-10-26btrfs: zoned: activate block group on allocationNaohiro Aota
2021-10-26btrfs: zoned: load active zone info for block groupNaohiro Aota
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota
2021-10-26btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota
2021-10-26btrfs: zoned: load active zone information from devicesNaohiro Aota
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota
2021-10-26btrfs: zoned: locate superblock position using zone capacityNaohiro Aota
2021-10-26btrfs: zoned: consider zone as full when no more SB can be writtenNaohiro Aota
2021-10-26btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota
2021-10-26btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusableNaohiro Aota
2021-10-26btrfs: zoned: load zone capacity information from devicesNaohiro Aota
2021-10-26btrfs: defrag: enable defrag for subpage caseQu Wenruo
2021-10-26btrfs: defrag: remove the old infrastructureQu Wenruo
2021-10-26btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag one clusterQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to collect target file extentsQu Wenruo
2021-10-26btrfs: defrag: factor out page preparation into a helperQu Wenruo
2021-10-26btrfs: defrag: replace hard coded PAGE_SIZE with sectorsizeQu Wenruo
2021-10-26btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...Qu Wenruo
2021-10-26btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain
2021-10-26btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang
2021-10-26btrfs: subpage: pack all subpage bitmaps into a larger bitmapQu Wenruo