summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
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
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-26btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm, swap: clean up device availability checkKairui Song
2025-01-13btrfs: remove the unused locked_folio parameter from btrfs_cleanup_ordered_ex...Qu Wenruo
2025-01-13btrfs: add extra error messages for delalloc range related errorsQu Wenruo
2025-01-13btrfs: do proper folio cleanup when run_delalloc_nocow() failedQu Wenruo
2025-01-13btrfs: do proper folio cleanup when cow_file_range() failedQu Wenruo
2025-01-13btrfs: fix error handling of submit_uncompressed_range()Qu Wenruo
2025-01-13btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo
2025-01-13btrfs: inode: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: uncollapse transaction aborts during renamesFilipe Manana
2025-01-13btrfs: simplify arguments for btrfs_cross_ref_exist()Filipe Manana
2025-01-13btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana
2025-01-13btrfs: drop fs_info argument from btrfs_update_space_info_*()Naohiro Aota
2024-12-29Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-23btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2024-12-23btrfs: allow swap activation to be interruptibleFilipe Manana
2024-12-23btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana
2024-12-23btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana
2024-12-23btrfs: fix use-after-free waiting for encoded read endiosJohannes Thumshirn
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-03btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-28btrfs: fix deadlock between transaction commits and extent locksFilipe Manana
2024-11-28btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds