summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-17btrfs: cleanup the main loop in btrfs_lookup_bio_sumsChristoph Hellwig
2023-04-17btrfs: remove search_file_offset_in_bioChristoph Hellwig
2023-04-17btrfs: sink calc_bio_boundaries into its only callerJohannes Thumshirn
2023-04-17btrfs: simplify main loop in submit_extent_pageChristoph Hellwig
2023-04-17btrfs: check for contiguity in submit_extent_pageChristoph Hellwig
2023-04-17btrfs: simplify the error handling in __extent_writepage_ioChristoph Hellwig
2023-04-17btrfs: remove the submit_extent_page return valueChristoph Hellwig
2023-04-17btrfs: remove the compress_type argument to submit_extent_pageChristoph Hellwig
2023-04-17btrfs: rename the this_bio_flag variable in btrfs_do_readpageChristoph Hellwig
2023-04-17btrfs: move the compress_type check out of btrfs_bio_add_pageChristoph Hellwig
2023-04-17btrfs: add a wbc pointer to struct btrfs_bio_ctrlChristoph Hellwig
2023-04-17btrfs: remove the sync_io flag in struct btrfs_bio_ctrlChristoph Hellwig
2023-04-17btrfs: store the bio opf in struct btrfs_bio_ctrlChristoph Hellwig
2023-04-17btrfs: remove the force_bio_submit to submit_extent_pageChristoph Hellwig
2023-04-17btrfs: don't set force_bio_submit in read_extent_buffer_subpageChristoph Hellwig
2023-04-17btrfs: open code btrfs_bin_search()Anand Jain
2023-04-17btrfs: dev-replace: properly follow its read modeQu Wenruo
2023-04-17btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_workChristoph Hellwig
2023-04-17btrfs: don't clear page->mapping in btrfs_free_compressed_pagesChristoph Hellwig
2023-04-17btrfs: factor out a btrfs_free_compressed_pages helperChristoph Hellwig
2023-04-17btrfs: factor out a btrfs_add_compressed_bio_pages helperChristoph Hellwig
2023-04-17btrfs: use the bbio file offset in add_ra_bio_pagesChristoph Hellwig
2023-04-17btrfs: use the bbio file offset in btrfs_submit_compressed_readChristoph Hellwig
2023-04-17btrfs: remove redundant free_extent_map in btrfs_submit_compressed_readChristoph Hellwig
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo
2023-04-17btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-04-17btrfs: move all btree inode initialization into btrfs_init_btree_inodeChristoph Hellwig
2023-04-17btrfs: switch search_file_offset_in_bio to return boolAnand Jain
2023-04-17btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain
2023-04-17btrfs: open code btrfs_csum_ptrJohannes Thumshirn
2023-04-17btrfs: raid56: no need for irqsafe lockingChristoph Hellwig
2023-04-17btrfs: abort the transaction if we get an error during snapshot dropJosef Bacik
2023-04-17btrfs: handle errors in walk_down_tree properlyJosef Bacik
2023-04-17btrfs: drop root refs properly when orphan cleanup failsJosef Bacik
2023-04-17btrfs: add missing iputs on orphan cleanup failureJosef Bacik
2023-04-17btrfs: handle errors from btrfs_read_node_slot in splitJosef Bacik
2023-04-17btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slotJosef Bacik
2023-04-17btrfs: use btrfs_handle_fs_error in btrfs_fill_superJosef Bacik
2023-04-16Linux 6.3-rc7v6.3-rc7Linus Torvalds
2023-04-16Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-04-16Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-16Merge tag 'powerpc-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-04-16Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-16Merge tag '6.3-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds
2023-04-16kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada