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-06-19
btrfs: add an ordered_extent pointer to struct btrfs_bio
Christoph Hellwig
2023-06-19
btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_io
Christoph Hellwig
2023-06-19
btrfs: add a is_data_bbio helper
Christoph Hellwig
2023-06-19
btrfs: remove btrfs_add_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: pass an ordered_extent to btrfs_submit_compressed_write
Christoph Hellwig
2023-06-19
btrfs: pass an ordered_extent to btrfs_reloc_clone_csums
Christoph Hellwig
2023-06-19
btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocow
Christoph Hellwig
2023-06-19
btrfs: limit write bios to a single ordered extent
Christoph Hellwig
2023-06-19
btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get split
Christoph Hellwig
2023-06-19
btrfs: add block-group tree to lockdep classes
David Sterba
2023-06-19
btrfs: don't treat zoned writeback as being from an async helper thread
Christoph Hellwig
2023-06-19
btrfs: only call __extent_writepage_io from extent_write_locked_range
Christoph Hellwig
2023-06-19
btrfs: move writeback_control::nr_to_write update to __extent_writepage
Christoph Hellwig
2023-06-19
btrfs: remove non-standard extent handling in __extent_writepage_io
Christoph Hellwig
2023-06-19
btrfs: remove PAGE_SET_ERROR
Christoph Hellwig
2023-06-19
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
2023-06-19
btrfs: don't check PageError in __extent_writepage
Christoph Hellwig
2023-06-19
btrfs: rename cow_file_range_async to run_delalloc_compressed
Christoph Hellwig
2023-06-19
btrfs: don't fail writeback when allocating the compression context fails
Christoph Hellwig
2023-06-19
btrfs: don't check PageError in btrfs_verify_page
Christoph Hellwig
2023-06-19
btrfs: fix fsverify read error handling in end_page_read
Christoph Hellwig
2023-06-19
btrfs: factor out a btrfs_verify_page helper
Christoph Hellwig
2023-06-19
btrfs: fix range_end calculation in extent_write_locked_range
Christoph Hellwig
2023-06-19
btrfs: insert tree mod log move in push_node_left
Boris Burkov
2023-06-19
btrfs: warn on invalid slot in tree mod log rewind
Boris Burkov
2023-06-19
btrfs: disable allocation warnings for compression workspaces
David Sterba
2023-06-19
btrfs: open code need_full_stripe conditions
Christoph Hellwig
2023-06-19
btrfs: open code btrfs_map_sblock
Christoph Hellwig
2023-06-19
btrfs: rename __btrfs_map_block to btrfs_map_block
Christoph Hellwig
2023-06-19
btrfs: remove unused btrfs_map_block
Christoph Hellwig
2023-06-19
btrfs: optimize simple reads in btrfsic_map_block
Christoph Hellwig
2023-06-19
btrfs: remove unused BTRFS_MAP_DISCARD
Christoph Hellwig
2023-06-19
btrfs: add xxhash to fast checksum implementations
David Sterba
2023-06-19
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
2023-06-19
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
btrfs: handle completed ordered extents in btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: atomically insert the new extent in btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpers
Christoph Hellwig
2023-06-19
btrfs: return the new ordered_extent from btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: reorder conditions in btrfs_extract_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: move split_extent_map to extent_map.c
Christoph Hellwig
2023-06-19
btrfs: record orig_physical only for the original bio
Christoph Hellwig
2023-06-19
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
2023-06-19
btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
Christoph Hellwig
2023-06-19
btrfs: mark the len field in struct btrfs_ordered_sum as unsigned
Christoph Hellwig
2023-06-19
btrfs: don't call btrfs_record_physical_zoned for failed append
Christoph Hellwig
2023-06-19
btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED
Christoph Hellwig
2023-06-19
btrfs: make btrfs_destroy_delayed_refs() return void
Filipe Manana
2023-06-19
btrfs: remove unnecessary prototype declarations at disk-io.c
Filipe Manana
2023-06-19
btrfs: use a single switch statement when initializing delayed ref head
Filipe Manana
[prev]
[next]