summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-211-17/+45
|\
| * btrfs: fix deadlock with fiemap and extent lockingJosef Bacik2024-02-191-17/+45
* | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-01-101-418/+633
|\|
| * btrfs: migrate eb_bitmap_offset() to folio interfacesQu Wenruo2023-12-151-12/+10
| * btrfs: migrate various end io functions to foliosQu Wenruo2023-12-151-73/+77
| * btrfs: migrate subpage code to folio interfacesQu Wenruo2023-12-151-51/+54
| * btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosQu Wenruo2023-12-151-63/+62
| * btrfs: don't double put our subpage reference in alloc_extent_bufferJosef Bacik2023-12-151-3/+19
| * btrfs: cleanup metadata page pointer usageQu Wenruo2023-12-151-147/+172
| * btrfs: migrate extent_buffer::pages[] to folioQu Wenruo2023-12-151-52/+73
| * btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodQu Wenruo2023-12-151-39/+115
| * btrfs: fix typos found by codespellDavid Sterba2023-12-151-1/+1
| * btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-7/+6
| * btrfs: allow extent buffer helpers to skip cross-page handlingQu Wenruo2023-12-151-0/+54
| * btrfs: use memset_page instead of opencoding itJohannes Thumshirn2023-12-151-1/+1
| * btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn2023-12-151-2/+14
| * btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn2023-12-151-1/+1
| * btrfs: migrate to use folio private instead of page privateQu Wenruo2023-12-151-47/+55
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-26/+26
|\ \ | |/ |/|
| * fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-26/+26
* | btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov2023-12-061-1/+2
* | btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo2023-11-241-3/+8
|/
* btrfs: change test_range_bit to scan the whole rangeDavid Sterba2023-10-121-1/+1
* btrfs: add specific helper for range bit test existsDavid Sterba2023-10-121-4/+4
* btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo2023-10-121-0/+6
* btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo2023-10-121-1/+0
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-10/+12
* btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo2023-09-201-1/+7
* btrfs: don't clear uptodate on write errorsJosef Bacik2023-09-131-8/+1
* btrfs: zoned: defer advancing meta write pointerNaohiro Aota2023-08-211-4/+3
* btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota2023-08-211-8/+3
* btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota2023-08-211-8/+7
* btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota2023-08-211-7/+7
* btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo2023-08-211-31/+17
* btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo2023-08-211-27/+31
* btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo2023-08-211-1/+1
* btrfs: refactor main loop in copy_extent_buffer_full()Qu Wenruo2023-08-211-14/+9
* btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo2023-08-211-22/+0
* btrfs: refactor extent buffer bitmaps operationsQu Wenruo2023-08-211-72/+65
* btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig2023-08-211-3/+4
* btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig2023-08-211-24/+5
* btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig2023-08-211-16/+14
* btrfs: improve the delalloc_to_write calculation in writepage_delallocChristoph Hellwig2023-08-211-15/+14
* btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig2023-08-211-10/+3
* btrfs: remove end_extent_writepageChristoph Hellwig2023-08-211-29/+15
* btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig2023-08-211-9/+8
* btrfs: split page locking out of __process_pages_contigChristoph Hellwig2023-08-211-92/+59
* btrfs: move eb subpage preallocation out of the loopQu Wenruo2023-08-211-23/+18
* btrfs: use folio_next_index() helper in extent_write_cache_pagesMinjie Du2023-08-211-1/+1
* btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason2023-08-171-1/+24