aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-22/+12
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 64-4312/+4488
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeGravatar Qu Wenruo 1-8/+0
2020-12-09btrfs: scrub: support subpage data scrubGravatar Qu Wenruo 1-3/+7
2020-12-09btrfs: scrub: support subpage tree block scrubGravatar Qu Wenruo 1-4/+14
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Gravatar Qu Wenruo 1-5/+16
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsGravatar Qu Wenruo 1-23/+31
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsGravatar Qu Wenruo 4-92/+171
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsGravatar Qu Wenruo 3-51/+11
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsGravatar Qu Wenruo 4-38/+85
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferGravatar Qu Wenruo 1-2/+8
2020-12-09btrfs: don't allow tree block to cross page boundary for subpage supportGravatar Qu Wenruo 1-0/+8
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeGravatar Qu Wenruo 3-14/+3
2020-12-09btrfs: factor out btree page submission code to a helperGravatar Qu Wenruo 1-47/+75
2020-12-09btrfs: make btrfs_verify_data_csum follow sector sizeGravatar Qu Wenruo 1-3/+15
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyGravatar Qu Wenruo 4-26/+42
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetGravatar Qu Wenruo 4-16/+15
2020-12-09btrfs: fix lockdep warning when creating free space treeGravatar Boris Burkov 1-4/+5
2020-12-09btrfs: skip space_cache v1 setup when not using itGravatar Boris Burkov 1-0/+3
2020-12-09btrfs: remove free space items when disabling space cache v1Gravatar Boris Burkov 3-41/+100
2020-12-09btrfs: warn when remount will not change the free space treeGravatar Boris Burkov 1-0/+16
2020-12-09btrfs: use superblock state to print space_cache mount optionGravatar Boris Burkov 1-2/+2
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheGravatar Boris Burkov 6-3/+50
2020-12-09btrfs: clear free space tree on ro->rw remountGravatar Boris Burkov 1-21/+21
2020-12-09btrfs: clear oneshot options on mount and remountGravatar Boris Burkov 3-1/+15
2020-12-09btrfs: create free space tree on ro->rw remountGravatar Boris Burkov 1-12/+11
2020-12-09btrfs: only mark bg->needs_free_space if free space tree is onGravatar Boris Burkov 1-1/+2
2020-12-09btrfs: start orphan cleanup on ro->rw remountGravatar Boris Burkov 1-9/+8
2020-12-09btrfs: lift read-write mount setup from mount and remountGravatar Boris Burkov 3-70/+57
2020-12-09btrfs: do not block inode logging for so long during transaction commitGravatar Filipe Manana 2-18/+40
2020-12-09btrfs: fix race leading to unnecessary transaction commit when logging inodeGravatar Filipe Manana 1-10/+0
2020-12-09btrfs: fix race that makes inode logging fallback to transaction commitGravatar Filipe Manana 1-12/+8
2020-12-09btrfs: fix race that causes unnecessary logging of ancestor inodesGravatar Filipe Manana 1-4/+2
2020-12-09btrfs: fix race that results in logging old extents during a fast fsyncGravatar Filipe Manana 1-3/+1
2020-12-09btrfs: fix race causing unnecessary inode logging during link and renameGravatar Filipe Manana 1-3/+2
2020-12-09btrfs: remove recalc_thresholds from free space opsGravatar David Sterba 3-46/+42
2020-12-09btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeGravatar Nikolay Borisov 1-5/+3
2020-12-09btrfs: remove crc_check logic from free spaceGravatar Nikolay Borisov 2-33/+5
2020-12-09btrfs: remove inode number cache featureGravatar Nikolay Borisov 13-809/+6
2020-12-09btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidGravatar Nikolay Borisov 1-6/+6
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cGravatar Nikolay Borisov 4-58/+57
2020-12-09btrfs: drop casts of bio bi_sectorGravatar David Sterba 7-18/+16
2020-12-09btrfs: implement log-structured superblock for ZONED modeGravatar Naohiro Aota 6-12/+429
2020-12-09btrfs: disallow mixed-bg in ZONED modeGravatar Naohiro Aota 1-0/+6
2020-12-09btrfs: disable fallocate in ZONED modeGravatar Naohiro Aota 1-0/+4
2020-12-09btrfs: disallow NODATACOW in ZONED modeGravatar Naohiro Aota 2-0/+18
2020-12-09btrfs: disallow space_cache in ZONED modeGravatar Naohiro Aota 3-2/+34
2020-12-09btrfs: introduce max_zone_append_sizeGravatar Naohiro Aota 3-2/+19
2020-12-09btrfs: check and enable ZONED modeGravatar Naohiro Aota 7-0/+143