summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: rename __lock_extent() and __try_lock_extent()Filipe Manana
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()David Sterba
2025-05-15btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-05-15btrfs: use clear_extent_bits() instead of clear_extent_bit() where possibleFilipe Manana
2025-05-15btrfs: allow folios to be released while ordered extent is finishingFilipe Manana
2025-05-15btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_treeFilipe Manana
2025-05-15btrfs: move block perfect compression out of experimental featuresQu Wenruo
2025-05-14Merge tag 'for-6.15-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-12btrfs: fix folio leak in submit_one_async_extent()Boris Burkov
2025-04-30Merge tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-23btrfs: fix the inode leak in btrfs_iget()Penglei Jiang
2025-04-23btrfs: fix COW handling in run_delalloc_nocow()Dave Chen
2025-03-27Merge tag 'for-6.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-18btrfs: prepare btrfs_launcher_folio() for large folios supportQu Wenruo
2025-03-18btrfs: subpage: make btrfs_is_subpage() check against a folioQu Wenruo
2025-03-18btrfs: add extra warning if delayed iput is added when it's not allowedQu Wenruo
2025-03-18btrfs: make btrfs_iget_path() return a btrfs inode insteadFilipe Manana
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana
2025-03-18btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek
2025-03-18btrfs: reject out-of-band dirty folios during writebackQu Wenruo
2025-03-18btrfs: unify inode variable namingDavid Sterba
2025-03-18btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()David Sterba
2025-03-18btrfs: properly limit inline data extent according to block sizeQu Wenruo
2025-03-18btrfs: allow inline data extents creation if block size < page sizeQu Wenruo
2025-03-18btrfs: fix the qgroup data free range for inline data extentsQu Wenruo
2025-03-18btrfs: prevent inline data extents read from touching blocks beyond its rangeQu Wenruo
2025-03-18btrfs: pass struct btrfs_inode to btrfs_inode_inherit_props()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to btrfs_load_inode_props()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to btrfs_fill_inode()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to btrfs_inode_type()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to new_simple_dir()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to btrfs_iget_locked()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to btrfs_read_locked_inode()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to extent_range_clear_dirty_for_io()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to can_nocow_extent()David Sterba
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-03-18btrfs: zstd: enable negative compression levels mount optionDaniel Vacek
2025-03-18btrfs: move ordered extent cleanup to where they are allocatedQu Wenruo
2025-03-18btrfs: factor out nocow ordered extent and extent map generation into a helperQu Wenruo
2025-03-18btrfs: expose per-inode stable writes flagQu Wenruo
2025-03-17btrfs: update some folio related commentsMatthew Wilcox (Oracle)
2025-03-17btrfs: keep private struct on stack for sync reads in btrfs_encoded_read_regu...Daniel Vacek
2025-03-07Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds