summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-112-21/+4
|\
| * block: remove support for the host aware zone modelChristoph Hellwig2023-12-192-21/+4
* | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-01-1059-3110/+3816
|\ \
| * | btrfs: pass btrfs_io_geometry into btrfs_max_io_lenJohannes Thumshirn2023-12-151-17/+13
| * | btrfs: pass struct btrfs_io_geometry to set_io_stripeJohannes Thumshirn2023-12-151-17/+15
| * | btrfs: open code set_io_stripe for RAID56Johannes Thumshirn2023-12-151-7/+9
| * | btrfs: change block mapping to switch/case in btrfs_map_blockJohannes Thumshirn2023-12-151-6/+16
| * | btrfs: factor out block mapping for single profilesJohannes Thumshirn2023-12-151-3/+9
| * | btrfs: factor out block mapping for RAID5/6Johannes Thumshirn2023-12-151-42/+53
| * | btrfs: reduce scope of data_stripes in btrfs_map_blockJohannes Thumshirn2023-12-151-4/+4
| * | btrfs: factor out block mapping for RAID10Johannes Thumshirn2023-12-151-17/+29
| * | btrfs: factor out block mapping for DUP profilesJohannes Thumshirn2023-12-151-8/+17
| * | btrfs: factor out RAID1 block mappingJohannes Thumshirn2023-12-151-10/+21
| * | btrfs: factor out block-mapping for RAID0Johannes Thumshirn2023-12-151-4/+10
| * | btrfs: re-introduce struct btrfs_io_geometryJohannes Thumshirn2023-12-151-70/+88
| * | btrfs: factor out helper for single device IO checkJohannes Thumshirn2023-12-151-4/+23
| * | btrfs: migrate btrfs_repair_io_failure() to folio interfacesQu Wenruo2023-12-153-12/+20
| * | btrfs: migrate eb_bitmap_offset() to folio interfacesQu Wenruo2023-12-151-12/+10
| * | btrfs: migrate various end io functions to foliosQu Wenruo2023-12-152-77/+81
| * | btrfs: migrate subpage code to folio interfacesQu Wenruo2023-12-1512-284/+281
| * | btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosQu Wenruo2023-12-155-117/+141
| * | btrfs: don't double put our subpage reference in alloc_extent_bufferJosef Bacik2023-12-151-3/+19
| * | btrfs: cleanup metadata page pointer usageQu Wenruo2023-12-156-180/+224
| * | btrfs: migrate extent_buffer::pages[] to folioQu Wenruo2023-12-157-77/+104
| * | btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodQu Wenruo2023-12-156-46/+123
| * | btrfs: sysfs: validate scrub_speed_max valueDavid Disseldorp2023-12-151-0/+4
| * | btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba2023-12-154-34/+41
| * | btrfs: fix typos found by codespellDavid Sterba2023-12-159-12/+12
| * | btrfs: fix mismatching parameter names for btrfs_get_extent()Qu Wenruo2023-12-151-1/+1
| * | btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-1512-120/+148
| * | btrfs: refactor mergable_maps() for more readabilityFilipe Manana2023-12-151-14/+14
| * | btrfs: make extent_map_end() argument constFilipe Manana2023-12-151-1/+1
| * | btrfs: avoid useless rbtree iterations when attempting to merge extent mapFilipe Manana2023-12-151-17/+21
| * | btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana2023-12-153-8/+18
| * | btrfs: remove redundant value assignment at btrfs_add_extent_mapping()Filipe Manana2023-12-151-2/+0
| * | btrfs: unexport add_extent_mapping()Filipe Manana2023-12-153-26/+25
| * | btrfs: tests: print all values as decimal in messages for extent map testsFilipe Manana2023-12-151-7/+7
| * | btrfs: tests: do not ignore NULL extent maps for extent maps testsFilipe Manana2023-12-151-10/+30
| * | btrfs: tests: fix error messages for test case 4 of extent map testsFilipe Manana2023-12-151-2/+2
| * | btrfs: assert extent map is not in a list when setting it upFilipe Manana2023-12-151-1/+3
| * | btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba2023-12-154-10/+29
| * | btrfs: cache that we don't have security.capability setJosef Bacik2023-12-153-2/+62
| * | btrfs: remove code for inode_cache and recovery mount optionsJosef Bacik2023-12-151-35/+0
| * | btrfs: set clear_cache if we use usebackuprootJosef Bacik2023-12-152-3/+9
| * | btrfs: move one shot mount option clearing to super.cJosef Bacik2023-12-153-16/+15
| * | btrfs: remove old mount API codeJosef Bacik2023-12-153-1081/+13
| * | btrfs: move the device specific mount options to super.cJosef Bacik2023-12-152-23/+25
| * | btrfs: switch to the new mount APIJosef Bacik2023-12-153-41/+60
| * | btrfs: handle the ro->rw transition for mounting different subvolumesJosef Bacik2023-12-151-1/+128
| * | btrfs: add get_tree callback for new mount APIJosef Bacik2023-12-151-4/+204