index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
2022-08-28
Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-22
btrfs: don't merge pages into bio if their page offset is not contiguous
Qu Wenruo
2022-08-19
Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-17
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
2022-08-03
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-07-25
btrfs: fix repair of compressed extents
Christoph Hellwig
2022-07-25
btrfs: pass a btrfs_bio to btrfs_repair_one_sector
Christoph Hellwig
2022-07-25
btrfs: repair all known bad mirrors
Christoph Hellwig
2022-07-25
btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
Naohiro Aota
2022-07-25
btrfs: remove extent writepage address space operation
Christoph Hellwig
2022-07-25
btrfs: unify tree search helper returning prev and next nodes
David Sterba
2022-07-25
btrfs: make tree search for insert more generic and use it for tree_search
David Sterba
2022-07-25
btrfs: open code inexact rbtree search in tree_search
David Sterba
2022-07-25
btrfs: remove node and parent parameters from insert_state
David Sterba
2022-07-25
btrfs: add fast path for extent_state insertion
David Sterba
2022-07-25
btrfs: pass bits by value not by pointer for extent_state helpers
David Sterba
2022-07-25
btrfs: lift start and end parameters to callers of insert_state
David Sterba
2022-07-25
btrfs: open code rbtree search in insert_state
David Sterba
2022-07-25
btrfs: open code rbtree search in split_state
David Sterba
2022-07-25
btrfs: pass the btrfs_bio_ctrl to submit_one_bio
Christoph Hellwig
2022-07-25
btrfs: merge end_write_bio and flush_write_bio
Christoph Hellwig
2022-07-25
btrfs: don't use bio->bi_private to pass the inode to submit_one_bio
Christoph Hellwig
2022-07-25
btrfs: do not allocate a btrfs_bio for low-level bios
Christoph Hellwig
2022-07-25
btrfs: centralize setting REQ_META
Christoph Hellwig
2022-07-25
btrfs: split btrfs_submit_data_bio to read and write parts
Christoph Hellwig
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
2022-07-25
btrfs: refactor end_bio_extent_readpage code flow
Christoph Hellwig
2022-07-25
btrfs: factor out a helper to end a single sector buffer I/O
Christoph Hellwig
2022-07-25
btrfs: remove duplicated parameters from submit_data_read_repair()
Qu Wenruo
2022-07-25
btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-15
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
2022-07-14
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-21
btrfs: zoned: fix critical section of relocation inode writeback
Naohiro Aota
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-16
btrfs: zoned: properly finish block group on metadata write
Naohiro Aota
2022-05-16
btrfs: rename bio_ctrl::bio_flags to compress_type
David Sterba
2022-05-16
btrfs: rename bio_flags in parameters and switch type
David Sterba
2022-05-16
btrfs: rename io_failure_record::bio_flags to compress_type
David Sterba
2022-05-16
btrfs: open code extent_set_compress_type helpers
David Sterba
2022-05-16
btrfs: simplify handling of bio_ctrl::bio_flags
David Sterba
2022-05-16
btrfs: remove trivial helper update_nr_written
David Sterba
2022-05-16
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
2022-05-16
btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bio
Christoph Hellwig
2022-05-16
btrfs: move btrfs_readpage to extent_io.c
Christoph Hellwig
2022-05-16
btrfs: return correct error number for __extent_writepage_io()
Qu Wenruo
2022-05-16
btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
Qu Wenruo
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
[next]