summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove cleancacheChristoph Hellwig2022-01-221-10/+0
* btrfs: fix argument list that the kdoc format and script verifiedYang Li2022-01-071-3/+2
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-3/+0
* btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zonedJohannes Thumshirn2022-01-071-3/+2
* btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn2022-01-071-2/+2
* btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn2022-01-071-6/+2
* btrfs: remove unnecessary @nr_written parametersQu Wenruo2022-01-031-16/+11
* btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik2021-12-151-0/+8
* btrfs: call mapping_set_error() on btree inode with a write errorJosef Bacik2021-12-081-0/+8
* btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik2021-12-081-0/+6
* 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