summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-05-15btrfs: prepare prepare_one_folio() for large data foliosQu Wenruo1-2/+0
2025-05-15btrfs: prepare btrfs_page_mkwrite() for large data foliosQu Wenruo1-3/+1
2025-05-15btrfs: send: prepare put_file_data() for large data foliosQu Wenruo1-14/+11
2025-05-15btrfs: send: remove the again label inside put_file_data()Qu Wenruo1-2/+1
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref()David Sterba1-6/+5
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()David Sterba1-14/+6
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()David Sterba1-18/+13
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()David Sterba1-22/+15
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()David Sterba1-9/+7
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()David Sterba1-7/+5
2025-05-15btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba6-28/+15
2025-05-15btrfs: remove redundant record start offset check at test_range_bit()Filipe Manana1-3/+1
2025-05-15btrfs: simplify last record detection at test_range_bit()Filipe Manana1-9/+4
2025-05-15btrfs: remove redundant check at find_first_extent_bit_state()Filipe Manana1-1/+1
2025-05-15btrfs: fix documentation for tree_search_for_insert()Filipe Manana1-8/+14
2025-05-15btrfs: simplify last record detection at test_range_bit_exists()Filipe Manana1-5/+3
2025-05-15btrfs: use clear_extent_bits() instead of clear_extent_bit() where possibleFilipe Manana3-17/+15
2025-05-15btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()Filipe Manana1-4/+3
2025-05-15btrfs: use clear_extent_bit() at try_release_extent_state()Filipe Manana1-1/+1
2025-05-15btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()Qu Wenruo1-1/+17
2025-05-15btrfs: use rb_entry_safe() where possible to simplify codeDavid Sterba5-42/+15
2025-05-15btrfs: pass a pointer to get_range_bits() to cache first search resultFilipe Manana3-9/+26
2025-05-15btrfs: allow folios to be released while ordered extent is finishingFilipe Manana4-26/+60
2025-05-15btrfs: update comment for try_release_extent_state()Filipe Manana1-3/+3
2025-05-15btrfs: prepare btrfs_punch_hole_lock_range() for large data foliosQu Wenruo1-11/+56
2025-05-15btrfs: prepare btrfs_buffered_write() for large data foliosQu Wenruo1-3/+30
2025-05-15btrfs: refactor how we handle reserved space inside copy_one_range()Qu Wenruo3-41/+83
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana3-6/+4
2025-05-15btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io treeFilipe Manana1-2/+1
2025-05-15btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_treeFilipe Manana4-30/+14
2025-05-15btrfs: fix fsync of files with no hard links not persisting deletionFilipe Manana1-8/+16
2025-05-15btrfs: fix typo in space info explanationMark Harmstone1-2/+2
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_IN_TREEDaniel Vacek2-13/+6
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_CORRUPTDaniel Vacek3-16/+2
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_READAHEADDaniel Vacek1-2/+0
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_READ_ERRDaniel Vacek2-7/+2
2025-05-15btrfs: factor out the main loop of btrfs_buffered_write() into a helperQu Wenruo1-142/+144
2025-05-15btrfs: factor out space reservation code from btrfs_buffered_write()Qu Wenruo1-45/+59
2025-05-15btrfs: cleanup the reserved space inside loop of btrfs_buffered_write()Qu Wenruo1-17/+28
2025-05-15btrfs: remove force_page_uptodate variable from btrfs_buffered_write()Qu Wenruo1-13/+6
2025-05-15btrfs: move block perfect compression out of experimental featuresQu Wenruo1-15/+0
2025-05-14Merge tag 'for-6.15-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-2/+27
2025-05-12btrfs: add back warning for mount option commit values exceeding 300Kyoji Ogasawara2-0/+5
2025-05-12btrfs: fix folio leak in submit_one_async_extent()Boris Burkov1-0/+7
2025-05-12btrfs: fix discard worker infinite loop after disabling discardFilipe Manana1-2/+15
2025-05-07btrfs: use bdev_rw_virt in scrub_one_superChristoph Hellwig1-8/+2
2025-05-06Merge tag 'for-6.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-95/+8
2025-05-02btrfs: open code folio_index() in btree_clear_folio_dirty_tag()Kairui Song1-2/+2
2025-05-02Revert "btrfs: canonicalize the device path before adding it"Qu Wenruo1-90/+1
2025-05-02btrfs: avoid NULL pointer dereference if no valid csum treeQu Wenruo1-2/+2