index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-28
1
-4
/
+29
|
\
|
*
btrfs: don't merge pages into bio if their page offset is not contiguous
Qu Wenruo
2022-08-22
1
-4
/
+29
*
|
Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-19
1
-1
/
+10
|
\
|
|
*
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
2022-08-17
1
-1
/
+10
*
|
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-08-03
1
-481
/
+392
|
\
|
|
*
btrfs: fix repair of compressed extents
Christoph Hellwig
2022-07-25
1
-36
/
+9
|
*
btrfs: pass a btrfs_bio to btrfs_repair_one_sector
Christoph Hellwig
2022-07-25
1
-22
/
+26
|
*
btrfs: repair all known bad mirrors
Christoph Hellwig
2022-07-25
1
-66
/
+60
|
*
btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
Naohiro Aota
2022-07-25
1
-1
/
+3
|
*
btrfs: remove extent writepage address space operation
Christoph Hellwig
2022-07-25
1
-14
/
+0
|
*
btrfs: unify tree search helper returning prev and next nodes
David Sterba
2022-07-25
1
-60
/
+62
|
*
btrfs: make tree search for insert more generic and use it for tree_search
David Sterba
2022-07-25
1
-14
/
+13
|
*
btrfs: open code inexact rbtree search in tree_search
David Sterba
2022-07-25
1
-3
/
+28
|
*
btrfs: remove node and parent parameters from insert_state
David Sterba
2022-07-25
1
-12
/
+2
|
*
btrfs: add fast path for extent_state insertion
David Sterba
2022-07-25
1
-7
/
+16
|
*
btrfs: pass bits by value not by pointer for extent_state helpers
David Sterba
2022-07-25
1
-24
/
+22
|
*
btrfs: lift start and end parameters to callers of insert_state
David Sterba
2022-07-25
1
-18
/
+15
|
*
btrfs: open code rbtree search in insert_state
David Sterba
2022-07-25
1
-47
/
+33
|
*
btrfs: open code rbtree search in split_state
David Sterba
2022-07-25
1
-6
/
+22
|
*
btrfs: pass the btrfs_bio_ctrl to submit_one_bio
Christoph Hellwig
2022-07-25
1
-46
/
+39
|
*
btrfs: merge end_write_bio and flush_write_bio
Christoph Hellwig
2022-07-25
1
-65
/
+29
|
*
btrfs: don't use bio->bi_private to pass the inode to submit_one_bio
Christoph Hellwig
2022-07-25
1
-5
/
+1
|
*
btrfs: do not allocate a btrfs_bio for low-level bios
Christoph Hellwig
2022-07-25
1
-13
/
+0
|
*
btrfs: centralize setting REQ_META
Christoph Hellwig
2022-07-25
1
-4
/
+4
|
*
btrfs: split btrfs_submit_data_bio to read and write parts
Christoph Hellwig
2022-07-25
1
-5
/
+8
|
*
btrfs: remove redundant calls to flush_dcache_page
David Sterba
2022-07-25
1
-6
/
+1
|
*
btrfs: refactor end_bio_extent_readpage code flow
Christoph Hellwig
2022-07-25
1
-46
/
+40
|
*
btrfs: factor out a helper to end a single sector buffer I/O
Christoph Hellwig
2022-07-25
1
-11
/
+15
|
*
btrfs: remove duplicated parameters from submit_data_read_repair()
Qu Wenruo
2022-07-25
1
-17
/
+11
|
*
btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
2022-07-25
1
-1
/
+1
*
|
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-02
1
-9
/
+9
|
\
\
|
|
/
|
/
|
|
*
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-14
1
-9
/
+9
*
|
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-16
1
-48
/
+74
|
\
\
|
|
/
|
/
|
|
*
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
2022-07-15
1
-48
/
+74
*
|
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-26
1
-1
/
+2
|
\
|
|
*
btrfs: zoned: fix critical section of relocation inode writeback
Naohiro Aota
2022-06-21
1
-1
/
+2
*
|
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-24
1
-8
/
+9
|
\
\
|
|
/
|
/
|
|
*
btrfs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-7
/
+7
*
|
btrfs: zoned: properly finish block group on metadata write
Naohiro Aota
2022-05-16
1
-5
/
+1
*
|
btrfs: rename bio_ctrl::bio_flags to compress_type
David Sterba
2022-05-16
1
-10
/
+10
*
|
btrfs: rename bio_flags in parameters and switch type
David Sterba
2022-05-16
1
-14
/
+15
*
|
btrfs: rename io_failure_record::bio_flags to compress_type
David Sterba
2022-05-16
1
-3
/
+3
*
|
btrfs: open code extent_set_compress_type helpers
David Sterba
2022-05-16
1
-5
/
+3
*
|
btrfs: simplify handling of bio_ctrl::bio_flags
David Sterba
2022-05-16
1
-7
/
+6
*
|
btrfs: remove trivial helper update_nr_written
David Sterba
2022-05-16
1
-9
/
+3
*
|
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
2022-05-16
1
-74
/
+48
*
|
btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bio
Christoph Hellwig
2022-05-16
1
-2
/
+1
*
|
btrfs: move btrfs_readpage to extent_io.c
Christoph Hellwig
2022-05-16
1
-2
/
+33
*
|
btrfs: return correct error number for __extent_writepage_io()
Qu Wenruo
2022-05-16
1
-1
/
+12
*
|
btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
Qu Wenruo
2022-05-16
1
-2
/
+6
[next]