summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-118-29/+67
|\
| * btrfs: shrink delalloc pages instead of full inodesJosef Bacik2021-01-082-18/+46
| * btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo2021-01-071-1/+6
| * btrfs: tree-checker: check if chunk item end overflowsSu Yue2021-01-071-0/+7
| * btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue2021-01-071-3/+1
| * btrfs: print the actual offset in btrfs_root_nameJosef Bacik2021-01-073-7/+7
* | Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-0618-97/+243
|\|
| * btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana2020-12-181-0/+10
| * btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana2020-12-181-0/+3
| * btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-184-7/+44
| * btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana2020-12-181-4/+1
| * btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2020-12-182-3/+18
| * btrfs: merge critical sections of discard lock in workfnPavel Begunkov2020-12-181-20/+23
| * btrfs: fix racy access to discard_ctl dataPavel Begunkov2020-12-181-7/+3
| * btrfs: fix async discard stallPavel Begunkov2020-12-181-7/+10
| * btrfs: tests: initialize test inodes locationJosef Bacik2020-12-182-11/+8
| * btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana2020-12-181-18/+31
| * btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo2020-12-181-10/+20
| * btrfs: correctly calculate item size used when item key collision happensethanwu2020-12-184-2/+32
| * btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-187-8/+40
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-163-22/+12
|\ \
| * | block: remove i_bdevChristoph Hellwig2020-12-011-7/+6
| * | block: add a bdev_kobj helperChristoph Hellwig2020-12-011-12/+3
* | | Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2020-12-1564-4312/+4488
|\ \ \ | | |/ | |/|
| * | btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo2020-12-091-8/+0
| * | btrfs: scrub: support subpage data scrubQu Wenruo2020-12-091-3/+7
| * | btrfs: scrub: support subpage tree block scrubQu Wenruo2020-12-091-4/+14
| * | btrfs: scrub: always allocate one full page for one sector for RAID56Qu Wenruo2020-12-091-5/+16
| * | btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsQu Wenruo2020-12-091-23/+31
| * | btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo2020-12-094-92/+171
| * | btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo2020-12-093-51/+11
| * | btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo2020-12-094-38/+85
| * | btrfs: update num_extent_pages to support subpage sized extent bufferQu Wenruo2020-12-091-2/+8
| * | btrfs: don't allow tree block to cross page boundary for subpage supportQu Wenruo2020-12-091-0/+8
| * | btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo2020-12-093-14/+3
| * | btrfs: factor out btree page submission code to a helperQu Wenruo2020-12-091-47/+75
| * | btrfs: make btrfs_verify_data_csum follow sector sizeQu Wenruo2020-12-091-3/+15
| * | btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo2020-12-094-26/+42
| * | btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo2020-12-094-16/+15
| * | btrfs: fix lockdep warning when creating free space treeBoris Burkov2020-12-091-4/+5
| * | btrfs: skip space_cache v1 setup when not using itBoris Burkov2020-12-091-0/+3
| * | btrfs: remove free space items when disabling space cache v1Boris Burkov2020-12-093-41/+100
| * | btrfs: warn when remount will not change the free space treeBoris Burkov2020-12-091-0/+16
| * | btrfs: use superblock state to print space_cache mount optionBoris Burkov2020-12-091-2/+2
| * | btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-096-3/+50
| * | btrfs: clear free space tree on ro->rw remountBoris Burkov2020-12-091-21/+21
| * | btrfs: clear oneshot options on mount and remountBoris Burkov2020-12-093-1/+15
| * | btrfs: create free space tree on ro->rw remountBoris Burkov2020-12-091-12/+11
| * | btrfs: only mark bg->needs_free_space if free space tree is onBoris Burkov2020-12-091-1/+2
| * | btrfs: start orphan cleanup on ro->rw remountBoris Burkov2020-12-091-9/+8