summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-03-261-0/+13
* btrfs: reuse cloned extent buffer during fiemap to avoid re-allocationsFilipe Manana2024-03-051-8/+24
* btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana2024-03-051-61/+160
* btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou2024-03-051-2/+2
* btrfs: pass a valid extent map cache pointer to __get_extent_map()David Sterba2024-03-051-3/+10
* btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_readDavid Sterba2024-03-041-5/+4
* btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-03-041-6/+6
* btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba2024-03-041-8/+8
* btrfs: add helpers to get inode from page/folio pointersDavid Sterba2024-03-041-4/+4
* btrfs: remove unused included headersDavid Sterba2024-03-041-2/+0
* btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba2024-03-041-2/+2
* btrfs: add set_folio_extent_mapped() helperMatthew Wilcox (Oracle)2024-03-041-4/+8
* btrfs: WARN_ON_ONCE() in our leak detection codeJosef Bacik2024-03-041-0/+1
* btrfs: cache folio size and shift in extent_bufferQu Wenruo2024-03-041-17/+21
* btrfs: remove unused variable bio_offset from end_bbio_data_read()Qu Wenruo2024-03-041-9/+0
* btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo2024-03-041-6/+4
* Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-011-20/+104
|\
| * btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2024-02-291-13/+8
| * btrfs: fix race between ordered extent completion and fiemapFilipe Manana2024-02-291-7/+96
* | 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