summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)10 days1-1/+1
* btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik10 days1-1/+2
* btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik10 days1-3/+2
* btrfs: make try_release_extent_mapping() return a boolFilipe Manana10 days1-8/+9
* btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana10 days1-59/+61
* btrfs: remove i_size restriction at try_release_extent_mapping()Filipe Manana10 days1-2/+1
* btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Filipe Manana10 days1-6/+1
* btrfs: rename some variables at try_release_extent_mapping()Filipe Manana10 days1-12/+12
* btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana10 days1-1/+1
* btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik10 days1-2/+8
* btrfs: introduce btrfs_alloc_folio_array()Qu Wenruo10 days1-0/+31
* btrfs: warn if EXTENT_BUFFER_UPTODATE is set while readingTavian Barnes10 days1-0/+7
* btrfs: add helper to clear EXTENT_BUFFER_READINGTavian Barnes10 days1-6/+9
* btrfs: remove pointless writepages callback wrapperFilipe Manana10 days1-2/+1
* btrfs: remove pointless readahead callback wrapperFilipe Manana10 days1-1/+1
* btrfs: do not wait for short bulk allocationQu Wenruo2024-04-091-14/+4
* btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota2024-04-091-0/+1
* btrfs: zoned: do not flag ZEROOUT on non-dirty extent bufferNaohiro Aota2024-04-091-1/+1
* 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