index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2025-11-11
Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-11-05
btrfs: release root after error in data_reloc_print_warning_inode()
Zilin Guan
2025-11-04
Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-10-30
btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new name
Filipe Manana
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-09-30
Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: fix symbolic link reading when bs > ps
Qu Wenruo
2025-09-23
btrfs: prepare compression folio alloc/free for bs > ps cases
Qu Wenruo
2025-09-23
btrfs: introduce btrfs_bio_for_each_block() helper
Qu Wenruo
2025-09-23
btrfs: concentrate highmem handling for data verification
Qu Wenruo
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-23
btrfs: keep folios locked inside run_delalloc_nocow()
Qu Wenruo
2025-09-23
btrfs: make nocow_one_range() to do cleanup on error
Qu Wenruo
2025-09-23
btrfs: enhance error messages for delalloc range failure
Qu Wenruo
2025-09-22
btrfs: rework error handling of run_delalloc_nocow()
Qu Wenruo
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-09-22
btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
Qu Wenruo
2025-09-22
btrfs: zoned: return error from btrfs_zone_finish_endio()
Johannes Thumshirn
2025-09-22
btrfs: replace double boolean parameters of cow_file_range()
Qu Wenruo
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
2025-09-15
btrfs: initialize inode::file_extent_tree after i_mode has been set
austinchang
2025-09-13
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
2025-09-02
btrfs: fix subvolume deletion lockup caused by inodes xarray race
Omar Sandoval
2025-09-01
fs: add an icount_read helper
Josef Bacik
2025-08-22
btrfs: fix race between setting last_dir_index_offset and inode logging
Filipe Manana
2025-08-22
btrfs: simplify error handling logic for btrfs_link()
Filipe Manana
2025-08-22
btrfs: fix inode leak on failure to add link to inode
Filipe Manana
2025-08-22
btrfs: abort transaction on failure to add link to inode
Filipe Manana
2025-08-21
btrfs: move verity info pointer to fs-specific part of inode
Eric Biggers
2025-08-13
btrfs: do not set mtime/ctime to current time when unlinking for log replay
Filipe Manana
2025-08-07
btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()
Qu Wenruo
2025-08-07
btrfs: make btrfs_cleanup_ordered_extents() support large folios
Qu Wenruo
2025-07-22
btrfs: defrag: add flag to force no-compression
David Sterba
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
2025-07-22
btrfs: use cached state when falling back from NOCoW write to CoW write
Filipe Manana
2025-07-22
btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()
Filipe Manana
2025-07-22
btrfs: assert we can NOCOW the range in btrfs_truncate_block()
Filipe Manana
2025-07-22
btrfs: don't use token set/get accessors in inode.c:fill_inode_item()
David Sterba
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
2025-07-21
btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()
Filipe Manana
2025-07-21
btrfs: use inode already stored in local variable at btrfs_rmdir()
Filipe Manana
2025-07-21
btrfs: use folio_end() where appropriate
David Sterba
2025-07-21
btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()
David Sterba
2025-07-21
btrfs: use btrfs_root_id() where not done yet
David Sterba
2025-07-21
btrfs: use btrfs_is_data_reloc_root() where not done yet
David Sterba
[next]