summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
9 daysbtrfs: defrag: add flag to force no-compressionDavid Sterba
9 daysbtrfs: remove btrfs_clear_extent_bits()Filipe Manana
9 daysbtrfs: use cached state when falling back from NOCoW write to CoW writeFilipe Manana
9 daysbtrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()Filipe Manana
9 daysbtrfs: assert we can NOCOW the range in btrfs_truncate_block()Filipe Manana
9 daysbtrfs: don't use token set/get accessors in inode.c:fill_inode_item()David Sterba
9 daysbtrfs: use pgoff_t for page index variablesDavid Sterba
9 daysbtrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()Filipe Manana
9 daysbtrfs: use inode already stored in local variable at btrfs_rmdir()Filipe Manana
9 daysbtrfs: use folio_end() where appropriateDavid Sterba
9 daysbtrfs: simplify range end calculations in truncate_block_zero_beyond_eof()David Sterba
9 daysbtrfs: use btrfs_root_id() where not done yetDavid Sterba
9 daysbtrfs: use btrfs_is_data_reloc_root() where not done yetDavid Sterba
9 daysbtrfs: use on-stack variable for block reserve in btrfs_truncate()David Sterba
9 daysbtrfs: use on-stack variable for block reserve in btrfs_evict_inode()David Sterba
9 daysbtrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTALQu Wenruo
9 daysbtrfs: make btrfs_readdir_delayed_dir_index() return a bool insteadFilipe Manana
9 daysbtrfs: pass NULL index to btrfs_del_inode_ref() where not neededFilipe Manana
9 daysbtrfs: free path sooner at __btrfs_unlink_inode()Filipe Manana
9 daysbtrfs: rename err to ret in btrfs_create_common()David Sterba
9 daysbtrfs: rename err to ret in btrfs_symlink()David Sterba
9 daysbtrfs: rename err to ret in btrfs_link()David Sterba
9 daysbtrfs: rename err to ret in btrfs_setattr()David Sterba
9 daysbtrfs: rename err to ret in btrfs_init_inode_security()David Sterba
9 daysbtrfs: rename err to ret2 in btrfs_add_link()David Sterba
9 daysbtrfs: rename err to ret2 in btrfs_setsize()David Sterba
9 daysbtrfs: rename btrfs_subpage structureQu Wenruo
9 daysbtrfs: unfold transaction aborts at btrfs_create_new_inode()Filipe Manana
2025-06-27btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana
2025-06-27btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana
2025-06-19btrfs: fix a race between renames and directory loggingFilipe Manana
2025-06-19btrfs: include root in error message when unlinking inodeFilipe Manana
2025-05-15btrfs: return real error from __filemap_get_folio() callsFilipe Manana
2025-05-15btrfs: fix invalid data space release when truncating block in NOCOW modeFilipe Manana
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()Filipe Manana
2025-05-15btrfs: handle aligned EOF truncation correctly for subpage casesQu Wenruo
2025-05-15btrfs: handle unaligned EOF truncation correctly for subpage casesQu Wenruo
2025-05-15btrfs: pass struct btrfs_inode to btrfs_free_reserved_data_space_noquota()Naohiro Aota
2025-05-15btrfs: reformat comments in acls_after_inode_item()David Sterba
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba
2025-05-15btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba
2025-05-15btrfs: move kmapping out of btrfs_check_sector_csum()Christoph Hellwig
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana
2025-05-15btrfs: rename the functions to count, test and get bit ranges in io treesFilipe Manana
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana