index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
2024-01-10
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-12-15
btrfs: migrate eb_bitmap_offset() to folio interfaces
Qu Wenruo
2023-12-15
btrfs: migrate various end io functions to folios
Qu Wenruo
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios
Qu Wenruo
2023-12-15
btrfs: don't double put our subpage reference in alloc_extent_buffer
Josef Bacik
2023-12-15
btrfs: cleanup metadata page pointer usage
Qu Wenruo
2023-12-15
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
2023-12-15
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
2023-12-15
btrfs: fix typos found by codespell
David Sterba
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
btrfs: allow extent buffer helpers to skip cross-page handling
Qu Wenruo
2023-12-15
btrfs: use memset_page instead of opencoding it
Johannes Thumshirn
2023-12-15
btrfs: zoned: don't clear dirty flag of extent buffer
Johannes Thumshirn
2023-12-15
btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
Johannes Thumshirn
2023-12-15
btrfs: migrate to use folio private instead of page private
Qu Wenruo
2023-12-06
btrfs: don't clear qgroup reserved bit in release_folio
Boris Burkov
2023-11-24
btrfs: free the allocated memory if btrfs_alloc_page_array() fails
Qu Wenruo
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
2023-10-12
btrfs: change test_range_bit to scan the whole range
David Sterba
2023-10-12
btrfs: add specific helper for range bit test exists
David Sterba
2023-10-12
btrfs: warn on tree blocks which are not nodesize aligned
Qu Wenruo
2023-10-12
btrfs: check-integrity: remove btrfsic_unmount() function
Qu Wenruo
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
2023-09-20
btrfs: reset destination buffer when read_extent_buffer() gets invalid range
Qu Wenruo
2023-09-13
btrfs: don't clear uptodate on write errors
Josef Bacik
2023-08-21
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
2023-08-21
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
2023-08-21
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
2023-08-21
btrfs: introduce struct to consolidate extent buffer write context
Naohiro Aota
2023-08-21
btrfs: refactor main loop in memmove_extent_buffer()
Qu Wenruo
2023-08-21
btrfs: refactor main loop in memcpy_extent_buffer()
Qu Wenruo
2023-08-21
btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()
Qu Wenruo
2023-08-21
btrfs: refactor main loop in copy_extent_buffer_full()
Qu Wenruo
2023-08-21
btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
Qu Wenruo
2023-08-21
btrfs: refactor extent buffer bitmaps operations
Qu Wenruo
2023-08-21
btrfs: don't redirty locked_page in run_delalloc_zoned
Christoph Hellwig
2023-08-21
btrfs: don't redirty pages in compress_file_range
Christoph Hellwig
2023-08-21
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
2023-08-21
btrfs: improve the delalloc_to_write calculation in writepage_delalloc
Christoph Hellwig
2023-08-21
btrfs: remove the return value from extent_write_locked_range
Christoph Hellwig
2023-08-21
btrfs: remove end_extent_writepage
Christoph Hellwig
2023-08-21
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
2023-08-21
btrfs: split page locking out of __process_pages_contig
Christoph Hellwig
2023-08-21
btrfs: move eb subpage preallocation out of the loop
Qu Wenruo
2023-08-21
btrfs: use folio_next_index() helper in extent_write_cache_pages
Minjie Du
2023-08-17
btrfs: only subtract from len_to_oe_boundary when it is tracking an extent
Chris Mason
2023-08-10
btrfs: don't wait for writeback on clean pages in extent_write_cache_pages
Christoph Hellwig
2023-08-10
btrfs: don't stop integrity writeback too early
Christoph Hellwig
[next]