summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-08-14btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo
2024-05-17btrfs: do not wait for short bulk allocationQu Wenruo
2024-04-10btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana
2024-04-10btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana
2024-04-03btrfs: fix race in read_extent_buffer_pages()Tavian Barnes
2024-04-03btrfs: fix deadlock with fiemap and extent lockingJosef Bacik
2024-03-06btrfs: fix race between ordered extent completion and fiemapFilipe Manana
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-12-08btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo
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
2023-08-21btrfs: move eb subpage preallocation out of the loopQu Wenruo
2023-08-21btrfs: use folio_next_index() helper in extent_write_cache_pagesMinjie Du
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig
2023-08-10btrfs: don't stop integrity writeback too earlyChristoph Hellwig
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete buffered writesChristoph Hellwig
2023-06-19btrfs: open code end_extent_writepage in end_bio_extent_writepageChristoph Hellwig
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig
2023-06-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig
2023-06-19btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig
2023-06-19btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig
2023-06-19btrfs: don't check PageError in __extent_writepageChristoph Hellwig
2023-06-19btrfs: don't check PageError in btrfs_verify_pageChristoph Hellwig
2023-06-19btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig
2023-06-19btrfs: factor out a btrfs_verify_page helperChristoph Hellwig
2023-06-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig