aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-19btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-06-19btrfs: include root in error message when unlinking inodeFilipe Manana1-3/+3
2025-05-15btrfs: return real error from __filemap_get_folio() callsFilipe Manana1-1/+1
2025-05-15btrfs: fix invalid data space release when truncating block in NOCOW modeFilipe Manana1-2/+5
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()Filipe Manana1-5/+5
2025-05-15btrfs: handle aligned EOF truncation correctly for subpage casesQu Wenruo1-1/+54
2025-05-15btrfs: handle unaligned EOF truncation correctly for subpage casesQu Wenruo1-27/+80
2025-05-15btrfs: pass struct btrfs_inode to btrfs_free_reserved_data_space_noquota()Naohiro Aota1-2/+2
2025-05-15btrfs: reformat comments in acls_after_inode_item()David Sterba1-14/+23
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba1-7/+7
2025-05-15btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba1-6/+6
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba1-3/+3
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba1-4/+2
2025-05-15btrfs: move kmapping out of btrfs_check_sector_csum()Christoph Hellwig1-10/+10
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana1-6/+6
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana1-24/+24
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana1-7/+7
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana1-3/+3
2025-05-15btrfs: rename the functions to count, test and get bit ranges in io treesFilipe Manana1-6/+7
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana1-2/+3
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana1-7/+7
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-21/+22
2025-05-15btrfs: rename __lock_extent() and __try_lock_extent()Filipe Manana1-3/+3
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana1-42/+42
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()David Sterba1-18/+13
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()David Sterba1-22/+15
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()David Sterba1-9/+7
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()David Sterba1-7/+5
2025-05-15btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-18/+9
2025-05-15btrfs: use clear_extent_bits() instead of clear_extent_bit() where possibleFilipe Manana1-2/+1
2025-05-15btrfs: allow folios to be released while ordered extent is finishingFilipe Manana1-2/+4
2025-05-15btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_treeFilipe Manana1-12/+10
2025-05-15btrfs: move block perfect compression out of experimental featuresQu Wenruo1-15/+0
2025-05-14Merge tag 'for-6.15-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+7
2025-05-12btrfs: fix folio leak in submit_one_async_extent()Boris Burkov1-0/+7
2025-04-30Merge tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+8
2025-04-23btrfs: fix the inode leak in btrfs_iget()Penglei Jiang1-1/+3
2025-04-23btrfs: fix COW handling in run_delalloc_nocow()Dave Chen1-4/+5
2025-03-27Merge tag 'for-6.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-273/+316
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+4
2025-03-18btrfs: prepare btrfs_launcher_folio() for large folios supportQu Wenruo1-1/+1
2025-03-18btrfs: subpage: make btrfs_is_subpage() check against a folioQu Wenruo1-1/+1
2025-03-18btrfs: add extra warning if delayed iput is added when it's not allowedQu Wenruo1-0/+1
2025-03-18btrfs: make btrfs_iget_path() return a btrfs inode insteadFilipe Manana1-4/+4
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana1-28/+28
2025-03-18btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek1-3/+6
2025-03-18btrfs: reject out-of-band dirty folios during writebackQu Wenruo1-0/+15
2025-03-18btrfs: unify inode variable namingDavid Sterba1-15/+13
2025-03-18btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()David Sterba1-2/+2
2025-03-18btrfs: properly limit inline data extent according to block sizeQu Wenruo1-1/+10