summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo1-1/+15
2021-06-21btrfs: update locked page dirty/writeback/error bits in __process_pages_contigQu Wenruo1-4/+4
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo3-8/+18
2021-06-21btrfs: introduce helpers for subpage ordered statusQu Wenruo2-0/+33
2021-06-21btrfs: make process_one_page() to handle subpage lockingQu Wenruo3-15/+94
2021-06-21btrfs: make end_bio_extent_writepage() to be subpage compatibleQu Wenruo1-1/+2
2021-06-21btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...Qu Wenruo1-8/+16
2021-06-21btrfs: make btrfs_dirty_pages() to be subpage compatibleQu Wenruo1-2/+5
2021-06-21btrfs: only require sector size alignment for end_bio_extent_writepage()Qu Wenruo1-17/+12
2021-06-21btrfs: provide btrfs_page_clamp_*() helpersQu Wenruo2-0/+48
2021-06-21btrfs: refactor page status update into process_one_page()Qu Wenruo1-97/+109
2021-06-21btrfs: pass bytenr directly to __process_pages_contig()Qu Wenruo1-20/+37
2021-06-21btrfs: fix hang when run_delalloc_range() failedQu Wenruo1-0/+21
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo5-31/+43
2021-06-21btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo1-74/+97
2021-06-21btrfs: introduce btrfs_lookup_first_ordered_range()Qu Wenruo2-0/+77
2021-06-21btrfs: update comments in btrfs_invalidatepage()Qu Wenruo1-6/+15
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo3-113/+127
2021-06-21btrfs: make Private2 lifespan more consistentQu Wenruo1-1/+1
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo4-14/+18
2021-06-21btrfs: make subpage metadata write path call its own endio functionsQu Wenruo1-36/+36
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo4-111/+152
2021-06-21btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any pageQu Wenruo1-6/+3
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo3-7/+6
2021-06-21btrfs: make free space cache size consistent across different PAGE_SIZEQu Wenruo1-9/+9
2021-06-21btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZEQu Wenruo1-40/+42
2021-06-21btrfs: use list_last_entry in add_falloc_rangeNikolay Borisov1-4/+3
2021-06-21btrfs: fix comment about max_out in btrfs_compress_pagesAnand Jain1-3/+0
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_writeAnand Jain2-6/+6
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_readAnand Jain1-3/+3
2021-06-21btrfs: reduce the variable size to fit nr_pagesAnand Jain1-3/+3
2021-06-21btrfs: avoid unnecessary logging of xattrs during fast fsyncsFilipe Manana1-3/+13
2021-06-21btrfs: add device delete cancelDavid Sterba1-19/+24
2021-06-21btrfs: add cancellation to resizeDavid Sterba1-21/+26
2021-06-21btrfs: add wrapper for conditional start of exclusive operationDavid Sterba1-0/+42
2021-06-21btrfs: introduce try-lock semantics for exclusive op startDavid Sterba2-0/+29
2021-06-21btrfs: add cancellable chunk relocation supportDavid Sterba3-2/+70
2021-06-21btrfs: protect exclusive_operation by super_lockDavid Sterba2-3/+17
2021-06-21btrfs: clean up header members offsets in write helpersDavid Sterba1-6/+7
2021-06-21btrfs: simplify eb checksum verification in btrfs_validate_metadata_bufferDavid Sterba1-5/+5
2021-06-21btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_bufferDavid Sterba1-2/+2
2021-06-21btrfs: reduce compressed_bio members' typesDavid Sterba2-11/+11
2021-06-21btrfs: document byte swap optimization of root_item::flags accessorsDavid Sterba1-0/+2
2021-06-21btrfs: scrub: factor out common scrub_stripe constraintsDavid Sterba1-7/+2
2021-06-21btrfs: clear log tree recovering status if starting transaction failsDavid Sterba1-0/+1
2021-06-21btrfs: clear defrag status of a root if starting transaction failsDavid Sterba1-2/+4
2021-06-21btrfs: sysfs: fix format string for some discard statsDavid Sterba1-2/+2
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik5-25/+1
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana4-15/+35
2021-06-21btrfs: fix misleading and incomplete comment of btrfs_truncate()Filipe Manana1-7/+17