aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15btrfs: migrate btrfs_repair_io_failure() to folio interfacesGravatar Qu Wenruo 1-6/+7
2023-12-15btrfs: migrate subpage code to folio interfacesGravatar Qu Wenruo 1-2/+2
2023-12-15btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosGravatar Qu Wenruo 1-1/+1
2023-12-15btrfs: cleanup metadata page pointer usageGravatar Qu Wenruo 1-0/+6
2023-12-15btrfs: migrate extent_buffer::pages[] to folioGravatar Qu Wenruo 1-9/+10
2023-12-15btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeGravatar David Sterba 1-1/+2
2023-12-15btrfs: set clear_cache if we use usebackuprootGravatar Josef Bacik 1-3/+0
2023-12-15btrfs: move one shot mount option clearing to super.cGravatar Josef Bacik 1-15/+1
2023-12-15btrfs: move the device specific mount options to super.cGravatar Josef Bacik 1-23/+0
2023-12-15btrfs: switch to the new mount APIGravatar Josef Bacik 1-2/+9
2023-12-15btrfs: add a NOSPACECACHE mount option flagGravatar Josef Bacik 1-0/+1
2023-12-15btrfs: do not allow free space tree rebuild on extent tree v2Gravatar Josef Bacik 1-1/+5
2023-12-15btrfs: move space cache settings into open_ctreeGravatar Josef Bacik 1-11/+6
2023-12-15btrfs: set default compress type at btrfs_init_fs_info timeGravatar Josef Bacik 1-7/+3
2023-12-15btrfs: allow extent buffer helpers to skip cross-page handlingGravatar Qu Wenruo 1-3/+14
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferGravatar Johannes Thumshirn 1-1/+6
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTGravatar Johannes Thumshirn 1-1/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsGravatar Filipe Manana 1-3/+4
2023-12-15btrfs: remove log_extents_lock and logged_list from struct btrfs_rootGravatar Filipe Manana 1-4/+0
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortGravatar Boris Burkov 1-0/+28
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemGravatar Qu Wenruo 1-0/+1
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedGravatar Filipe Manana 1-4/+5
2023-10-12btrfs: add and use helpers for reading and writing log_transidGravatar Filipe Manana 1-2/+2
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitGravatar Filipe Manana 1-2/+2
2023-10-12btrfs: support cloned-device mount capabilityGravatar Anand Jain 1-1/+2
2023-10-12btrfs: stop reserving excessive space for block group item updatesGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: reject devices with CHANGING_FSID_V2Gravatar Anand Jain 1-10/+0
2023-10-12btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroupsGravatar Boris Burkov 1-1/+0
2023-10-12btrfs: qgroup: track metadata relocation COW with simple quotaGravatar Boris Burkov 1-2/+2
2023-10-12btrfs: read raid stripe tree from diskGravatar Johannes Thumshirn 1-0/+18
2023-10-12btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty()Gravatar Filipe Manana 1-1/+1
2023-10-12btrfs: use btrfs_crit at btrfs_mark_buffer_dirty()Gravatar Filipe Manana 1-2/+3
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-4/+9
2023-10-12btrfs: stop doing excessive space reservation for csum deletionGravatar Filipe Manana 1-2/+2
2023-10-12btrfs: reserve space for delayed refs on a per ref basisGravatar Filipe Manana 1-0/+1
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionGravatar Qu Wenruo 1-28/+0
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionGravatar Qu Wenruo 1-6/+0
2023-10-12btrfs: check-integrity: remove btrfsic_mount() functionGravatar Qu Wenruo 1-12/+0
2023-10-12btrfs: check-integrity: remove btrfsic_check_bio() functionGravatar Qu Wenruo 1-4/+0
2023-10-12btrfs: reformat remaining kdoc style commentsGravatar David Sterba 1-5/+6
2023-10-12btrfs: sipmlify uuid parameters of alloc_fs_devices()Gravatar Anand Jain 1-3/+4
2023-09-08btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioGravatar Qu Wenruo 1-6/+8
2023-09-08btrfs: do not block starts waiting on previous transaction commitGravatar Josef Bacik 1-4/+4
2023-08-21btrfs: drop redundant check to use fs_devices::metadata_uuidGravatar Anand Jain 1-10/+5
2023-08-21btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superGravatar Anand Jain 1-5/+3
2023-08-21btrfs: use the correct superblock to compare fsid in btrfs_validate_superGravatar Anand Jain 1-3/+2
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headGravatar Ruan Jinjie 1-9/+3
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupGravatar Naohiro Aota 1-0/+2
2023-08-21btrfs: make btrfs_cleanup_fs_roots() staticGravatar Filipe Manana 1-50/+50
2023-08-21btrfs: store the error that turned the fs into error stateGravatar Filipe Manana 1-1/+1