summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: make btrfs_cleanup_fs_roots() staticFilipe Manana2023-08-211-50/+50
* btrfs: store the error that turned the fs into error stateFilipe Manana2023-08-211-1/+1
* btrfs: make find_first_extent_bit() return a booleanFilipe Manana2023-08-211-5/+5
* btrfs: make btrfs_destroy_pinned_extent() return voidFilipe Manana2023-08-211-8/+4
* btrfs: make btrfs_destroy_marked_extents() return voidFilipe Manana2023-08-211-12/+5
* btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2023-08-101-1/+2
* btrfs: avoid race between qgroup tree creation and relocationQu Wenruo2023-08-101-0/+10
* btrfs: zoned: do not enable async discardNaohiro Aota2023-07-201-1/+6
* btrfs: add xxhash to fast checksum implementationsDavid Sterba2023-06-191-0/+3
* btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana2023-06-191-6/+3
* btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana2023-06-191-9/+0
* btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana2023-06-191-1/+0
* btrfs: use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-06-191-3/+5
* btrfs: remove a pointless NULL check in btrfs_lookup_fs_rootChristoph Hellwig2023-06-191-2/+1
* btrfs: convert btrfs_get_global_root to use a switch statementChristoph Hellwig2023-06-191-10/+13
* btrfs: fix the btrfs_get_global_root return valueChristoph Hellwig2023-06-191-11/+5
* btrfs: consolidate uuid comparisons in btrfs_validate_superAnand Jain2023-06-191-8/+8
* btrfs: return bool from check_tree_block_fsid instead of intAnand Jain2023-06-191-4/+4
* btrfs: stop using lock_extent in btrfs_buffer_uptodateChristoph Hellwig2023-06-191-10/+2
* btrfs: remove the extent_buffer lookup in btree block checksummingChristoph Hellwig2023-06-191-96/+24
* btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig2023-06-191-103/+2
* btrfs: merge verify_parent_transid and btrfs_buffer_uptodateChristoph Hellwig2023-06-191-31/+14
* btrfs: move setting the buffer uptodate out of validate_extent_bufferChristoph Hellwig2023-06-191-3/+3