summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana2024-02-291-11/+11
* btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo2024-01-311-2/+11
* btrfs: migrate btrfs_repair_io_failure() to folio interfacesQu Wenruo2023-12-151-6/+7
* btrfs: migrate subpage code to folio interfacesQu Wenruo2023-12-151-2/+2
* btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosQu Wenruo2023-12-151-1/+1
* btrfs: cleanup metadata page pointer usageQu Wenruo2023-12-151-0/+6
* btrfs: migrate extent_buffer::pages[] to folioQu Wenruo2023-12-151-9/+10
* btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba2023-12-151-1/+2
* btrfs: set clear_cache if we use usebackuprootJosef Bacik2023-12-151-3/+0
* btrfs: move one shot mount option clearing to super.cJosef Bacik2023-12-151-15/+1
* btrfs: move the device specific mount options to super.cJosef Bacik2023-12-151-23/+0
* btrfs: switch to the new mount APIJosef Bacik2023-12-151-2/+9
* btrfs: add a NOSPACECACHE mount option flagJosef Bacik2023-12-151-0/+1
* btrfs: do not allow free space tree rebuild on extent tree v2Josef Bacik2023-12-151-1/+5
* btrfs: move space cache settings into open_ctreeJosef Bacik2023-12-151-11/+6
* btrfs: set default compress type at btrfs_init_fs_info timeJosef Bacik2023-12-151-7/+3
* btrfs: allow extent buffer helpers to skip cross-page handlingQu Wenruo2023-12-151-3/+14
* btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn2023-12-151-1/+6
* btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn2023-12-151-1/+1
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-3/+4
* btrfs: remove log_extents_lock and logged_list from struct btrfs_rootFilipe Manana2023-12-151-4/+0
* btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov2023-12-061-0/+28
* btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2023-11-231-0/+1
* btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana2023-10-121-4/+5
* btrfs: add and use helpers for reading and writing log_transidFilipe Manana2023-10-121-2/+2
* btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana2023-10-121-2/+2
* btrfs: support cloned-device mount capabilityAnand Jain2023-10-121-1/+2
* btrfs: stop reserving excessive space for block group item updatesFilipe Manana2023-10-121-1/+1
* btrfs: reject devices with CHANGING_FSID_V2Anand Jain2023-10-121-10/+0
* btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroupsBoris Burkov2023-10-121-1/+0
* btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov2023-10-121-2/+2
* btrfs: read raid stripe tree from diskJohannes Thumshirn2023-10-121-0/+18
* btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty()Filipe Manana2023-10-121-1/+1
* btrfs: use btrfs_crit at btrfs_mark_buffer_dirty()Filipe Manana2023-10-121-2/+3
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-4/+9
* btrfs: stop doing excessive space reservation for csum deletionFilipe Manana2023-10-121-2/+2
* btrfs: reserve space for delayed refs on a per ref basisFilipe Manana2023-10-121-0/+1
* btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo2023-10-121-28/+0
* btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo2023-10-121-6/+0
* btrfs: check-integrity: remove btrfsic_mount() functionQu Wenruo2023-10-121-12/+0
* btrfs: check-integrity: remove btrfsic_check_bio() functionQu Wenruo2023-10-121-4/+0
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-5/+6
* btrfs: sipmlify uuid parameters of alloc_fs_devices()Anand Jain2023-10-121-3/+4
* btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo2023-09-081-6/+8
* btrfs: do not block starts waiting on previous transaction commitJosef Bacik2023-09-081-4/+4
* btrfs: drop redundant check to use fs_devices::metadata_uuidAnand Jain2023-08-211-10/+5
* btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain2023-08-211-5/+3
* btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain2023-08-211-3/+2
* btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie2023-08-211-9/+3
* btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota2023-08-211-0/+2