summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-16btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-7/+6
2023-12-15btrfs: allow extent buffer helpers to skip cross-page handlingQu Wenruo1-0/+54
2023-12-15btrfs: use memset_page instead of opencoding itJohannes Thumshirn1-1/+1
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn1-2/+14
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn1-1/+1
2023-12-15btrfs: migrate to use folio private instead of page privateQu Wenruo1-47/+55
2023-12-07btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov1-1/+2
2023-11-24btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo1-3/+8
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-26/+26
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba1-1/+1
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba1-4/+4
2023-10-12btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo1-0/+6
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo1-1/+0
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba1-10/+12
2023-09-20btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-09-13btrfs: don't clear uptodate on write errorsJosef Bacik1-8/+1
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota1-4/+3
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota1-8/+3
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota1-8/+7
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota1-7/+7
2023-08-21btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo1-31/+17
2023-08-21btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo1-27/+31
2023-08-21btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo1-1/+1