summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov6-3/+50
2020-12-09btrfs: clear free space tree on ro->rw remountBoris Burkov1-21/+21
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov3-1/+15
2020-12-09btrfs: create free space tree on ro->rw remountBoris Burkov1-12/+11
2020-12-09btrfs: only mark bg->needs_free_space if free space tree is onBoris Burkov1-1/+2
2020-12-09btrfs: start orphan cleanup on ro->rw remountBoris Burkov1-9/+8
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov3-70/+57
2020-12-09btrfs: do not block inode logging for so long during transaction commitFilipe Manana2-18/+40
2020-12-09btrfs: fix race leading to unnecessary transaction commit when logging inodeFilipe Manana1-10/+0
2020-12-09btrfs: fix race that makes inode logging fallback to transaction commitFilipe Manana1-12/+8
2020-12-09btrfs: fix race that causes unnecessary logging of ancestor inodesFilipe Manana1-4/+2
2020-12-09btrfs: fix race that results in logging old extents during a fast fsyncFilipe Manana1-3/+1
2020-12-09btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana1-3/+2
2020-12-09btrfs: remove recalc_thresholds from free space opsDavid Sterba3-46/+42
2020-12-09btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov1-5/+3
2020-12-09btrfs: remove crc_check logic from free spaceNikolay Borisov2-33/+5
2020-12-09btrfs: remove inode number cache featureNikolay Borisov13-809/+6
2020-12-09btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov1-6/+6
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov4-58/+57
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba7-18/+16
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota6-12/+429
2020-12-09btrfs: disallow mixed-bg in ZONED modeNaohiro Aota1-0/+6
2020-12-09btrfs: disable fallocate in ZONED modeNaohiro Aota1-0/+4
2020-12-09btrfs: disallow NODATACOW in ZONED modeNaohiro Aota2-0/+18
2020-12-09btrfs: disallow space_cache in ZONED modeNaohiro Aota3-2/+34
2020-12-09btrfs: introduce max_zone_append_sizeNaohiro Aota3-2/+19
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota7-0/+143
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota7-3/+287
2020-12-08btrfs: introduce ZONED feature flagNaohiro Aota1-0/+7
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov2-3/+3
2020-12-08btrfs: return bool from should_end_transactionNikolay Borisov1-2/+2
2020-12-08btrfs: remove err variable from do_relocationNikolay Borisov1-21/+12
2020-12-08btrfs: eliminate err variable from merge_reloc_rootNikolay Borisov1-17/+7
2020-12-08btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov1-14/+7
2020-12-08btrfs: unlock path before checking if extent is shared during nocow writebackFilipe Manana1-2/+11
2020-12-08btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba1-160/+173
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba1-3/+7
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo1-6/+1
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo1-1/+5
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo1-2/+10
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo3-3/+3
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo1-5/+3
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo3-46/+42
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Qu Wenruo1-5/+13
2020-12-08btrfs: add structure to keep track of extent range in end_bio_extent_readpageQu Wenruo1-34/+73
2020-12-08btrfs: tests: remove invalid extent-io testQu Wenruo1-15/+11
2020-12-08btrfs: sysfs: remove unneeded semicolonTom Rix1-1/+1
2020-12-08btrfs: simplify return values in setup_nodes_for_searchNikolay Borisov1-22/+8
2020-12-08btrfs: remove useless return value statement in split_nodeNikolay Borisov1-2/+1
2020-12-08btrfs: remove unnecessary attempt to drop extent maps after adding inline extentFilipe Manana1-1/+0