aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana1-1/+0
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-241/+267
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-49/+49
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba1-6/+6
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-5/+5
2025-09-23btrfs: fix symbolic link reading when bs > psQu Wenruo1-1/+1
2025-09-23btrfs: prepare compression folio alloc/free for bs > ps casesQu Wenruo1-7/+9
2025-09-23btrfs: introduce btrfs_bio_for_each_block() helperQu Wenruo1-11/+15
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo1-14/+33
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-5/+5
2025-09-23btrfs: keep folios locked inside run_delalloc_nocow()Qu Wenruo1-51/+22
2025-09-23btrfs: make nocow_one_range() to do cleanup on errorQu Wenruo1-21/+39
2025-09-23btrfs: enhance error messages for delalloc range failureQu Wenruo1-11/+18
2025-09-22btrfs: rework error handling of run_delalloc_nocow()Qu Wenruo1-59/+61
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-1/+1
2025-09-22btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()Qu Wenruo1-1/+1
2025-09-22btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn1-3/+4
2025-09-22btrfs: replace double boolean parameters of cow_file_range()Qu Wenruo1-15/+17
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-15btrfs: initialize inode::file_extent_tree after i_mode has been setaustinchang1-6/+5
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand1-2/+2
2025-09-02btrfs: fix subvolume deletion lockup caused by inodes xarray raceOmar Sandoval1-1/+11
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-08-22btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana1-0/+1
2025-08-22btrfs: simplify error handling logic for btrfs_link()Filipe Manana1-26/+19
2025-08-22btrfs: fix inode leak on failure to add link to inodeFilipe Manana1-0/+2
2025-08-22btrfs: abort transaction on failure to add link to inodeFilipe Manana1-2/+6
2025-08-21btrfs: move verity info pointer to fs-specific part of inodeEric Biggers1-0/+3
2025-08-13btrfs: do not set mtime/ctime to current time when unlinking for log replayFilipe Manana1-10/+19
2025-08-07btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()Qu Wenruo1-1/+1
2025-08-07btrfs: make btrfs_cleanup_ordered_extents() support large foliosQu Wenruo1-2/+4
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba1-4/+7
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana1-2/+2
2025-07-22btrfs: use cached state when falling back from NOCoW write to CoW writeFilipe Manana1-1/+2
2025-07-22btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()Filipe Manana1-2/+3
2025-07-22btrfs: assert we can NOCOW the range in btrfs_truncate_block()Filipe Manana1-2/+5
2025-07-22btrfs: don't use token set/get accessors in inode.c:fill_inode_item()David Sterba1-35/+25
2025-07-21btrfs: use pgoff_t for page index variablesDavid Sterba1-5/+4
2025-07-21btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()Filipe Manana1-15/+16
2025-07-21btrfs: use inode already stored in local variable at btrfs_rmdir()Filipe Manana1-2/+1
2025-07-21btrfs: use folio_end() where appropriateDavid Sterba1-6/+4
2025-07-21btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()David Sterba1-2/+2
2025-07-21btrfs: use btrfs_root_id() where not done yetDavid Sterba1-2/+2
2025-07-21btrfs: use btrfs_is_data_reloc_root() where not done yetDavid Sterba1-1/+1
2025-07-21btrfs: use on-stack variable for block reserve in btrfs_truncate()David Sterba1-12/+10
2025-07-21btrfs: use on-stack variable for block reserve in btrfs_evict_inode()David Sterba1-13/+12