aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-51/+46
2021-01-25btrfs: fix log replay failure due to race with space cache rebuildFilipe Manana1-43/+18
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue2-6/+7
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik3-2/+21
2021-01-20Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-11/+29
2021-01-18btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik1-1/+2
2021-01-18btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik1-0/+2
2021-01-18btrfs: do not double free backref nodes on errorJosef Bacik1-1/+1
2021-01-18btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik1-1/+9
2021-01-12btrfs: send: fix invalid clone operations when cloning from the same file and rootFilipe Manana1-0/+15
2021-01-12btrfs: no need to run delayed refs after commit_fs_roots during commitDavid Sterba1-8/+0
2021-01-11Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds8-29/+67
2021-01-08btrfs: shrink delalloc pages instead of full inodesJosef Bacik2-18/+46
2021-01-07btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo1-1/+6
2021-01-07btrfs: tree-checker: check if chunk item end overflowsSu Yue1-0/+7
2021-01-07btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue1-3/+1
2021-01-07btrfs: print the actual offset in btrfs_root_nameJosef Bacik3-7/+7
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds18-97/+243
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana1-0/+10
2020-12-18btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana1-0/+3
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana4-7/+44
2020-12-18btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana1-4/+1
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2-3/+18
2020-12-18btrfs: merge critical sections of discard lock in workfnPavel Begunkov1-20/+23
2020-12-18btrfs: fix racy access to discard_ctl dataPavel Begunkov1-7/+3
2020-12-18btrfs: fix async discard stallPavel Begunkov1-7/+10
2020-12-18btrfs: tests: initialize test inodes locationJosef Bacik2-11/+8
2020-12-18btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana1-18/+31
2020-12-18btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo1-10/+20
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu4-2/+32
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana7-8/+40
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-22/+12
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds64-4312/+4488
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo1-8/+0
2020-12-09btrfs: scrub: support subpage data scrubQu Wenruo1-3/+7
2020-12-09btrfs: scrub: support subpage tree block scrubQu Wenruo1-4/+14
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Qu Wenruo1-5/+16
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsQu Wenruo1-23/+31
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo4-92/+171
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo3-51/+11
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo4-38/+85
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferQu Wenruo1-2/+8
2020-12-09btrfs: don't allow tree block to cross page boundary for subpage supportQu Wenruo1-0/+8
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo3-14/+3
2020-12-09btrfs: factor out btree page submission code to a helperQu Wenruo1-47/+75
2020-12-09btrfs: make btrfs_verify_data_csum follow sector sizeQu Wenruo1-3/+15
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo4-26/+42
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo4-16/+15
2020-12-09btrfs: fix lockdep warning when creating free space treeBoris Burkov1-4/+5