summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: move all btree inode initialization into btrfs_init_btree_inodeChristoph Hellwig2023-04-171-7/+14
* btrfs: drop root refs properly when orphan cleanup failsJosef Bacik2023-04-171-2/+2
* btrfs: fix fast csum implementation detectionChristoph Hellwig2023-04-061-0/+14
* btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik2023-02-151-16/+0
* btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik2023-02-151-3/+3
* btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockJosef Bacik2023-02-151-4/+5
* btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik2023-02-151-3/+3
* btrfs: remove now spurious bio submission helpersChristoph Hellwig2023-02-151-6/+0
* btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig2023-02-151-1/+1