summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-02btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana1-1/+1
2025-07-06btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo1-2/+1
2025-06-04btrfs: fix non-empty delayed iputs list on unmount due to async workersFilipe Manana1-0/+13
2025-06-04btrfs: run btrfs_error_commit_super() earlyQu Wenruo1-7/+8
2025-04-25btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...Filipe Manana1-0/+12
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2024-10-10btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-0/+2
2024-06-16btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana1-9/+1
2024-03-06btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana1-11/+11
2024-02-23btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo1-2/+11
2024-01-01btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov1-0/+28
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo1-0/+1
2023-11-28btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-4/+9
2023-09-08btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo1-6/+8
2023-09-08btrfs: do not block starts waiting on previous transaction commitJosef Bacik1-4/+4
2023-08-21btrfs: drop redundant check to use fs_devices::metadata_uuidAnand Jain1-10/+5
2023-08-21btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain1-5/+3
2023-08-21btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie1-9/+3
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota1-0/+2
2023-08-21btrfs: make btrfs_cleanup_fs_roots() staticFilipe Manana1-50/+50
2023-08-21btrfs: store the error that turned the fs into error stateFilipe Manana1-1/+1
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana1-5/+5
2023-08-21btrfs: make btrfs_destroy_pinned_extent() return voidFilipe Manana1-8/+4
2023-08-21btrfs: make btrfs_destroy_marked_extents() return voidFilipe Manana1-12/+5
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo1-1/+2
2023-08-10btrfs: avoid race between qgroup tree creation and relocationQu Wenruo1-0/+10
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota1-1/+6
2023-06-19btrfs: add xxhash to fast checksum implementationsDavid Sterba1-0/+3
2023-06-19btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana1-6/+3
2023-06-19btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana1-9/+0
2023-06-19btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana1-1/+0
2023-06-19btrfs: use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-3/+5
2023-06-19btrfs: remove a pointless NULL check in btrfs_lookup_fs_rootChristoph Hellwig1-2/+1
2023-06-19btrfs: convert btrfs_get_global_root to use a switch statementChristoph Hellwig1-10/+13
2023-06-19btrfs: fix the btrfs_get_global_root return valueChristoph Hellwig1-11/+5
2023-06-19btrfs: consolidate uuid comparisons in btrfs_validate_superAnand Jain1-8/+8
2023-06-19btrfs: return bool from check_tree_block_fsid instead of intAnand Jain1-4/+4
2023-06-19btrfs: stop using lock_extent in btrfs_buffer_uptodateChristoph Hellwig1-10/+2
2023-06-19btrfs: remove the extent_buffer lookup in btree block checksummingChristoph Hellwig1-96/+24
2023-06-19btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig1-103/+2
2023-06-19btrfs: merge verify_parent_transid and btrfs_buffer_uptodateChristoph Hellwig1-31/+14
2023-06-19btrfs: move setting the buffer uptodate out of validate_extent_bufferChristoph Hellwig1-3/+3
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig1-2/+0
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig1-6/+1
2023-06-19btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik1-58/+0
2023-06-19btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik1-7/+5
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig1-5/+1
2023-06-13btrfs: do not ASSERT() on duplicated global rootsQu Wenruo1-2/+8