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