aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: zoned: fix ordered extent boundary calculationNaohiro Aota1-6/+7
2021-08-23btrfs: initial fsverity supportBoris Burkov1-15/+11
2021-08-23btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo1-7/+1
2021-08-23btrfs: fix argument type of btrfs_bio_clone_partial()Chaitanya Kulkarni1-1/+3
2021-08-23btrfs: unify regular and subpage error paths in __extent_writepage()Qu Wenruo1-7/+44
2021-08-23btrfs: subpage: allow submit_extent_page() to do bio splitQu Wenruo1-59/+131
2021-08-23btrfs: subpage: fix writeback which does not have ordered extentQu Wenruo1-0/+16
2021-08-23btrfs: reset this_bio_flag to avoid inheriting old flagsQu Wenruo1-1/+1
2021-08-23btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba1-4/+4
2021-08-23btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo1-4/+3
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn1-1/+0
2021-06-21btrfs: subpage: fix a rare race between metadata endio and eb freeingQu Wenruo1-21/+9
2021-06-21btrfs: make __extent_writepage_io() only submit dirty range for subpageQu Wenruo1-5/+75
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo1-2/+1
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 Wenruo1-1/+1
2021-06-21btrfs: make process_one_page() to handle subpage lockingQu Wenruo1-3/+7
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 statusQu Wenruo1-8/+16
2021-06-21btrfs: only require sector size alignment for end_bio_extent_writepage()Qu Wenruo1-17/+12
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: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo1-2/+2
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-6/+10
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 Wenruo1-76/+136
2021-06-21btrfs: clean up header members offsets in write helpersDavid Sterba1-6/+7
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn1-11/+5
2021-06-21btrfs: remove io_failure_record::in_validationQu Wenruo1-99/+20
2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo1-63/+154
2021-06-21btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage()Goldwyn Rodrigues1-4/+2
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn1-1/+1
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+6
2021-05-14btrfs: return whole extents in fiemapBoris Burkov1-1/+6
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny1-18/+4
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo1-0/+11
2021-04-19btrfs: introduce submit_eb_subpage() to submit a subpage metadata pageQu Wenruo1-0/+95
2021-04-19btrfs: make lock_extent_buffer_for_io() to be subpage compatibleQu Wenruo1-1/+7
2021-04-19btrfs: introduce write_one_subpage_eb() functionQu Wenruo1-0/+53
2021-04-19btrfs: introduce end_bio_subpage_eb_writepage() functionQu Wenruo1-29/+106
2021-04-19btrfs: add and use readahead_batch_lengthMatthew Wilcox (Oracle)1-4/+2
2021-04-19btrfs: make set_btree_ioerr accept extent buffer and be subpage compatibleQu Wenruo1-10/+8
2021-04-19btrfs: make set/clear_extent_buffer_dirty() subpage compatibleQu Wenruo1-12/+53
2021-04-19btrfs: support page uptodate assertions in subpage modeQu Wenruo1-10/+32
2021-04-19btrfs: make alloc_extent_buffer() check subpage dirty bitmapQu Wenruo1-1/+1
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn1-0/+1
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues1-2/+1
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+31
2021-03-16btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo1-1/+30