index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
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
2023-08-21
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
1
-8
/
+7
2023-08-21
btrfs: introduce struct to consolidate extent buffer write context
Naohiro Aota
1
-7
/
+7
2023-08-21
btrfs: refactor main loop in memmove_extent_buffer()
Qu Wenruo
1
-31
/
+17
2023-08-21
btrfs: refactor main loop in memcpy_extent_buffer()
Qu Wenruo
1
-27
/
+31
2023-08-21
btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()
Qu Wenruo
1
-1
/
+1
2023-08-21
btrfs: refactor main loop in copy_extent_buffer_full()
Qu Wenruo
1
-14
/
+9
2023-08-21
btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
Qu Wenruo
1
-22
/
+0
2023-08-21
btrfs: refactor extent buffer bitmaps operations
Qu Wenruo
1
-72
/
+65
2023-08-21
btrfs: don't redirty locked_page in run_delalloc_zoned
Christoph Hellwig
1
-3
/
+4
2023-08-21
btrfs: don't redirty pages in compress_file_range
Christoph Hellwig
1
-24
/
+5
2023-08-21
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
1
-16
/
+14
2023-08-21
btrfs: improve the delalloc_to_write calculation in writepage_delalloc
Christoph Hellwig
1
-15
/
+14
2023-08-21
btrfs: remove the return value from extent_write_locked_range
Christoph Hellwig
1
-10
/
+3
2023-08-21
btrfs: remove end_extent_writepage
Christoph Hellwig
1
-29
/
+15
2023-08-21
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
1
-9
/
+8
2023-08-21
btrfs: split page locking out of __process_pages_contig
Christoph Hellwig
1
-92
/
+59
2023-08-21
btrfs: move eb subpage preallocation out of the loop
Qu Wenruo
1
-23
/
+18
2023-08-21
btrfs: use folio_next_index() helper in extent_write_cache_pages
Minjie Du
1
-1
/
+1
2023-08-17
btrfs: only subtract from len_to_oe_boundary when it is tracking an extent
Chris Mason
1
-1
/
+24
2023-08-10
btrfs: don't wait for writeback on clean pages in extent_write_cache_pages
Christoph Hellwig
1
-0
/
+6
2023-08-10
btrfs: don't stop integrity writeback too early
Christoph Hellwig
1
-3
/
+4
2023-06-19
btrfs: use btrfs_finish_ordered_extent to complete buffered writes
Christoph Hellwig
1
-2
/
+1
2023-06-19
btrfs: open code end_extent_writepage in end_bio_extent_writepage
Christoph Hellwig
1
-8
/
+9
2023-06-19
btrfs: add an ordered_extent pointer to struct btrfs_bio
Christoph Hellwig
1
-1
/
+1
2023-06-19
btrfs: limit write bios to a single ordered extent
Christoph Hellwig
1
-9
/
+2
2023-06-19
btrfs: don't treat zoned writeback as being from an async helper thread
Christoph Hellwig
1
-13
/
+7
2023-06-19
btrfs: only call __extent_writepage_io from extent_write_locked_range
Christoph Hellwig
1
-39
/
+26
2023-06-19
btrfs: move writeback_control::nr_to_write update to __extent_writepage
Christoph Hellwig
1
-6
/
+2
2023-06-19
btrfs: remove non-standard extent handling in __extent_writepage_io
Christoph Hellwig
1
-18
/
+5
2023-06-19
btrfs: remove PAGE_SET_ERROR
Christoph Hellwig
1
-3
/
+0
2023-06-19
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
1
-19
/
+5
[prev]
[next]