summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-10-266-2/+71
* btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn2021-10-265-15/+16
* btrfs: unexport repair_io_failure()Qu Wenruo2021-10-262-6/+3
* btrfs: do not commit delayed inode when logging a file in full sync modeFilipe Manana2021-10-261-16/+5
* btrfs: avoid attempt to drop extents when logging inode for the first timeFilipe Manana2021-10-261-8/+19
* btrfs: avoid search for logged i_size when logging inode if possibleFilipe Manana2021-10-261-1/+1
* btrfs: avoid expensive search when truncating inode items from the logFilipe Manana2021-10-261-1/+3
* btrfs: add helper to truncate inode items when logging inodeFilipe Manana2021-10-261-13/+19
* btrfs: avoid expensive search when dropping inode items from logFilipe Manana2021-10-261-9/+13
* btrfs: always update the logged transaction when logging new namesFilipe Manana2021-10-261-39/+34
* btrfs: do not log new dentries when logging that a new name existsFilipe Manana2021-10-261-0/+8
* btrfs: remove no longer needed checks for NULL log contextFilipe Manana2021-10-261-13/+7
* btrfs: check if a log tree exists at inode_logged()Filipe Manana2021-10-261-0/+3
* btrfs: remove stale comment about the btrfs_show_devnameAnand Jain2021-10-261-7/+0
* btrfs: update latest_dev when we create a sprout deviceAnand Jain2021-10-261-0/+2
* btrfs: use latest_dev in btrfs_show_devnameAnand Jain2021-10-261-19/+5
* btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-10-266-12/+16
* btrfs: zoned: finish relocating block groupNaohiro Aota2021-10-261-0/+4
* btrfs: zoned: finish fully written block groupNaohiro Aota2021-10-265-2/+70
* btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota2021-10-263-7/+60
* btrfs: move ffe_ctl one level upNaohiro Aota2021-10-261-75/+87
* btrfs: zoned: activate new block groupNaohiro Aota2021-10-261-0/+6
* btrfs: zoned: activate block group on allocationNaohiro Aota2021-10-261-0/+12
* btrfs: zoned: load active zone info for block groupNaohiro Aota2021-10-261-0/+24
* btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-267-2/+226
* btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota2021-10-263-2/+16
* btrfs: zoned: load active zone information from devicesNaohiro Aota2021-10-262-1/+60
* btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota2021-10-263-20/+44
* btrfs: zoned: locate superblock position using zone capacityNaohiro Aota2021-10-261-2/+13
* btrfs: zoned: consider zone as full when no more SB can be writtenNaohiro Aota2021-10-261-8/+15
* btrfs: zoned: tweak reclaim threshold for zone capacityNaohiro Aota2021-10-261-2/+6
* btrfs: zoned: calculate free space from zone capacityNaohiro Aota2021-10-264-6/+16
* btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusableNaohiro Aota2021-10-262-3/+2
* btrfs: zoned: load zone capacity information from devicesNaohiro Aota2021-10-262-1/+24
* btrfs: defrag: enable defrag for subpage caseQu Wenruo2021-10-261-6/+0
* btrfs: defrag: remove the old infrastructureQu Wenruo2021-10-261-313/+0
* btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo2021-10-261-149/+55
* btrfs: defrag: introduce helper to defrag one clusterQu Wenruo2021-10-261-0/+56
* btrfs: defrag: introduce helper to defrag a rangeQu Wenruo2021-10-261-10/+93
* btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo2021-10-261-0/+55
* btrfs: defrag: introduce helper to collect target file extentsQu Wenruo2021-10-261-0/+120
* btrfs: defrag: factor out page preparation into a helperQu Wenruo2021-10-261-61/+87
* btrfs: defrag: replace hard coded PAGE_SIZE with sectorsizeQu Wenruo2021-10-261-5/+6
* btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...Qu Wenruo2021-10-261-2/+3
* btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo2021-10-262-11/+20
* btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain2021-10-263-17/+19
* btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang2021-10-261-1/+1
* btrfs: subpage: pack all subpage bitmaps into a larger bitmapQu Wenruo2021-10-263-85/+121
* btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo2021-10-254-3/+72
* btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directlyQu Wenruo2021-10-253-22/+24