summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: fix ordered extent boundary calculationNaohiro Aota2021-08-231-6/+7
* btrfs: initial fsverity supportBoris Burkov2021-08-231-15/+11
* btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo2021-08-231-7/+1
* btrfs: fix argument type of btrfs_bio_clone_partial()Chaitanya Kulkarni2021-08-231-1/+3
* btrfs: unify regular and subpage error paths in __extent_writepage()Qu Wenruo2021-08-231-7/+44
* btrfs: subpage: allow submit_extent_page() to do bio splitQu Wenruo2021-08-231-59/+131
* btrfs: subpage: fix writeback which does not have ordered extentQu Wenruo2021-08-231-0/+16
* btrfs: reset this_bio_flag to avoid inheriting old flagsQu Wenruo2021-08-231-1/+1
* btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba2021-08-231-4/+4
* btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo2021-08-231-4/+3
* btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn2021-08-231-1/+0
* btrfs: subpage: fix a rare race between metadata endio and eb freeingQu Wenruo2021-06-211-21/+9
* btrfs: make __extent_writepage_io() only submit dirty range for subpageQu Wenruo2021-06-211-5/+75
* btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo2021-06-211-2/+1
* btrfs: update locked page dirty/writeback/error bits in __process_pages_contigQu Wenruo2021-06-211-4/+4
* btrfs: make page Ordered bit to be subpage compatibleQu Wenruo2021-06-211-1/+1
* btrfs: make process_one_page() to handle subpage lockingQu Wenruo2021-06-211-3/+7
* btrfs: make end_bio_extent_writepage() to be subpage compatibleQu Wenruo2021-06-211-1/+2
* btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...Qu Wenruo2021-06-211-8/+16
* btrfs: only require sector size alignment for end_bio_extent_writepage()Qu Wenruo2021-06-211-17/+12
* btrfs: refactor page status update into process_one_page()Qu Wenruo2021-06-211-97/+109
* btrfs: pass bytenr directly to __process_pages_contig()Qu Wenruo2021-06-211-20/+37
* btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo2021-06-211-2/+2
* btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo2021-06-211-6/+10
* btrfs: make subpage metadata write path call its own endio functionsQu Wenruo2021-06-211-36/+36
* btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo2021-06-211-76/+136
* btrfs: clean up header members offsets in write helpersDavid Sterba2021-06-211-6/+7
* btrfs: zoned: factor out zoned device lookupJohannes Thumshirn2021-06-211-11/+5
* btrfs: remove io_failure_record::in_validationQu Wenruo2021-06-211-99/+20
* btrfs: submit read time repair only for each corrupted sectorQu Wenruo2021-06-211-63/+154
* btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage()Goldwyn Rodrigues2021-06-211-4/+2
* Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-1/+1
|\
| * btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn2021-05-201-1/+1
* | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-171-1/+6
|\|
| * btrfs: return whole extents in fiemapBoris Burkov2021-05-141-1/+6
* | btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-05-051-18/+4
|/
* btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo2021-04-201-0/+11
* btrfs: introduce submit_eb_subpage() to submit a subpage metadata pageQu Wenruo2021-04-191-0/+95
* btrfs: make lock_extent_buffer_for_io() to be subpage compatibleQu Wenruo2021-04-191-1/+7
* btrfs: introduce write_one_subpage_eb() functionQu Wenruo2021-04-191-0/+53
* btrfs: introduce end_bio_subpage_eb_writepage() functionQu Wenruo2021-04-191-29/+106
* btrfs: add and use readahead_batch_lengthMatthew Wilcox (Oracle)2021-04-191-4/+2
* btrfs: make set_btree_ioerr accept extent buffer and be subpage compatibleQu Wenruo2021-04-191-10/+8
* btrfs: make set/clear_extent_buffer_dirty() subpage compatibleQu Wenruo2021-04-191-12/+53
* btrfs: support page uptodate assertions in subpage modeQu Wenruo2021-04-191-10/+32
* btrfs: make alloc_extent_buffer() check subpage dirty bitmapQu Wenruo2021-04-191-1/+1
* btrfs: remove duplicated in_range() macroJohannes Thumshirn2021-04-191-0/+1
* btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues2021-04-191-2/+1
* Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-181-2/+31
|\
| * btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo2021-03-161-1/+30