summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2020-05-25btrfs: backref: rename and move link_backref_edge()Qu Wenruo
2020-05-25btrfs: backref: rename and move alloc_backref_edge()Qu Wenruo
2020-05-25btrfs: backref: rename and move alloc_backref_node()Qu Wenruo
2020-05-25btrfs: backref: rename and move backref_cache_init()Qu Wenruo
2020-05-25btrfs: rename tree_entry to rb_simple_node and export itQu Wenruo
2020-05-25btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.hQu Wenruo
2020-05-25btrfs: reloc: add btrfs_ prefix for backref_node/edge/cacheQu Wenruo
2020-05-25btrfs: reloc: refactor useless nodes handling into its own functionQu Wenruo
2020-05-25btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()Qu Wenruo
2020-05-25btrfs: reloc: remove the open-coded goto loop for breadth-first searchQu Wenruo
2020-05-25btrfs: reloc: pass essential members for alloc_backref_node()Qu Wenruo
2020-05-25btrfs: reloc: use wrapper to replace open-coded edge linkingQu Wenruo
2020-05-25btrfs: reloc: refactor indirect tree backref processing into its own functionQu Wenruo
2020-05-25btrfs: reloc: refactor direct tree backref processing into its own functionQu Wenruo
2020-05-25btrfs: reloc: make reloc root search-specific for relocation backref cacheQu Wenruo
2020-05-25btrfs: reloc: add backref_cache::fs_info memberQu Wenruo
2020-05-25btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_nodeQu Wenruo
2020-05-25btrfs: reloc: rename mark_block_processed and __mark_block_processedQu Wenruo
2020-05-25btrfs: reloc: use btrfs_backref_iter infrastructureQu Wenruo
2020-05-25btrfs: backref: implement btrfs_backref_iter_next()Qu Wenruo
2020-05-25btrfs: backref: introduce the skeleton of btrfs_backref_iterQu Wenruo
2020-05-25btrfs: add missing annotation for btrfs_tree_lock()Jules Irenge
2020-05-25btrfs: add missing annotation for btrfs_lock_cluster()Jules Irenge
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-23rxrpc: Fix a warningDavid Howells
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller