summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-05-25btrfs: remove more obsolete v0 extent ref declarationsDavid Sterba
2020-05-25btrfs: remove unused function btrfs_dev_extent_chunk_tree_uuidYueHaibing
2020-05-25btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo
2020-05-25btrfs: speedup dead root detection during orphan cleanupRobbie Ko
2020-05-25btrfs: remove unused function heads_to_leavesYueHaibing
2020-05-25btrfs: add more codes to decoder tableDavid Sterba
2020-05-25btrfs: sort error decoder entriesDavid Sterba
2020-05-25btrfs: free alien device after device addAnand Jain
2020-05-25btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain
2020-05-25btrfs: use crypto_shash_digest() instead of open codingEric Biggers
2020-05-25btrfs: drop useless goto in open_fs_devicesAnand Jain
2020-05-25btrfs: remove useless check for copy_items() return valueFilipe Manana
2020-05-25btrfs: unify buffered and direct I/O read repairOmar Sandoval
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval
2020-05-25btrfs: simplify direct I/O read repairOmar Sandoval
2020-05-25btrfs: get rid of one layer of bios in direct I/OOmar Sandoval
2020-05-25btrfs: put direct I/O checksums in btrfs_dio_private instead of bioOmar Sandoval
2020-05-25btrfs: convert btrfs_dio_private->pending_bios to refcount_tOmar Sandoval
2020-05-25btrfs: remove unused btrfs_dio_private::privateOmar Sandoval
2020-05-25btrfs: make btrfs_check_repairable() staticOmar Sandoval
2020-05-25btrfs: rename __readpage_endio_check to check_data_csumOmar Sandoval
2020-05-25btrfs: clarify btrfs_lookup_bio_sums documentationOmar Sandoval
2020-05-25btrfs: don't do repair validation for checksum errorsOmar Sandoval
2020-05-25btrfs: look at full bi_io_vec for repair decisionOmar Sandoval
2020-05-25btrfs: fix double __endio_write_update_ordered in direct I/OOmar Sandoval
2020-05-25btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-05-25btrfs: simplify error handling of clean_pinned_extents()Filipe Manana
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo
2020-05-25btrfs: make btrfs_read_disk_super return struct btrfs_disk_superNikolay Borisov
2020-05-25btrfs: use list_for_each_entry_safe in free_reloc_rootsNikolay Borisov
2020-05-25btrfs: don't force read-only after error in drop snapshotDavid Sterba
2020-05-25btrfs: remove pointless assertion on reclaim_size counterFilipe Manana
2020-05-25btrfs: tree-checker: remove duplicate definition of 'inode_item_err'Zheng Wei
2020-05-25btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik
2020-05-25btrfs: run btrfs_try_granting_tickets if a priority ticket failsJosef Bacik
2020-05-25btrfs: only check priority tickets for priority flushingJosef Bacik
2020-05-25btrfs: account for trans_block_rsv in may_commit_transactionJosef Bacik
2020-05-25btrfs: allow to use up to 90% of the global block rsv for unlinkJosef Bacik
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik
2020-05-25btrfs: backref: distinguish reloc and non-reloc use of indirect resolutionQu Wenruo
2020-05-25btrfs: reloc: move error handling of build_backref_tree() to backref.cQu Wenruo
2020-05-25btrfs: backref: rename and move finish_upper_links()Qu Wenruo
2020-05-25btrfs: backref: rename and move handle_one_tree_block()Qu Wenruo
2020-05-25btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref()Qu Wenruo
2020-05-25btrfs: backref: rename and move should_ignore_root()Qu Wenruo
2020-05-25btrfs: backref: rename and move backref_tree_panic()Qu Wenruo
2020-05-25btrfs: backref: rename and move backref_cache_cleanup()Qu Wenruo
2020-05-25btrfs: backref: rename and move remove_backref_node()Qu Wenruo
2020-05-25btrfs: backref: rename and move drop_backref_node()Qu Wenruo
2020-05-25btrfs: backref: rename and move free_backref_(node|edge)Qu Wenruo