index
:
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.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-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-18
1
-2
/
+31
|
\
|
*
btrfs: subpage: fix wild pointer access during metadata read failure
Qu Wenruo
2021-03-16
1
-1
/
+30
|
*
btrfs: fix wrong offset to zero out range beyond i_size
Qu Wenruo
2021-03-15
1
-1
/
+1
*
|
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-1
/
+1
*
|
btrfs: subpage: fix the false data csum mismatch error
Qu Wenruo
2021-03-02
1
-5
/
+16
|
/
*
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
2021-02-09
1
-0
/
+3
*
btrfs: zoned: serialize metadata IO
Naohiro Aota
2021-02-09
1
-1
/
+24
*
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
2021-02-09
1
-2
/
+13
*
btrfs: zoned: check if bio spans across an ordered extent
Johannes Thumshirn
2021-02-09
1
-2
/
+7
*
btrfs: zoned: use bio_add_zone_append_page
Naohiro Aota
2021-02-09
1
-3
/
+26
*
btrfs: factor out helper adding a page to bio
Naohiro Aota
2021-02-09
1
-15
/
+45
*
btrfs: zoned: redirty released extent buffers
Naohiro Aota
2021-02-09
1
-0
/
+4
*
btrfs: explain page locking and readahead in read_extent_buffer_pages()
Qu Wenruo
2021-02-08
1
-0
/
+7
*
btrfs: integrate page status update for data read path into begin/end_page_read
Qu Wenruo
2021-02-08
1
-13
/
+29
*
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
2021-02-08
1
-4
/
+41
*
btrfs: support subpage in endio_readpage_update_page_status()
Qu Wenruo
2021-02-08
1
-6
/
+15
*
btrfs: introduce read_extent_buffer_subpage()
Qu Wenruo
2021-02-08
1
-0
/
+70
*
btrfs: support subpage in try_release_extent_buffer()
Qu Wenruo
2021-02-08
1
-2
/
+104
*
btrfs: support subpage in btrfs_clone_extent_buffer
Qu Wenruo
2021-02-08
1
-2
/
+1
*
btrfs: support subpage in set/clear_extent_buffer_uptodate()
Qu Wenruo
2021-02-08
1
-4
/
+7
*
btrfs: attach private to dummy extent buffer pages
Qu Wenruo
2021-02-08
1
-1
/
+8
*
btrfs: support subpage for extent buffer page release
Qu Wenruo
2021-02-08
1
-15
/
+79
*
btrfs: make grab_extent_buffer_from_page() handle subpage case
Qu Wenruo
2021-02-08
1
-2
/
+11
*
btrfs: make attach_extent_buffer_page() handle subpage case
Qu Wenruo
2021-02-08
1
-7
/
+62
*
btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage support
Qu Wenruo
2021-02-08
1
-2
/
+7
*
btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK
Qu Wenruo
2021-02-08
1
-2
/
+2
*
btrfs: remove repeated word in struct member comment
Nigel Christian
2021-02-08
1
-1
/
+1
*
btrfs: fix parameter description for functions in extent_io.c
Nikolay Borisov
2021-02-08
1
-25
/
+27
*
btrfs: introduce helper to grab an existing extent buffer from a page
Qu Wenruo
2021-02-08
1
-20
/
+30
*
btrfs: refactor __extent_writepage_io() to improve readability
Qu Wenruo
2021-02-08
1
-21
/
+16
*
btrfs: rename parameter offset to disk_bytenr in submit_extent_page
Qu Wenruo
2021-02-08
1
-15
/
+15
*
btrfs: prevent NULL pointer dereference in extent_io_tree_panic
Su Yue
2021-01-07
1
-3
/
+1
*
btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
Qu Wenruo
2020-12-09
1
-27
/
+37
*
btrfs: don't allow tree block to cross page boundary for subpage support
Qu Wenruo
2020-12-09
1
-0
/
+8
*
btrfs: calculate inline extent buffer page size based on page size
Qu Wenruo
2020-12-09
1
-6
/
+1
*
btrfs: factor out btree page submission code to a helper
Qu Wenruo
2020-12-09
1
-47
/
+75
*
btrfs: pass bio_offset to check_data_csum() directly
Qu Wenruo
2020-12-09
1
-12
/
+20
*
btrfs: drop casts of bio bi_sector
David Sterba
2020-12-09
1
-1
/
+1
*
btrfs: use detach_page_private() in alloc_extent_buffer()
Qu Wenruo
2020-12-08
1
-6
/
+1
*
btrfs: only clear EXTENT_LOCK bit in extent_invalidatepage
Qu Wenruo
2020-12-08
1
-2
/
+10
*
btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer
Qu Wenruo
2020-12-08
1
-1
/
+1
*
btrfs: use fixed width int type for extent_state::state
Qu Wenruo
2020-12-08
1
-27
/
+25
*
btrfs: introduce helper to handle page status update in end_bio_extent_readpa...
Qu Wenruo
2020-12-08
1
-5
/
+13
*
btrfs: add structure to keep track of extent range in end_bio_extent_readpage
Qu Wenruo
2020-12-08
1
-34
/
+73
*
btrfs: merge __set_extent_bit and set_extent_bit
Nikolay Borisov
2020-12-08
1
-23
/
+13
*
btrfs: remove extent_buffer::recursed
Josef Bacik
2020-12-08
1
-1
/
+0
*
btrfs: update the number of bytes used by an inode atomically
Filipe Manana
2020-12-08
1
-4
/
+6
*
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
2020-12-08
1
-0
/
+1
*
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
2020-12-08
1
-4
/
+8
[next]