summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-25btrfs: reloc: use wrapper to replace open-coded edge linkingQu Wenruo1-16/+37
2020-05-25btrfs: reloc: refactor indirect tree backref processing into its own functionQu Wenruo1-135/+159
2020-05-25btrfs: reloc: refactor direct tree backref processing into its own functionQu Wenruo1-52/+78
2020-05-25btrfs: reloc: make reloc root search-specific for relocation backref cacheQu Wenruo2-11/+41
2020-05-25btrfs: reloc: add backref_cache::fs_info memberQu Wenruo1-2/+6
2020-05-25btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_nodeQu Wenruo1-28/+46
2020-05-25btrfs: reloc: rename mark_block_processed and __mark_block_processedQu Wenruo1-34/+22
2020-05-25btrfs: reloc: use btrfs_backref_iter infrastructureQu Wenruo1-129/+62
2020-05-25btrfs: backref: implement btrfs_backref_iter_next()Qu Wenruo2-0/+94
2020-05-25btrfs: backref: introduce the skeleton of btrfs_backref_iterQu Wenruo2-0/+148
2020-05-25btrfs: add missing annotation for btrfs_tree_lock()Jules Irenge1-0/+1
2020-05-25btrfs: add missing annotation for btrfs_lock_cluster()Jules Irenge1-0/+1
2020-05-25Linux 5.7-rc7v5.7-rc7Linus Torvalds1-1/+1
2020-05-24Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-39/+124
2020-05-24Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+9
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+39
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds112-454/+940
2020-05-24net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu1-4/+5
2020-05-24Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller16-48/+168
2020-05-24net/mlx4_core: fix a memory leak bug.Qiushi Wu1-1/+1
2020-05-24net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko1-0/+4
2020-05-24net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart5-10/+21
2020-05-24net: stmmac: don't attach interface until resume finishesLeon Yu1-2/+2
2020-05-24net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang4-4/+7
2020-05-23sparc32: fix page table traversal in srmmu_nocache_init()Mike Rapoport1-2/+2
2020-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-28/+46
2020-05-23Merge tag 'driver-core-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+37
2020-05-23Merge tag 'char-misc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-2/+10
2020-05-23Merge tag 'staging-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-34/+61
2020-05-23Merge tag 'tty-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1