index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-29
btrfs: avoid linker error in btrfs_find_create_tree_block()
Mark Harmstone
1
-2
/
+5
2025-05-09
btrfs: adjust subpage bit start based on sectorsize
Josef Bacik
1
-1
/
+1
2025-02-13
Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+20
2025-02-12
btrfs: fix stale page cache after race between readahead and direct IO write
Filipe Manana
1
-3
/
+15
2025-02-07
btrfs: fix two misuses of folio_shift()
Matthew Wilcox (Oracle)
1
-6
/
+5
2025-01-27
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-01-26
mm: alloc_pages_bulk: rename API
Luiz Capitulino
1
-1
/
+1
2025-01-13
btrfs: add extra error messages for delalloc range related errors
Qu Wenruo
1
-0
/
+15
2025-01-13
btrfs: fix double accounting race when extent_writepage_io() failed
Qu Wenruo
1
-13
/
+24
2025-01-13
btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
Qu Wenruo
1
-11
/
+48
2025-01-13
btrfs: remove redundant variables from __process_folios_contig() and lock_del...
David Sterba
1
-4
/
+2
2025-01-13
btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait
David Sterba
1
-10
/
+17
2025-01-13
btrfs: unwrap folio locking helpers
David Sterba
1
-4
/
+4
2025-01-13
btrfs: change return type to bool type of check_eb_alignment()
David Sterba
1
-6
/
+8
2025-01-13
btrfs: switch grab_extent_buffer() to folios
David Sterba
1
-8
/
+6
2025-01-13
btrfs: rename btrfs_release_extent_buffer_pages() to mention folios
David Sterba
1
-5
/
+5
2025-01-13
btrfs: open code __free_extent_buffer()
David Sterba
1
-9
/
+4
2025-01-13
btrfs: drop one time used local variable in end_bbio_meta_write()
David Sterba
1
-2
/
+1
2025-01-13
btrfs: make wait_on_extent_buffer_writeback() static inline
David Sterba
1
-6
/
+0
2025-01-13
btrfs: use btrfs_inode in extent_writepage()
David Sterba
1
-7
/
+7
2025-01-13
btrfs: rename __get_extent_map() and pass btrfs_inode
David Sterba
1
-8
/
+7
2025-01-13
btrfs: open code set_page_extent_mapped()
David Sterba
1
-5
/
+0
2025-01-13
btrfs: rename __unlock_for_delalloc() and drop underscores
David Sterba
1
-5
/
+4
2025-01-13
btrfs: pass write-hint for buffered IO
Jing Xia
1
-0
/
+1
2025-01-13
btrfs: use PTR_ERR() instead of PTR_ERR_OR_ZERO() for btrfs_get_extent()
Qu Wenruo
1
-1
/
+1
2024-11-19
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-27
/
+84
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-4
/
+3
2024-11-11
btrfs: use filemap_get_folio() helper
Anand Jain
1
-1
/
+1
2024-11-11
btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
Qu Wenruo
1
-7
/
+7
2024-11-11
btrfs: unify to use writer locks for subpage locking
Qu Wenruo
1
-8
/
+2
2024-11-11
btrfs: remove redundant initializations for struct btrfs_tree_parent_check
Filipe Manana
1
-1
/
+0
2024-11-11
btrfs: drop unused parameter fs_info from folio_range_has_eb()
David Sterba
1
-2
/
+2
2024-11-11
btrfs: drop unused parameter mask from try_release_extent_state()
David Sterba
1
-2
/
+2
2024-11-11
btrfs: remove btrfs_set_range_writeback()
Qu Wenruo
1
-1
/
+1
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-11-11
btrfs: mark all dirty sectors as locked inside writepage_delalloc()
Qu Wenruo
1
-3
/
+7
2024-11-11
btrfs: move the delalloc range bitmap search into extent_io.c
Qu Wenruo
1
-1
/
+43
2024-11-11
btrfs: do not assume the full page range is not dirty in extent_writepage_io()
Qu Wenruo
1
-2
/
+0
2024-11-11
btrfs: wait for writeback if sector size is smaller than page size
Qu Wenruo
1
-1
/
+21
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
1
-4
/
+3
2024-10-22
btrfs: fix the delalloc range locking if sector size < page size
Qu Wenruo
1
-8
/
+9
2024-10-09
btrfs: fix clear_dirty and writeback ordering in submit_one_sector()
Naohiro Aota
1
-7
/
+7
2024-09-10
btrfs: only unlock the to-be-submitted ranges inside a folio
Qu Wenruo
1
-38
/
+51
2024-09-10
btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()
Qu Wenruo
1
-1
/
+1
2024-09-10
btrfs: remove btrfs_folio_end_all_writers()
Qu Wenruo
1
-1
/
+2
2024-09-10
btrfs: convert try_release_extent_mapping() to take a folio
Li Zetao
1
-3
/
+3
2024-09-10
btrfs: convert try_release_extent_state() to take a folio
Li Zetao
1
-3
/
+3
2024-09-10
btrfs: convert submit_eb_page() to take a folio
Li Zetao
1
-5
/
+4
2024-09-10
btrfs: convert submit_eb_subpage() to take a folio
Li Zetao
1
-10
/
+9
2024-09-10
btrfs: convert try_release_extent_buffer() to take a folio
Li Zetao
1
-8
/
+7
[next]