summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
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
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: allow extent buffer helpers to skip cross-page handlingQu Wenruo
2023-12-15btrfs: use memset_page instead of opencoding itJohannes Thumshirn
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn
2023-12-15btrfs: migrate to use folio private instead of page privateQu Wenruo
2023-12-06btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-11-24btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba
2023-10-12btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-09-20btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-09-13btrfs: don't clear uptodate on write errorsJosef Bacik
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota
2023-08-21btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo
2023-08-21btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo
2023-08-21btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo
2023-08-21btrfs: refactor main loop in copy_extent_buffer_full()Qu Wenruo
2023-08-21btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo
2023-08-21btrfs: refactor extent buffer bitmaps operationsQu Wenruo
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig
2023-08-21btrfs: improve the delalloc_to_write calculation in writepage_delallocChristoph Hellwig
2023-08-21btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig
2023-08-21btrfs: remove end_extent_writepageChristoph Hellwig
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig
2023-08-21btrfs: split page locking out of __process_pages_contigChristoph Hellwig