summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-21btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik1-0/+8
2021-06-21btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik1-6/+4
2021-06-21btrfs: make btrfs_release_delayed_iref handle the !iref caseJosef Bacik1-10/+10
2021-06-21btrfs: scrub: per-device bandwidth controlDavid Sterba3-0/+97
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn4-23/+39
2021-06-21btrfs: return EAGAIN if defrag is canceledTian Tao1-3/+3
2021-06-21btrfs: remove io_failure_record::in_validationQu Wenruo2-101/+21
2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo3-80/+168