index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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-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-02-29
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
1
-13
/
+8
2024-02-29
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-15
btrfs: migrate eb_bitmap_offset() to folio interfaces
Qu Wenruo
1
-12
/
+10
2023-12-15
btrfs: migrate various end io functions to folios
Qu Wenruo
1
-73
/
+77
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
1
-51
/
+54
2023-12-15
btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios
Qu Wenruo
1
-63
/
+62
2023-12-15
btrfs: don't double put our subpage reference in alloc_extent_buffer
Josef Bacik
1
-3
/
+19
2023-12-15
btrfs: cleanup metadata page pointer usage
Qu Wenruo
1
-147
/
+172
2023-12-15
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
1
-52
/
+73
2023-12-15
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
1
-39
/
+115
2023-12-15
btrfs: fix typos found by codespell
David Sterba
1
-1
/
+1
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
1
-7
/
+6
2023-12-15
btrfs: allow extent buffer helpers to skip cross-page handling
Qu Wenruo
1
-0
/
+54
2023-12-15
btrfs: use memset_page instead of opencoding it
Johannes Thumshirn
1
-1
/
+1
2023-12-15
btrfs: zoned: don't clear dirty flag of extent buffer
Johannes Thumshirn
1
-2
/
+14
2023-12-15
btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
Johannes Thumshirn
1
-1
/
+1
2023-12-15
btrfs: migrate to use folio private instead of page private
Qu Wenruo
1
-47
/
+55
2023-12-06
btrfs: don't clear qgroup reserved bit in release_folio
Boris Burkov
1
-1
/
+2
2023-11-24
btrfs: free the allocated memory if btrfs_alloc_page_array() fails
Qu Wenruo
1
-3
/
+8
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
1
-26
/
+26
2023-10-12
btrfs: change test_range_bit to scan the whole range
David Sterba
1
-1
/
+1
2023-10-12
btrfs: add specific helper for range bit test exists
David Sterba
1
-4
/
+4
2023-10-12
btrfs: warn on tree blocks which are not nodesize aligned
Qu Wenruo
1
-0
/
+6
2023-10-12
btrfs: check-integrity: remove btrfsic_unmount() function
Qu Wenruo
1
-1
/
+0
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
1
-10
/
+12
2023-09-20
btrfs: reset destination buffer when read_extent_buffer() gets invalid range
Qu Wenruo
1
-1
/
+7
2023-09-13
btrfs: don't clear uptodate on write errors
Josef Bacik
1
-8
/
+1
2023-08-21
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
1
-4
/
+3
2023-08-21
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
1
-8
/
+3
[next]