summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-05btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: fix symbolic link reading when bs > psQu Wenruo
2025-09-23btrfs: prepare compression folio alloc/free for bs > ps casesQu Wenruo
2025-09-23btrfs: introduce btrfs_bio_for_each_block() helperQu Wenruo
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-23btrfs: keep folios locked inside run_delalloc_nocow()Qu Wenruo
2025-09-23btrfs: make nocow_one_range() to do cleanup on errorQu Wenruo
2025-09-23btrfs: enhance error messages for delalloc range failureQu Wenruo
2025-09-22btrfs: rework error handling of run_delalloc_nocow()Qu Wenruo
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-09-22btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()Qu Wenruo
2025-09-22btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn
2025-09-22btrfs: replace double boolean parameters of cow_file_range()Qu Wenruo
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-15btrfs: initialize inode::file_extent_tree after i_mode has been setaustinchang
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand
2025-09-02btrfs: fix subvolume deletion lockup caused by inodes xarray raceOmar Sandoval
2025-09-01fs: add an icount_read helperJosef Bacik
2025-08-22btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana
2025-08-22btrfs: simplify error handling logic for btrfs_link()Filipe Manana
2025-08-22btrfs: fix inode leak on failure to add link to inodeFilipe Manana
2025-08-22btrfs: abort transaction on failure to add link to inodeFilipe Manana
2025-08-21btrfs: move verity info pointer to fs-specific part of inodeEric Biggers
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