summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-05-25btrfs: remove useless check for copy_items() return valueFilipe Manana1-4/+1
2020-05-25btrfs: unify buffered and direct I/O read repairOmar Sandoval3-170/+86
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval4-10/+2
2020-05-25btrfs: simplify direct I/O read repairOmar Sandoval2-226/+44
2020-05-25btrfs: get rid of one layer of bios in direct I/OOmar Sandoval2-136/+65
2020-05-25btrfs: put direct I/O checksums in btrfs_dio_private instead of bioOmar Sandoval2-39/+34
2020-05-25btrfs: convert btrfs_dio_private->pending_bios to refcount_tOmar Sandoval2-7/+11
2020-05-25btrfs: remove unused btrfs_dio_private::privateOmar Sandoval2-2/+0
2020-05-25btrfs: make btrfs_check_repairable() staticOmar Sandoval2-6/+3
2020-05-25btrfs: rename __readpage_endio_check to check_data_csumOmar Sandoval1-11/+11
2020-05-25btrfs: clarify btrfs_lookup_bio_sums documentationOmar Sandoval1-4/+7
2020-05-25btrfs: don't do repair validation for checksum errorsOmar Sandoval1-0/+8
2020-05-25btrfs: look at full bi_io_vec for repair decisionOmar Sandoval2-8/+30
2020-05-25btrfs: fix double __endio_write_update_ordered in direct I/OOmar Sandoval1-108/+70
2020-05-25btrfs: fix error handling when submitting direct I/O bioOmar Sandoval1-3/+3
2020-05-25btrfs: simplify error handling of clean_pinned_extents()Filipe Manana1-12/+6
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo4-15/+12
2020-05-25btrfs: make btrfs_read_disk_super return struct btrfs_disk_superNikolay Borisov1-24/+23
2020-05-25btrfs: use list_for_each_entry_safe in free_reloc_rootsNikolay Borisov1-11/+5
2020-05-25btrfs: don't force read-only after error in drop snapshotDavid Sterba1-2/+0
2020-05-25btrfs: remove pointless assertion on reclaim_size counterFilipe Manana1-1/+0
2020-05-25btrfs: tree-checker: remove duplicate definition of 'inode_item_err'Zheng Wei1-4/+0
2020-05-25btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik2-0/+21
2020-05-25btrfs: run btrfs_try_granting_tickets if a priority ticket failsJosef Bacik1-4/+10
2020-05-25btrfs: only check priority tickets for priority flushingJosef Bacik1-2/+21
2020-05-25btrfs: account for trans_block_rsv in may_commit_transactionJosef Bacik1-0/+6
2020-05-25btrfs: allow to use up to 90% of the global block rsv for unlinkJosef Bacik1-1/+1
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik7-42/+46
2020-05-25btrfs: backref: distinguish reloc and non-reloc use of indirect resolutionQu Wenruo1-2/+14
2020-05-25btrfs: reloc: move error handling of build_backref_tree() to backref.cQu Wenruo3-47/+58
2020-05-25btrfs: backref: rename and move finish_upper_links()Qu Wenruo3-115/+110
2020-05-25btrfs: backref: rename and move handle_one_tree_block()Qu Wenruo3-355/+373
2020-05-25btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref()Qu Wenruo1-1/+5
2020-05-25btrfs: backref: rename and move should_ignore_root()Qu Wenruo2-4/+7
2020-05-25btrfs: backref: rename and move backref_tree_panic()Qu Wenruo2-20/+17
2020-05-25btrfs: backref: rename and move backref_cache_cleanup()Qu Wenruo3-31/+36
2020-05-25btrfs: backref: rename and move remove_backref_node()Qu Wenruo3-48/+53
2020-05-25btrfs: backref: rename and move drop_backref_node()Qu Wenruo2-38/+46
2020-05-25btrfs: backref: rename and move free_backref_(node|edge)Qu Wenruo2-31/+31
2020-05-25btrfs: backref: rename and move link_backref_edge()Qu Wenruo2-19/+20
2020-05-25btrfs: backref: rename and move alloc_backref_edge()Qu Wenruo3-14/+16
2020-05-25btrfs: backref: rename and move alloc_backref_node()Qu Wenruo3-26/+29
2020-05-25btrfs: backref: rename and move backref_cache_init()Qu Wenruo3-17/+21
2020-05-25btrfs: rename tree_entry to rb_simple_node and export itQu Wenruo3-79/+90
2020-05-25btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.hQu Wenruo2-113/+116
2020-05-25btrfs: reloc: add btrfs_ prefix for backref_node/edge/cacheQu Wenruo1-137/+141
2020-05-25btrfs: reloc: refactor useless nodes handling into its own functionQu Wenruo1-37/+76
2020-05-25btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()Qu Wenruo1-69/+117
2020-05-25btrfs: reloc: remove the open-coded goto loop for breadth-first searchQu Wenruo1-81/+88
2020-05-25btrfs: reloc: pass essential members for alloc_backref_node()Qu Wenruo1-20/+20