summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2025-08-13btrfs: do not set mtime/ctime to current time when unlinking for log replayFilipe Manana
2025-08-07btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()Qu Wenruo
2025-08-07btrfs: make btrfs_cleanup_ordered_extents() support large foliosQu Wenruo
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana
2025-07-22btrfs: use cached state when falling back from NOCoW write to CoW writeFilipe Manana
2025-07-22btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()Filipe Manana
2025-07-22btrfs: assert we can NOCOW the range in btrfs_truncate_block()Filipe Manana
2025-07-22btrfs: don't use token set/get accessors in inode.c:fill_inode_item()David Sterba
2025-07-21btrfs: use pgoff_t for page index variablesDavid Sterba
2025-07-21btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()Filipe Manana
2025-07-21btrfs: use inode already stored in local variable at btrfs_rmdir()Filipe Manana
2025-07-21btrfs: use folio_end() where appropriateDavid Sterba
2025-07-21btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()David Sterba
2025-07-21btrfs: use btrfs_root_id() where not done yetDavid Sterba
2025-07-21btrfs: use btrfs_is_data_reloc_root() where not done yetDavid Sterba
2025-07-21btrfs: use on-stack variable for block reserve in btrfs_truncate()David Sterba
2025-07-21btrfs: use on-stack variable for block reserve in btrfs_evict_inode()David Sterba
2025-07-21btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTALQu Wenruo
2025-07-21btrfs: make btrfs_readdir_delayed_dir_index() return a bool insteadFilipe Manana
2025-07-21btrfs: pass NULL index to btrfs_del_inode_ref() where not neededFilipe Manana
2025-07-21btrfs: free path sooner at __btrfs_unlink_inode()Filipe Manana
2025-07-21btrfs: rename err to ret in btrfs_create_common()David Sterba
2025-07-21btrfs: rename err to ret in btrfs_symlink()David Sterba
2025-07-21btrfs: rename err to ret in btrfs_link()David Sterba
2025-07-21btrfs: rename err to ret in btrfs_setattr()David Sterba
2025-07-21btrfs: rename err to ret in btrfs_init_inode_security()David Sterba
2025-07-21btrfs: rename err to ret2 in btrfs_add_link()David Sterba
2025-07-21btrfs: rename err to ret2 in btrfs_setsize()David Sterba
2025-07-21btrfs: rename btrfs_subpage structureQu Wenruo
2025-07-21btrfs: 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