summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)1-1/+1
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik1-1/+2
2024-05-07btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik1-3/+2
2024-05-07btrfs: make try_release_extent_mapping() return a boolFilipe Manana1-8/+9
2024-05-07btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana1-59/+61
2024-05-07btrfs: remove i_size restriction at try_release_extent_mapping()Filipe Manana1-2/+1
2024-05-07btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Filipe Manana1-6/+1
2024-05-07btrfs: rename some variables at try_release_extent_mapping()Filipe Manana1-12/+12
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana1-1/+1
2024-05-07btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik1-2/+8
2024-05-07btrfs: introduce btrfs_alloc_folio_array()Qu Wenruo1-0/+31
2024-05-07btrfs: warn if EXTENT_BUFFER_UPTODATE is set while readingTavian Barnes1-0/+7
2024-05-07btrfs: add helper to clear EXTENT_BUFFER_READINGTavian Barnes1-6/+9
2024-05-07btrfs: remove pointless writepages callback wrapperFilipe Manana1-2/+1
2024-05-07btrfs: remove pointless readahead callback wrapperFilipe Manana1-1/+1
2024-04-10btrfs: do not wait for short bulk allocationQu Wenruo1-14/+4
2024-04-10btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota1-0/+1
2024-04-10btrfs: zoned: do not flag ZEROOUT on non-dirty extent bufferNaohiro Aota1-1/+1
2024-03-26btrfs: fix race in read_extent_buffer_pages()Tavian Barnes1-0/+13
2024-03-05btrfs: reuse cloned extent buffer during fiemap to avoid re-allocationsFilipe Manana1-8/+24
2024-03-05btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana1-61/+160
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou1-2/+2
2024-03-05btrfs: pass a valid extent map cache pointer to __get_extent_map()David Sterba1-3/+10
2024-03-04btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_readDavid Sterba1-5/+4
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba1-6/+6
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba1-8/+8
2024-03-04btrfs: add helpers to get inode from page/folio pointersDavid Sterba1-4/+4
2024-03-04btrfs: remove unused included headersDavid Sterba1-2/+0
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-2/+2
2024-03-04btrfs: add set_folio_extent_mapped() helperMatthew Wilcox (Oracle)1-4/+8
2024-03-04btrfs: WARN_ON_ONCE() in our leak detection codeJosef Bacik1-0/+1
2024-03-04btrfs: cache folio size and shift in extent_bufferQu Wenruo1-17/+21
2024-03-04btrfs: remove unused variable bio_offset from end_bbio_data_read()Qu Wenruo1-9/+0
2024-03-04btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo1-6/+4
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-20/+104
2024-03-01btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana1-13/+8
2024-03-01btrfs: fix race between ordered extent completion and fiemapFilipe Manana1-7/+96
2024-02-21Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+45
2024-02-19btrfs: fix deadlock with fiemap and extent lockingJosef Bacik1-17/+45
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-418/+633
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-26/+26
2023-12-16btrfs: migrate eb_bitmap_offset() to folio interfacesQu Wenruo1-12/+10
2023-12-16btrfs: migrate various end io functions to foliosQu Wenruo1-73/+77
2023-12-16btrfs: migrate subpage code to folio interfacesQu Wenruo1-51/+54
2023-12-16btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosQu Wenruo1-63/+62
2023-12-16btrfs: don't double put our subpage reference in alloc_extent_bufferJosef Bacik1-3/+19
2023-12-16btrfs: cleanup metadata page pointer usageQu Wenruo1-147/+172
2023-12-16btrfs: migrate extent_buffer::pages[] to folioQu Wenruo1-52/+73
2023-12-16btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodQu Wenruo1-39/+115
2023-12-16btrfs: fix typos found by codespellDavid Sterba1-1/+1