summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
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: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-11-18btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-11-18btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-3/+4
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: cleanup cow block on errorJosef Bacik1-0/+6
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: 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-17btrfs: take overcommit into account in inc_block_group_roJosef Bacik3-20/+39
2020-10-17btrfs: don't pass system_chunk into can_overcommitJosef Bacik1-27/+15
2020-10-14btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo3-11/+44
2020-10-14btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana1-1/+15
2020-10-14btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2-12/+35
2020-10-14btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo1-1/+1
2020-10-14Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana1-1/+2
2020-10-14Btrfs: send, allow clone operations within the same fileFilipe Manana1-5/+13
2020-10-07btrfs: fix filesystem corruption after a device replaceFilipe Manana1-1/+39
2020-10-01btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn1-6/+5
2020-10-01btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo1-13/+10
2020-10-01btrfs: fix double __endio_write_update_ordered in direct I/OOmar Sandoval1-108/+70
2020-10-01btrfs: don't force read-only after error in drop snapshotDavid Sterba1-2/+0
2020-10-01btrfs: fix setting last_trans for reloc rootsJosef Bacik1-2/+17
2020-10-01btrfs: free the reloc_control in a consistent wayJosef Bacik1-2/+14
2020-10-01btrfs: do not init a reloc root if we aren't relocatingJosef Bacik1-4/+16
2020-10-01btrfs: tree-checker: Check leaf chunk item sizeQu Wenruo1-1/+39
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-17btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-09-17btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2-15/+16
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-09-09btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-09-09btrfs: set the correct lockdep class for new nodesJosef Bacik1-1/+1
2020-09-09btrfs: allocate scrub workqueues outside of locksJosef Bacik1-52/+70
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-09-03btrfs: detect nocow for swap after snapshot deleteBoris Burkov4-16/+23
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana2-1/+2