summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-23btrfs: hold a ref on the root in build_backref_treeJosef Bacik1-9/+29
2020-03-23btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik1-8/+14
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik1-4/+8
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik1-13/+20
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik1-0/+7
2020-03-23btrfs: hold a ref on the root in search_ioctlJosef Bacik1-1/+6
2020-03-23btrfs: hold a ref on the root in create_subvolJosef Bacik1-0/+6
2020-03-23btrfs: hold a ref on the root in fixup_tree_root_locationJosef Bacik1-0/+6
2020-03-23btrfs: hold a ref on the root in __btrfs_run_defrag_inodeJosef Bacik1-0/+5
2020-03-23btrfs: hold a root ref in btrfs_get_dentryJosef Bacik1-0/+5
2020-03-23btrfs: hold a ref on the root in resolve_indirect_refJosef Bacik1-1/+9
2020-03-23btrfs: hold a ref on fs roots while they're in the radix treeJosef Bacik1-1/+5
2020-03-23btrfs: describe the space reservation system in generalJosef Bacik1-0/+147
2020-03-23btrfs: add a comment describing delalloc space reservationJosef Bacik1-0/+102
2020-03-23btrfs: add a comment describing block reservesJosef Bacik1-0/+92
2020-03-23btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik1-0/+4
2020-03-23btrfs: make the fs root init functions staticJosef Bacik2-6/+3
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik12-23/+17
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik2-14/+1
2020-03-23btrfs: make relocation use btrfs_read_tree_root()Josef Bacik1-2/+4
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik3-3/+5
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik1-34/+2
2020-03-23btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik1-6/+5
2020-03-23btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik1-21/+15
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik3-136/+0
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik3-8/+8
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik4-1/+94
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik7-0/+159
2020-03-23btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik1-2/+4
2020-03-23btrfs: update the comment of btrfs_control_ioctl()Su Yue1-1/+1
2020-03-23btrfs: relocation: Add introduction of how relocation worksQu Wenruo1-0/+47
2020-03-23Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana1-12/+13
2020-03-23btrfs: Add overview of device replaceQu Wenruo1-0/+40
2020-03-22Linux 5.6-rc7v5.6-rc7Linus Torvalds1-1/+1
2020-03-22Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+6
2020-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-78/+164
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel6-13/+43
2020-03-21mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka1-9/+17
2020-03-21mm/mmu_notifier: silence PROVE_RCU_LIST warningsQian Cai1-9/+18
2020-03-21epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev1-4/+4
2020-03-21mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko1-3/+9
2020-03-21mm, memcg: throttle allocators based on ancestral memory.highChris Down1-35/+58
2020-03-21mm, memcg: fix corruption on 64-bit divisor in memory.high throttlingChris Down1-1/+1
2020-03-21page-flags: fix a crash at SetPageError(THP_SWAP)Qian Cai1-1/+1
2020-03-21mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP caseBaoquan He1-2/+6
2020-03-21memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu1-2/+8
2020-03-21Merge tag 'block-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+14
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds5-7/+30
2020-03-21Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2-30/+114
2020-03-21Merge tag 'powerpc-5.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-9/+3