summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...HEADmasterLinus Torvalds
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana
2020-12-18btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2020-12-18btrfs: merge critical sections of discard lock in workfnPavel Begunkov
2020-12-18btrfs: fix racy access to discard_ctl dataPavel Begunkov
2020-12-18btrfs: fix async discard stallPavel Begunkov
2020-12-18btrfs: tests: initialize test inodes locationJosef Bacik
2020-12-18btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana
2020-12-18btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo
2020-12-09btrfs: scrub: support subpage data scrubQu Wenruo
2020-12-09btrfs: scrub: support subpage tree block scrubQu Wenruo
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Qu Wenruo
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsQu Wenruo
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferQu Wenruo
2020-12-09btrfs: don't allow tree block to cross page boundary for subpage supportQu Wenruo
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo
2020-12-09btrfs: factor out btree page submission code to a helperQu Wenruo
2020-12-09btrfs: make btrfs_verify_data_csum follow sector sizeQu Wenruo
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo
2020-12-09btrfs: fix lockdep warning when creating free space treeBoris Burkov
2020-12-09btrfs: skip space_cache v1 setup when not using itBoris Burkov
2020-12-09btrfs: remove free space items when disabling space cache v1Boris Burkov
2020-12-09btrfs: warn when remount will not change the free space treeBoris Burkov
2020-12-09btrfs: use superblock state to print space_cache mount optionBoris Burkov
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: clear free space tree on ro->rw remountBoris Burkov
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov
2020-12-09btrfs: create free space tree on ro->rw remountBoris Burkov
2020-12-09btrfs: only mark bg->needs_free_space if free space tree is onBoris Burkov
2020-12-09btrfs: start orphan cleanup on ro->rw remountBoris Burkov
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov
2020-12-09btrfs: do not block inode logging for so long during transaction commitFilipe Manana
2020-12-09btrfs: fix race leading to unnecessary transaction commit when logging inodeFilipe Manana
2020-12-09btrfs: fix race that makes inode logging fallback to transaction commitFilipe Manana
2020-12-09btrfs: fix race that causes unnecessary logging of ancestor inodesFilipe Manana
2020-12-09btrfs: fix race that results in logging old extents during a fast fsyncFilipe Manana
2020-12-09btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana