summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-06-21btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make __extent_writepage_io() only submit dirty range for subpageQu Wenruo
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo
2021-06-21btrfs: update locked page dirty/writeback/error bits in __process_pages_contigQu Wenruo
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo
2021-06-21btrfs: introduce helpers for subpage ordered statusQu Wenruo
2021-06-21btrfs: make process_one_page() to handle subpage lockingQu Wenruo
2021-06-21btrfs: make end_bio_extent_writepage() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...Qu Wenruo
2021-06-21btrfs: make btrfs_dirty_pages() to be subpage compatibleQu Wenruo
2021-06-21btrfs: only require sector size alignment for end_bio_extent_writepage()Qu Wenruo
2021-06-21btrfs: provide btrfs_page_clamp_*() helpersQu Wenruo
2021-06-21btrfs: refactor page status update into process_one_page()Qu Wenruo
2021-06-21btrfs: pass bytenr directly to __process_pages_contig()Qu Wenruo
2021-06-21btrfs: fix hang when run_delalloc_range() failedQu Wenruo
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo
2021-06-21btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo
2021-06-21btrfs: introduce btrfs_lookup_first_ordered_range()Qu Wenruo
2021-06-21btrfs: update comments in btrfs_invalidatepage()Qu Wenruo
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo
2021-06-21btrfs: make Private2 lifespan more consistentQu Wenruo
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo
2021-06-21btrfs: make subpage metadata write path call its own endio functionsQu Wenruo
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo
2021-06-21btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any pageQu Wenruo
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo
2021-06-21btrfs: make free space cache size consistent across different PAGE_SIZEQu Wenruo
2021-06-21btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZEQu Wenruo
2021-06-21btrfs: use list_last_entry in add_falloc_rangeNikolay Borisov
2021-06-21btrfs: fix comment about max_out in btrfs_compress_pagesAnand Jain
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_writeAnand Jain
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_readAnand Jain
2021-06-21btrfs: reduce the variable size to fit nr_pagesAnand Jain
2021-06-21btrfs: avoid unnecessary logging of xattrs during fast fsyncsFilipe Manana
2021-06-21btrfs: add device delete cancelDavid Sterba
2021-06-21btrfs: add cancellation to resizeDavid Sterba
2021-06-21btrfs: add wrapper for conditional start of exclusive operationDavid Sterba
2021-06-21btrfs: introduce try-lock semantics for exclusive op startDavid Sterba
2021-06-21btrfs: add cancellable chunk relocation supportDavid Sterba
2021-06-21btrfs: protect exclusive_operation by super_lockDavid Sterba
2021-06-21btrfs: clean up header members offsets in write helpersDavid Sterba
2021-06-21btrfs: simplify eb checksum verification in btrfs_validate_metadata_bufferDavid Sterba
2021-06-21btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_bufferDavid Sterba
2021-06-21btrfs: reduce compressed_bio members' typesDavid Sterba
2021-06-21btrfs: document byte swap optimization of root_item::flags accessorsDavid Sterba
2021-06-21btrfs: scrub: factor out common scrub_stripe constraintsDavid Sterba
2021-06-21btrfs: clear log tree recovering status if starting transaction failsDavid Sterba
2021-06-21btrfs: clear defrag status of a root if starting transaction failsDavid Sterba