aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-09btrfs: get zone information of zoned block devicesGravatar Naohiro Aota 7-3/+287
2020-12-08btrfs: introduce ZONED feature flagGravatar Naohiro Aota 1-0/+7
2020-12-08btrfs: return bool from btrfs_should_end_transactionGravatar Nikolay Borisov 2-3/+3
2020-12-08btrfs: return bool from should_end_transactionGravatar Nikolay Borisov 1-2/+2
2020-12-08btrfs: remove err variable from do_relocationGravatar Nikolay Borisov 1-21/+12
2020-12-08btrfs: eliminate err variable from merge_reloc_rootGravatar Nikolay Borisov 1-17/+7
2020-12-08btrfs: remove err variable from btrfs_delete_subvolumeGravatar Nikolay Borisov 1-14/+7
2020-12-08btrfs: unlock path before checking if extent is shared during nocow writebackGravatar Filipe Manana 1-2/+11
2020-12-08btrfs: tree-checker: annotate all error branches as unlikelyGravatar David Sterba 1-160/+173
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoGravatar David Sterba 1-3/+7
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Gravatar Qu Wenruo 1-6/+1
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsGravatar Qu Wenruo 1-1/+5
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageGravatar Qu Wenruo 1-2/+10
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferGravatar Qu Wenruo 3-3/+3
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageGravatar Qu Wenruo 1-5/+3
2020-12-08btrfs: use fixed width int type for extent_state::stateGravatar Qu Wenruo 3-46/+42
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Gravatar Qu Wenruo 1-5/+13
2020-12-08btrfs: add structure to keep track of extent range in end_bio_extent_readpageGravatar Qu Wenruo 1-34/+73
2020-12-08btrfs: tests: remove invalid extent-io testGravatar Qu Wenruo 1-15/+11
2020-12-08btrfs: sysfs: remove unneeded semicolonGravatar Tom Rix 1-1/+1
2020-12-08btrfs: simplify return values in setup_nodes_for_searchGravatar Nikolay Borisov 1-22/+8
2020-12-08btrfs: remove useless return value statement in split_nodeGravatar Nikolay Borisov 1-2/+1
2020-12-08btrfs: remove unnecessary attempt to drop extent maps after adding inline extentGravatar Filipe Manana 1-1/+0
2020-12-08btrfs: stop incrementing log batch when joining log transactionGravatar Filipe Manana 1-1/+0