summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove btrfs_bio::logical memberQu Wenruo2021-10-261-1/+0
* btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-1/+1
* btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo2021-10-261-9/+27
* btrfs: rework page locking in __extent_writepage()Qu Wenruo2021-10-261-1/+14
* btrfs: subpage: make extent_write_locked_range() compatibleQu Wenruo2021-10-261-4/+11
* btrfs: cleanup for extent_write_locked_range()Qu Wenruo2021-10-261-16/+29
* btrfs: subpage: make add_ra_bio_pages() compatibleQu Wenruo2021-10-261-0/+1
* btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()Qu Wenruo2021-10-261-7/+7
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-32/+32
* btrfs: remove btrfs_bio_alloc() helperQu Wenruo2021-10-261-18/+9
* btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-9/+9
* btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn2021-10-261-0/+11
* btrfs: unexport repair_io_failure()Qu Wenruo2021-10-261-3/+3
* btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-10-261-1/+1
* btrfs: zoned: finish fully written block groupNaohiro Aota2021-10-261-1/+9
* btrfs: subpage: pack all subpage bitmaps into a larger bitmapQu Wenruo2021-10-261-24/+37
* btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directlyQu Wenruo2021-10-251-3/+3
* btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...Qu Wenruo2021-10-251-7/+9
* 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
|\