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-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-01
1
-20
/
+104
|
\
|
*
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
2024-02-29
1
-13
/
+8
|
*
btrfs: fix race between ordered extent completion and fiemap
Filipe Manana
2024-02-29
1
-7
/
+96
*
|
Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-21
1
-17
/
+45
|
\
|
|
*
btrfs: fix deadlock with fiemap and extent locking
Josef Bacik
2024-02-19
1
-17
/
+45
*
|
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-01-10
1
-418
/
+633
|
\
|
|
*
btrfs: migrate eb_bitmap_offset() to folio interfaces
Qu Wenruo
2023-12-15
1
-12
/
+10
|
*
btrfs: migrate various end io functions to folios
Qu Wenruo
2023-12-15
1
-73
/
+77
|
*
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
1
-51
/
+54
|
*
btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios
Qu Wenruo
2023-12-15
1
-63
/
+62
|
*
btrfs: don't double put our subpage reference in alloc_extent_buffer
Josef Bacik
2023-12-15
1
-3
/
+19
|
*
btrfs: cleanup metadata page pointer usage
Qu Wenruo
2023-12-15
1
-147
/
+172
|
*
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
2023-12-15
1
-52
/
+73
|
*
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
2023-12-15
1
-39
/
+115
|
*
btrfs: fix typos found by codespell
David Sterba
2023-12-15
1
-1
/
+1
|
*
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
1
-7
/
+6
|
*
btrfs: allow extent buffer helpers to skip cross-page handling
Qu Wenruo
2023-12-15
1
-0
/
+54
|
*
btrfs: use memset_page instead of opencoding it
Johannes Thumshirn
2023-12-15
1
-1
/
+1
|
*
btrfs: zoned: don't clear dirty flag of extent buffer
Johannes Thumshirn
2023-12-15
1
-2
/
+14
|
*
btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
Johannes Thumshirn
2023-12-15
1
-1
/
+1
|
*
btrfs: migrate to use folio private instead of page private
Qu Wenruo
2023-12-15
1
-47
/
+55
*
|
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-08
1
-26
/
+26
|
\
\
|
|
/
|
/
|
|
*
fs: Rename mapping private members
Matthew Wilcox (Oracle)
2023-11-21
1
-26
/
+26
*
|
btrfs: don't clear qgroup reserved bit in release_folio
Boris Burkov
2023-12-06
1
-1
/
+2
*
|
btrfs: free the allocated memory if btrfs_alloc_page_array() fails
Qu Wenruo
2023-11-24
1
-3
/
+8
|
/
*
btrfs: change test_range_bit to scan the whole range
David Sterba
2023-10-12
1
-1
/
+1
*
btrfs: add specific helper for range bit test exists
David Sterba
2023-10-12
1
-4
/
+4
*
btrfs: warn on tree blocks which are not nodesize aligned
Qu Wenruo
2023-10-12
1
-0
/
+6
*
btrfs: check-integrity: remove btrfsic_unmount() function
Qu Wenruo
2023-10-12
1
-1
/
+0
*
btrfs: reformat remaining kdoc style comments
David Sterba
2023-10-12
1
-10
/
+12
*
btrfs: reset destination buffer when read_extent_buffer() gets invalid range
Qu Wenruo
2023-09-20
1
-1
/
+7
*
btrfs: don't clear uptodate on write errors
Josef Bacik
2023-09-13
1
-8
/
+1
*
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
2023-08-21
1
-4
/
+3
*
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
2023-08-21
1
-8
/
+3
*
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
2023-08-21
1
-8
/
+7
*
btrfs: introduce struct to consolidate extent buffer write context
Naohiro Aota
2023-08-21
1
-7
/
+7
*
btrfs: refactor main loop in memmove_extent_buffer()
Qu Wenruo
2023-08-21
1
-31
/
+17
*
btrfs: refactor main loop in memcpy_extent_buffer()
Qu Wenruo
2023-08-21
1
-27
/
+31
*
btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()
Qu Wenruo
2023-08-21
1
-1
/
+1
*
btrfs: refactor main loop in copy_extent_buffer_full()
Qu Wenruo
2023-08-21
1
-14
/
+9
*
btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
Qu Wenruo
2023-08-21
1
-22
/
+0
*
btrfs: refactor extent buffer bitmaps operations
Qu Wenruo
2023-08-21
1
-72
/
+65
*
btrfs: don't redirty locked_page in run_delalloc_zoned
Christoph Hellwig
2023-08-21
1
-3
/
+4
*
btrfs: don't redirty pages in compress_file_range
Christoph Hellwig
2023-08-21
1
-24
/
+5
*
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
2023-08-21
1
-16
/
+14
*
btrfs: improve the delalloc_to_write calculation in writepage_delalloc
Christoph Hellwig
2023-08-21
1
-15
/
+14
*
btrfs: remove the return value from extent_write_locked_range
Christoph Hellwig
2023-08-21
1
-10
/
+3
*
btrfs: remove end_extent_writepage
Christoph Hellwig
2023-08-21
1
-29
/
+15
*
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
2023-08-21
1
-9
/
+8
*
btrfs: split page locking out of __process_pages_contig
Christoph Hellwig
2023-08-21
1
-92
/
+59
[next]