summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig2023-06-191-2/+0
* btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig2023-06-191-6/+1
* btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik2023-06-191-58/+0
* btrfs: simplify btrfs_check_leaf_* helpers into a single helperJosef Bacik2023-06-191-7/+5
* btrfs: remove hipri_workers workqueueChristoph Hellwig2023-06-191-5/+1
* btrfs: do not ASSERT() on duplicated global rootsQu Wenruo2023-06-131-2/+8
* btrfs: subpage: fix a crash in metadata repair pathQu Wenruo2023-06-051-4/+5
* btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan2023-05-261-1/+1
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-171-0/+9
* btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo2023-05-101-7/+18
* btrfs: use test_and_clear_bit() in wait_dev_flush()Anand Jain2023-04-171-2/+1
* btrfs: change wait_dev_flush() return type to boolAnand Jain2023-04-171-6/+6
* btrfs: open code check_barrier_error()Anand Jain2023-04-171-15/+7
* btrfs: move last_flush_error to write_dev_flush and wait_dev_flushAnand Jain2023-04-171-6/+8
* btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana2023-04-171-1/+0
* btrfs: locking: use atomic for DREW lock writersDavid Sterba2023-04-171-11/+1
* btrfs: remove redundant clearing of NODISCARDAnand Jain2023-04-171-1/+0
* btrfs: open_ctree() error handling cleanupQu Wenruo2023-04-171-34/+31