summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-261-15/+29
|\
| * btrfs: fix direct I/O read repair for split biosChristoph Hellwig2022-04-191-0/+1
| * btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig2022-04-191-15/+28
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-1/+0
|\ \
| * | block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-1/+0
| * | Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-071-3/+3
| |\ \
* | \ \ Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-17/+18
|\ \ \ \
| * | | | btrfs: Convert extent_range_redirty_for_io() to use foliosMatthew Wilcox (Oracle)2022-03-151-7/+7
| * | | | btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-8/+8
| * | | | btrfs: Use folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-2/+3
* | | | | Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-03-221-19/+26
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | btrfs: zoned: put block group after final usageNikolay Borisov2022-03-141-3/+4
| * | | | btrfs: do not clean up repair bio if submit failsJosef Bacik2022-03-141-8/+7
| * | | | btrfs: do not try to repair bio that has no mirror setJosef Bacik2022-03-141-0/+9
| * | | | btrfs: remove no longer used counter when reading data pageFilipe Manana2022-03-141-4/+1
| * | | | btrfs: fix lost error return value when reading a data pageFilipe Manana2022-03-141-0/+1
| * | | | btrfs: stop checking for NULL return from btrfs_get_extent()Filipe Manana2022-03-141-3/+3
| * | | | btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()Johannes Thumshirn2022-03-141-1/+1
| | |/ / | |/| |
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-3/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-2/+2
| * | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-1/+1
| |/
* | Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-061-3/+13
|\ \ | |/ |/|
| * btrfs: do not WARN_ON() if we have PageError setJosef Bacik2022-03-021-3/+13
* | 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