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
...
*
btrfs: use btrfs_finish_ordered_extent to complete buffered writes
Christoph Hellwig
2023-06-19
1
-2
/
+1
*
btrfs: open code end_extent_writepage in end_bio_extent_writepage
Christoph Hellwig
2023-06-19
1
-8
/
+9
*
btrfs: add an ordered_extent pointer to struct btrfs_bio
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: limit write bios to a single ordered extent
Christoph Hellwig
2023-06-19
1
-9
/
+2
*
btrfs: don't treat zoned writeback as being from an async helper thread
Christoph Hellwig
2023-06-19
1
-13
/
+7
*
btrfs: only call __extent_writepage_io from extent_write_locked_range
Christoph Hellwig
2023-06-19
1
-39
/
+26
*
btrfs: move writeback_control::nr_to_write update to __extent_writepage
Christoph Hellwig
2023-06-19
1
-6
/
+2
*
btrfs: remove non-standard extent handling in __extent_writepage_io
Christoph Hellwig
2023-06-19
1
-18
/
+5
*
btrfs: remove PAGE_SET_ERROR
Christoph Hellwig
2023-06-19
1
-3
/
+0
*
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
2023-06-19
1
-19
/
+5
*
btrfs: don't check PageError in __extent_writepage
Christoph Hellwig
2023-06-19
1
-32
/
+1
*
btrfs: don't check PageError in btrfs_verify_page
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: fix fsverify read error handling in end_page_read
Christoph Hellwig
2023-06-19
1
-6
/
+2
*
btrfs: factor out a btrfs_verify_page helper
Christoph Hellwig
2023-06-19
1
-5
/
+10
*
btrfs: fix range_end calculation in extent_write_locked_range
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: use the same uptodate variable for end_bio_extent_readpage()
Qu Wenruo
2023-06-19
1
-1
/
+1
*
btrfs: subpage: make alloc_extent_buffer() handle previously uptodate range e...
Qu Wenruo
2023-06-19
1
-1
/
+1
*
btrfs: subpage: dump extra subpage bitmaps for debug
Qu Wenruo
2023-06-19
1
-2
/
+3
*
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
1
-2
/
+1
*
btrfs: merge write_one_subpage_eb into write_one_eb
Christoph Hellwig
2023-06-19
1
-55
/
+25
*
btrfs: use per-buffer locking for extent_buffer reading
Christoph Hellwig
2023-06-19
1
-115
/
+35
*
btrfs: don't check for uptodate pages in read_extent_buffer_pages
Christoph Hellwig
2023-06-19
1
-20
/
+1
*
btrfs: stop using PageError for extent_buffers
Christoph Hellwig
2023-06-19
1
-17
/
+9
*
btrfs: remove the io_pages field in struct extent_buffer
Christoph Hellwig
2023-06-19
1
-12
/
+5
*
btrfs: use a separate end_io handler for extent_buffer writing
Christoph Hellwig
2023-06-19
1
-100
/
+26
*
btrfs: don't use btrfs_bio_ctrl for extent buffer writing
Christoph Hellwig
2023-06-19
1
-20
/
+25
*
btrfs: move page locking from lock_extent_buffer_for_io to write_one_eb
Christoph Hellwig
2023-06-19
1
-14
/
+1
*
btrfs: submit a writeback bio per extent_buffer
Christoph Hellwig
2023-06-19
1
-65
/
+37
*
btrfs: return bool from lock_extent_buffer_for_io
Christoph Hellwig
2023-06-19
1
-26
/
+11
*
btrfs: do not try to unlock the extent for non-subpage metadata reads
Christoph Hellwig
2023-06-19
1
-2
/
+4
*
btrfs: use a separate end_io handler for read_extent_buffer
Christoph Hellwig
2023-06-19
1
-43
/
+37
*
btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: don't use btrfs_bio_ctrl for extent buffer reading
Christoph Hellwig
2023-06-19
1
-63
/
+36
*
btrfs: always read the entire extent_buffer
Christoph Hellwig
2023-06-19
1
-12
/
+5
*
btrfs: subpage: fix error handling in end_bio_subpage_eb_writepage
Christoph Hellwig
2023-06-19
1
-1
/
+2
*
btrfs: mark extent_buffer_under_io static
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
2023-06-19
1
-1
/
+0
*
btrfs: fix dirty_metadata_bytes for redirtied buffers
Christoph Hellwig
2023-06-19
1
-3
/
+4
*
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
2023-04-17
1
-1
/
+2
*
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
2023-04-17
1
-1
/
+1
*
btrfs, mm: remove the punt_to_cgroup field in struct writeback_control
Christoph Hellwig
2023-04-17
1
-3
/
+3
*
btrfs: return a btrfs_bio from btrfs_bio_alloc
Christoph Hellwig
2023-04-17
1
-9
/
+9
*
btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrl
Christoph Hellwig
2023-04-17
1
-24
/
+24
*
btrfs: simplify finding the inode in submit_one_bio
Christoph Hellwig
2023-04-17
1
-11
/
+4
*
btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
Christoph Hellwig
2023-04-17
1
-1
/
+1
*
btrfs: pass a btrfs_bio to btrfs_submit_bio
Christoph Hellwig
2023-04-17
1
-1
/
+1
*
btrfs: sink calc_bio_boundaries into its only caller
Johannes Thumshirn
2023-04-17
1
-22
/
+15
*
btrfs: simplify main loop in submit_extent_page
Christoph Hellwig
2023-04-17
1
-86
/
+30
*
btrfs: check for contiguity in submit_extent_page
Christoph Hellwig
2023-04-17
1
-33
/
+36
*
btrfs: simplify the error handling in __extent_writepage_io
Christoph Hellwig
2023-04-17
1
-11
/
+7
[prev]
[next]