summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-03-09btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana1-0/+18
2021-03-09btrfs: fix race between swap file activation and snapshot creationFilipe Manana1-2/+19
2021-03-09btrfs: fix race between writes to swap files and scrubFilipe Manana5-3/+72
2021-03-09btrfs: fix raid6 qstripe kmapIra Weiny1-11/+10
2021-03-09btrfs: avoid double put of block group when emptying clusterJosef Bacik1-4/+4
2021-03-07btrfs: fix error handling in commit_fs_rootsJosef Bacik1-5/+6
2021-03-04btrfs: fix extent buffer leak on failure to copy rootFilipe Manana1-0/+2
2021-03-04btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik2-14/+24
2021-03-04btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik5-117/+74
2021-03-04btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik1-7/+12
2021-03-04btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik1-3/+1
2021-03-04btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik1-2/+3
2021-03-04btrfs: add asserts for deleting backref cache nodesJosef Bacik1-3/+6
2021-03-04btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik1-1/+1
2021-03-04btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeJosef Bacik1-7/+0
2021-03-04btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo1-1/+2
2021-03-04btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng1-1/+5
2021-02-23btrfs: fix crash after non-aligned direct IO write with O_DSYNCFilipe Manana1-1/+5
2021-02-23btrfs: fix backport of 2175bf57dc952 in 5.10.13David Sterba1-3/+3
2021-02-03btrfs: fix possible free space tree corruption with online conversionJosef Bacik3-2/+21
2021-02-03btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue2-6/+7
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-13btrfs: tree-checker: add missing return after error in root_itemDaniel Xu1-0/+1
2020-11-13btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo1-1/+19
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana3-61/+66