summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2020-12-09btrfs: remove recalc_thresholds from free space opsDavid Sterba
2020-12-09btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov
2020-12-09btrfs: remove crc_check logic from free spaceNikolay Borisov
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-09btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota
2020-12-09btrfs: disallow mixed-bg in ZONED modeNaohiro Aota
2020-12-09btrfs: disable fallocate in ZONED modeNaohiro Aota
2020-12-09btrfs: disallow NODATACOW in ZONED modeNaohiro Aota
2020-12-09btrfs: disallow space_cache in ZONED modeNaohiro Aota
2020-12-09btrfs: introduce max_zone_append_sizeNaohiro Aota
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota
2020-12-08btrfs: introduce ZONED feature flagNaohiro Aota
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov
2020-12-08btrfs: return bool from should_end_transactionNikolay Borisov
2020-12-08btrfs: remove err variable from do_relocationNikolay Borisov
2020-12-08btrfs: eliminate err variable from merge_reloc_rootNikolay Borisov
2020-12-08btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov
2020-12-08btrfs: unlock path before checking if extent is shared during nocow writebackFilipe Manana
2020-12-08btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Qu Wenruo