index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
2023-04-17
btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPP
Anand Jain
2023-04-17
btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()
Qu Wenruo
2023-04-17
btrfs: scrub: remove unused path inside scrub_stripe()
Qu Wenruo
2023-04-17
btrfs: do not use replace target device as an extra mirror
Qu Wenruo
2023-04-17
btrfs: open_ctree() error handling cleanup
Qu Wenruo
2023-04-17
btrfs: cleanup the main loop in btrfs_lookup_bio_sums
Christoph Hellwig
2023-04-17
btrfs: remove search_file_offset_in_bio
Christoph Hellwig
2023-04-17
btrfs: sink calc_bio_boundaries into its only caller
Johannes Thumshirn
2023-04-17
btrfs: simplify main loop in submit_extent_page
Christoph Hellwig
2023-04-17
btrfs: check for contiguity in submit_extent_page
Christoph Hellwig
2023-04-17
btrfs: simplify the error handling in __extent_writepage_io
Christoph Hellwig
2023-04-17
btrfs: remove the submit_extent_page return value
Christoph Hellwig
2023-04-17
btrfs: remove the compress_type argument to submit_extent_page
Christoph Hellwig
2023-04-17
btrfs: rename the this_bio_flag variable in btrfs_do_readpage
Christoph Hellwig
2023-04-17
btrfs: move the compress_type check out of btrfs_bio_add_page
Christoph Hellwig
2023-04-17
btrfs: add a wbc pointer to struct btrfs_bio_ctrl
Christoph Hellwig
2023-04-17
btrfs: remove the sync_io flag in struct btrfs_bio_ctrl
Christoph Hellwig
2023-04-17
btrfs: store the bio opf in struct btrfs_bio_ctrl
Christoph Hellwig
2023-04-17
btrfs: remove the force_bio_submit to submit_extent_page
Christoph Hellwig
2023-04-17
btrfs: don't set force_bio_submit in read_extent_buffer_subpage
Christoph Hellwig
2023-04-17
btrfs: open code btrfs_bin_search()
Anand Jain
2023-04-17
btrfs: dev-replace: properly follow its read mode
Qu Wenruo
2023-04-17
btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_work
Christoph Hellwig
2023-04-17
btrfs: don't clear page->mapping in btrfs_free_compressed_pages
Christoph Hellwig
2023-04-17
btrfs: factor out a btrfs_free_compressed_pages helper
Christoph Hellwig
2023-04-17
btrfs: factor out a btrfs_add_compressed_bio_pages helper
Christoph Hellwig
2023-04-17
btrfs: use the bbio file offset in add_ra_bio_pages
Christoph Hellwig
2023-04-17
btrfs: use the bbio file offset in btrfs_submit_compressed_read
Christoph Hellwig
2023-04-17
btrfs: remove redundant free_extent_map in btrfs_submit_compressed_read
Christoph Hellwig
2023-04-17
btrfs: embed a btrfs_bio into struct compressed_bio
Christoph Hellwig
2023-04-17
btrfs: replace btrfs_io_context::raid_map with a fixed u64 value
Qu Wenruo
2023-04-17
btrfs: use an efficient way to represent source of duplicated stripes
Qu Wenruo
2023-04-17
btrfs: reduce type width of btrfs_io_contexts
Qu Wenruo
2023-04-17
btrfs: simplify the bioc argument for handle_ops_on_dev_replace()
Qu Wenruo
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-04-17
btrfs: move all btree inode initialization into btrfs_init_btree_inode
Christoph Hellwig
2023-04-17
btrfs: switch search_file_offset_in_bio to return bool
Anand Jain
2023-04-17
btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sums
Anand Jain
2023-04-17
btrfs: open code btrfs_csum_ptr
Johannes Thumshirn
2023-04-17
btrfs: raid56: no need for irqsafe locking
Christoph Hellwig
2023-04-17
btrfs: abort the transaction if we get an error during snapshot drop
Josef Bacik
2023-04-17
btrfs: handle errors in walk_down_tree properly
Josef Bacik
2023-04-17
btrfs: drop root refs properly when orphan cleanup fails
Josef Bacik
2023-04-17
btrfs: add missing iputs on orphan cleanup failure
Josef Bacik
2023-04-17
btrfs: handle errors from btrfs_read_node_slot in split
Josef Bacik
2023-04-17
btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot
Josef Bacik
2023-04-17
btrfs: use btrfs_handle_fs_error in btrfs_fill_super
Josef Bacik
2023-04-11
Merge tag 'for-6.3-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-06
btrfs: fix fast csum implementation detection
Christoph Hellwig
[prev]
[next]