summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana
2025-07-10btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana
2025-07-06btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota
2025-07-06btrfs: do proper folio cleanup when cow_file_range() failedQu Wenruo
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana
2025-07-06btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba
2025-07-06btrfs: factor out nocow ordered extent and extent map generation into a helperQu Wenruo
2025-06-19btrfs: fix invalid data space release when truncating block in NOCOW modeFilipe Manana
2025-05-22btrfs: fix folio leak in submit_one_async_extent()Boris Burkov
2025-05-09btrfs: fix COW handling in run_delalloc_nocow()Dave Chen
2025-02-27btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo
2025-02-17btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2025-02-17Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den
2025-02-08btrfs: do proper folio cleanup when run_delalloc_nocow() failedQu Wenruo
2025-01-17fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2025-01-09btrfs: allow swap activation to be interruptibleFilipe Manana
2025-01-02btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana
2025-01-02btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2025-01-02btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana
2024-12-14btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana
2024-12-09btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn
2024-12-09btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone
2024-12-09btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone
2024-12-09btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...David Sterba
2024-11-08Merge tag 'for-6.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-07btrfs: fix the length of reserved qgroup to freeHaisu Wang
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-22btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing
2024-10-04Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01btrfs: also add stripe entries for NOCOW writesJohannes Thumshirn
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_extent_mapping() to take a folioLi Zetao
2024-09-10btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao
2024-09-10btrfs: drop transaction parameter from btrfs_add_inode_defrag()David Sterba
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba
2024-09-10btrfs: add comment about locking in cow_file_range_inline()Boris Burkov
2024-09-10btrfs: convert extent_range_clear_dirty_for_io() to use a folioJosef Bacik
2024-09-10btrfs: convert insert_inline_extent() to use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_set_range_writeback() to use a folioJosef Bacik
2024-09-10btrfs: convert wait_subpage_spinlock() to only use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik
2024-09-10btrfs: convert read_inline_extent() to use a folioJosef Bacik
2024-09-10btrfs: convert uncompress_inline() to take a folioJosef Bacik
2024-09-10btrfs: convert struct btrfs_writepage_fixup to use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik
2024-09-10btrfs: convert btrfs_writepage_fixup_worker() to use a folioJosef Bacik
2024-09-10btrfs: convert submit_uncompressed_range() to take a folioJosef Bacik
2024-09-10btrfs: convert struct async_chunk to hold a folioJosef Bacik