summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-01-27btrfs: print the actual offset in btrfs_root_nameJosef Bacik3-7/+7
2021-01-27btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana1-0/+15
2021-01-27btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik1-1/+2
2021-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik1-0/+2
2021-01-27btrfs: do not double free backref nodes on errorJosef Bacik1-1/+1
2021-01-27btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik1-1/+9
2021-01-19btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2-3/+18
2021-01-19btrfs: merge critical sections of discard lock in workfnPavel Begunkov1-20/+23
2021-01-19btrfs: fix async discard stallPavel Begunkov1-7/+10
2021-01-19btrfs: tree-checker: check if chunk item end overflowsSu Yue1-0/+7
2021-01-19btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue1-3/+1
2021-01-19btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo1-1/+6
2021-01-17btrfs: shrink delalloc pages instead of full inodesJosef Bacik2-18/+46
2021-01-17btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana7-8/+40
2021-01-17btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana3-1/+18
2021-01-12btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana1-18/+31
2021-01-12btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo1-10/+20
2020-12-30btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana1-0/+39
2020-12-30btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik3-28/+40
2020-12-30btrfs: do not shorten unpin len for caching block groupsJosef Bacik1-4/+4
2020-11-27Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-73/+158
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana2-9/+53
2020-11-23btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana1-0/+9
2020-11-23btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana1-1/+1
2020-11-23btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba1-0/+2
2020-11-23btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn1-1/+7
2020-11-14btrfs: tree-checker: add missing return after error in root_itemDaniel Xu1-0/+1
2020-11-14btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo1-1/+19
2020-11-14btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana3-61/+66
2020-11-10Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-39/+48
2020-11-05btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu1-0/+1
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2-21/+31
2020-11-05btrfs: scrub: update message regarding read-only statusDavid Sterba1-2/+3
2020-11-05btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter1-8/+4
2020-11-05btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik1-1/+3
2020-11-05btrfs: print the block rsv type when we fail our reservationJosef Bacik1-1/+2
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-51/+225
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso2-7/+6
2020-10-27btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn1-1/+2
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik3-41/+114
2020-10-26btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik1-0/+18
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana5-0/+56
2020-10-26btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana1-0/+2
2020-10-26btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu1-0/+18
2020-10-26btrfs: tree-checker: fix incorrect printk formatPujin Shi1-1/+1
2020-10-26btrfs: drop the path before adding block group sysfs filesJosef Bacik1-0/+1
2020-10-16btrfs: fix relocation failure due to race with fallocateFilipe Manana1-1/+7
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov3-9/+9