summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* btrfs: lift read-write mount setup from mount and remountBoris Burkov2020-12-093-70/+57
* btrfs: do not block inode logging for so long during transaction commitFilipe Manana2020-12-092-18/+40
* btrfs: fix race leading to unnecessary transaction commit when logging inodeFilipe Manana2020-12-091-10/+0
* btrfs: fix race that makes inode logging fallback to transaction commitFilipe Manana2020-12-091-12/+8
* btrfs: fix race that causes unnecessary logging of ancestor inodesFilipe Manana2020-12-091-4/+2
* btrfs: fix race that results in logging old extents during a fast fsyncFilipe Manana2020-12-091-3/+1
* btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana2020-12-091-3/+2
* btrfs: remove recalc_thresholds from free space opsDavid Sterba2020-12-093-46/+42
* btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov2020-12-091-5/+3
* btrfs: remove crc_check logic from free spaceNikolay Borisov2020-12-092-33/+5
* btrfs: remove inode number cache featureNikolay Borisov2020-12-0913-809/+6
* btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov2020-12-091-6/+6
* btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov2020-12-094-58/+57
* btrfs: drop casts of bio bi_sectorDavid Sterba2020-12-097-18/+16
* btrfs: implement log-structured superblock for ZONED modeNaohiro Aota2020-12-096-12/+429
* btrfs: disallow mixed-bg in ZONED modeNaohiro Aota2020-12-091-0/+6
* btrfs: disable fallocate in ZONED modeNaohiro Aota2020-12-091-0/+4