summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-21btrfs: make btrfs_verify_data_csum() to return a bitmapQu Wenruo2-7/+15
2021-06-21btrfs: rename check_async_write and let it return boolJohannes Thumshirn1-7/+6
2021-06-21btrfs: zoned: bail out if we can't read a reliable write pointerJohannes Thumshirn1-0/+14
2021-06-21btrfs: zoned: print message when zone sanity check type failsNaohiro Aota1-0/+4
2021-06-21btrfs: handle preemptive delalloc flushing slightly differentlyJosef Bacik1-3/+12
2021-06-21btrfs: only ignore delalloc if delalloc is much smaller than orderedJosef Bacik1-1/+7
2021-06-21btrfs: don't include the global rsv size in the preemptive used amountJosef Bacik1-1/+1
2021-06-21btrfs: use the global rsv size in the preemptive thresh calculationJosef Bacik1-2/+4
2021-06-21btrfs: take into account global rsv in need_preemptive_reclaimJosef Bacik1-1/+3
2021-06-21btrfs: only clamp the first time we have to start flushingJosef Bacik1-8/+9
2021-06-21btrfs: check worker before need_preemptive_reclaimJosef Bacik1-2/+2