summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-16btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana2-9/+53
2020-12-16btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana1-0/+9
2020-12-02btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo1-1/+19
2020-12-02btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana1-1/+1
2020-12-02btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn1-1/+7
2020-12-02btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba1-0/+2
2020-12-02btrfs: tree-checker: add missing return after error in root_itemDaniel Xu1-0/+1
2020-12-02btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana3-61/+66
2020-11-18btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2-21/+31
2020-11-18btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik1-1/+3
2020-11-18btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu1-0/+1
2020-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-11-10btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik3-41/+114
2020-11-10btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik1-0/+18
2020-11-05btrfs: drop the path before adding block group sysfs filesJosef Bacik1-0/+1
2020-11-05btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana5-0/+56
2020-11-05btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana1-0/+2
2020-11-05btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu1-0/+18
2020-11-05btrfs: skip devices without magic signature when mountingAnand Jain2-8/+18
2020-11-05btrfs: cleanup cow block on errorJosef Bacik1-0/+6
2020-11-05btrfs: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-11-05btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo1-5/+12
2020-11-05btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov1-1/+1
2020-11-05btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana1-0/+72
2020-11-05btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana1-40/+87
2020-11-05btrfs: reschedule if necessary when logging directory itemsFilipe Manana1-0/+8
2020-11-05btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-3/+4
2020-11-05btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-11-05btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo4-7/+16
2020-11-05btrfs: improve device scanning messagesAnand Jain1-6/+8
2020-11-05btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo1-2/+1
2020-11-05btrfs: fix replace of seed deviceAnand Jain1-1/+1
2020-10-29btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo2-3/+5
2020-10-02Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+52
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana1-1/+39
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2-1/+5
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik3-9/+9
2020-09-24Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-12/+15
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain1-6/+10
2020-09-21btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn1-6/+5
2020-09-15Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+29
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana1-0/+1
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik1-0/+2
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2-15/+16
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-09-02Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-71/+113
2020-08-27btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-08-27btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5