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.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
2024-06-06
btrfs: protect folio::private when attaching extent buffer folios
Qu Wenruo
1
-29
/
+31
2024-05-07
btrfs: count super block write errors in device instead of tracking folio err...
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-05-07
btrfs: add a cached state to extent_clear_unlock_delalloc
Josef Bacik
1
-1
/
+2
2024-05-07
btrfs: push the extent lock into btrfs_run_delalloc_range
Josef Bacik
1
-3
/
+2
2024-05-07
btrfs: make try_release_extent_mapping() return a bool
Filipe Manana
1
-8
/
+9
2024-05-07
btrfs: be better releasing extent maps at try_release_extent_mapping()
Filipe Manana
1
-59
/
+61
2024-05-07
btrfs: remove i_size restriction at try_release_extent_mapping()
Filipe Manana
1
-2
/
+1
2024-05-07
btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()
Filipe Manana
1
-6
/
+1
2024-05-07
btrfs: rename some variables at try_release_extent_mapping()
Filipe Manana
1
-12
/
+12
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
1
-1
/
+1
2024-05-07
btrfs: set start on clone before calling copy_extent_buffer_full
Josef Bacik
1
-2
/
+8
2024-05-07
btrfs: introduce btrfs_alloc_folio_array()
Qu Wenruo
1
-0
/
+31
2024-05-07
btrfs: warn if EXTENT_BUFFER_UPTODATE is set while reading
Tavian Barnes
1
-0
/
+7
2024-05-07
btrfs: add helper to clear EXTENT_BUFFER_READING
Tavian Barnes
1
-6
/
+9
2024-05-07
btrfs: remove pointless writepages callback wrapper
Filipe Manana
1
-2
/
+1
2024-05-07
btrfs: remove pointless readahead callback wrapper
Filipe Manana
1
-1
/
+1
2024-04-10
btrfs: do not wait for short bulk allocation
Qu Wenruo
1
-14
/
+4
2024-04-10
btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling
Naohiro Aota
1
-0
/
+1
2024-04-10
btrfs: zoned: do not flag ZEROOUT on non-dirty extent buffer
Naohiro Aota
1
-1
/
+1
2024-03-26
btrfs: fix race in read_extent_buffer_pages()
Tavian Barnes
1
-0
/
+13
2024-03-05
btrfs: reuse cloned extent buffer during fiemap to avoid re-allocations
Filipe Manana
1
-8
/
+24
2024-03-05
btrfs: fix race when detecting delalloc ranges during fiemap
Filipe Manana
1
-61
/
+160
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
1
-2
/
+2
2024-03-05
btrfs: pass a valid extent map cache pointer to __get_extent_map()
David Sterba
1
-3
/
+10
2024-03-04
btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_read
David Sterba
1
-5
/
+4
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
1
-6
/
+6
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
1
-8
/
+8
2024-03-04
btrfs: add helpers to get inode from page/folio pointers
David Sterba
1
-4
/
+4
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-2
/
+0
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
1
-2
/
+2
2024-03-04
btrfs: add set_folio_extent_mapped() helper
Matthew Wilcox (Oracle)
1
-4
/
+8
2024-03-04
btrfs: WARN_ON_ONCE() in our leak detection code
Josef Bacik
1
-0
/
+1
2024-03-04
btrfs: cache folio size and shift in extent_buffer
Qu Wenruo
1
-17
/
+21
2024-03-04
btrfs: remove unused variable bio_offset from end_bbio_data_read()
Qu Wenruo
1
-9
/
+0
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
1
-6
/
+4
2024-03-01
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-20
/
+104
2024-03-01
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
1
-13
/
+8
2024-03-01
btrfs: fix race between ordered extent completion and fiemap
Filipe Manana
1
-7
/
+96
2024-02-21
Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-17
/
+45
2024-02-19
btrfs: fix deadlock with fiemap and extent locking
Josef Bacik
1
-17
/
+45
2024-01-10
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-418
/
+633
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-26
/
+26
2023-12-16
btrfs: migrate eb_bitmap_offset() to folio interfaces
Qu Wenruo
1
-12
/
+10
2023-12-16
btrfs: migrate various end io functions to folios
Qu Wenruo
1
-73
/
+77
2023-12-16
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
1
-51
/
+54
2023-12-16
btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios
Qu Wenruo
1
-63
/
+62
2023-12-16
btrfs: don't double put our subpage reference in alloc_extent_buffer
Josef Bacik
1
-3
/
+19
2023-12-16
btrfs: cleanup metadata page pointer usage
Qu Wenruo
1
-147
/
+172
2023-12-16
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
1
-52
/
+73
2023-12-16
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
1
-39
/
+115
[next]