aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-180/+88
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-12/+10
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-08-02btrfs: Convert btree_migratepage to migrate_folioGravatar Matthew Wilcox (Oracle) 1-12/+10
2022-07-25btrfs: zoned: wait until zone is finished when allocation didn't progressGravatar Naohiro Aota 1-0/+1
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeGravatar Naohiro Aota 1-0/+2
2022-07-25btrfs: set the objectid of the btree inode's location keyGravatar Filipe Manana 1-1/+3
2022-07-25btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyGravatar Christoph Hellwig 1-19/+24
2022-07-25btrfs: do not return errors from btrfs_map_bioGravatar Christoph Hellwig 1-11/+10
2022-07-25btrfs: don't print 'has skinny extents' anymore on mountGravatar Nikolay Borisov 1-3/+0
2022-07-25btrfs: don't print 'flagging with big metadata' anymore on mountGravatar Nikolay Borisov 1-5/+1
2022-07-25btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATAGravatar Nikolay Borisov 1-10/+11
2022-07-25btrfs: print checksum type and implementation at mount timeGravatar David Sterba 1-0/+3
2022-07-25btrfs: output mirror number for bad metadataGravatar Qu Wenruo 1-12/+14
2022-07-25btrfs: reject log replay if there is unsupported RO compat flagGravatar Qu Wenruo 1-0/+14
2022-07-25btrfs: remove btrfs_end_io_wqGravatar Christoph Hellwig 1-113/+7
2022-07-25btrfs: centralize setting REQ_METAGravatar Christoph Hellwig 1-0/+2
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesGravatar Christoph Hellwig 1-18/+12
2022-07-25btrfs: defer I/O completion based on the btrfs_raid_bioGravatar Christoph Hellwig 1-8/+4
2022-07-25btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-79/+100
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"Gravatar David Sterba 1-1/+1
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"Gravatar David Sterba 1-2/+2
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"Gravatar David Sterba 1-76/+97
2022-06-21Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+11
2022-06-06btrfs: fix hang during unmount when block group reclaim task is runningGravatar Filipe Manana 1-2/+11
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-6/+6
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-164/+146
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+6
2022-05-17btrfs: add "0x" prefix for unsupported optional featuresGravatar Qu Wenruo 1-2/+2
2022-05-16btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioGravatar David Sterba 1-3/+2
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGravatar Gabriel Niebler 1-97/+76
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGravatar Gabriel Niebler 1-2/+2
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGravatar Gabriel Niebler 1-1/+1
2022-05-16btrfs: use a normal workqueue for rmw_workersGravatar Christoph Hellwig 1-3/+3
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueGravatar Christoph Hellwig 1-6/+9
2022-05-16btrfs: raid56: enable subpage support for RAID56Gravatar Qu Wenruo 1-8/+0
2022-05-16btrfs: do not return errors from btrfs_submit_metadata_bioGravatar Christoph Hellwig 1-16/+9
2022-05-16btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioGravatar Christoph Hellwig 1-1/+1
2022-05-16btrfs: use a read/write lock for protecting the block groups treeGravatar Filipe Manana 1-1/+1
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupGravatar Filipe Manana 1-2/+1
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingGravatar Christoph Hellwig 1-2/+4
2022-05-16btrfs: remove unnecessary type castsGravatar Yu Zhe 1-2/+2
2022-05-16btrfs: expand subpage support to any PAGE_SIZE > 4KGravatar Qu Wenruo 1-5/+7
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineGravatar Qu Wenruo 1-2/+2
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidGravatar Qu Wenruo 1-0/+21
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Gravatar Filipe Manana 1-12/+4
2022-05-09btrfs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-6/+6
2022-05-06Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+11
2022-05-05btrfs: force v2 space cache usage for subpage mountGravatar Qu Wenruo 1-0/+11