index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
btrfs: release path before initializing extent tree in btrfs_read_locked_inode()
Filipe Manana
1
-5
/
+14
2026-01-02
btrfs: fix a potential path leak in print_data_reloc_error()
Qu Wenruo
1
-0
/
+1
2025-11-11
Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+3
2025-11-05
btrfs: release root after error in data_reloc_print_warning_inode()
Zilin Guan
1
-1
/
+3
2025-11-04
Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2025-10-30
btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new name
Filipe Manana
1
-1
/
+0
2025-10-03
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-09-30
Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-241
/
+267
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+4
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-49
/
+49
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
1
-6
/
+6
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-5
/
+5
2025-09-23
btrfs: fix symbolic link reading when bs > ps
Qu Wenruo
1
-1
/
+1
2025-09-23
btrfs: prepare compression folio alloc/free for bs > ps cases
Qu Wenruo
1
-7
/
+9
2025-09-23
btrfs: introduce btrfs_bio_for_each_block() helper
Qu Wenruo
1
-11
/
+15
2025-09-23
btrfs: concentrate highmem handling for data verification
Qu Wenruo
1
-14
/
+33
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-5
/
+5
2025-09-23
btrfs: keep folios locked inside run_delalloc_nocow()
Qu Wenruo
1
-51
/
+22
2025-09-23
btrfs: make nocow_one_range() to do cleanup on error
Qu Wenruo
1
-21
/
+39
2025-09-23
btrfs: enhance error messages for delalloc range failure
Qu Wenruo
1
-11
/
+18
2025-09-22
btrfs: rework error handling of run_delalloc_nocow()
Qu Wenruo
1
-59
/
+61
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-1
/
+1
2025-09-22
btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
Qu Wenruo
1
-1
/
+1
2025-09-22
btrfs: zoned: return error from btrfs_zone_finish_endio()
Johannes Thumshirn
1
-3
/
+4
2025-09-22
btrfs: replace double boolean parameters of cow_file_range()
Qu Wenruo
1
-15
/
+17
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-15
btrfs: initialize inode::file_extent_tree after i_mode has been set
austinchang
1
-6
/
+5
2025-09-14
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
1
-2
/
+2
2025-09-02
btrfs: fix subvolume deletion lockup caused by inodes xarray race
Omar Sandoval
1
-1
/
+11
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-1
/
+1
2025-08-22
btrfs: fix race between setting last_dir_index_offset and inode logging
Filipe Manana
1
-0
/
+1
2025-08-22
btrfs: simplify error handling logic for btrfs_link()
Filipe Manana
1
-26
/
+19
2025-08-22
btrfs: fix inode leak on failure to add link to inode
Filipe Manana
1
-0
/
+2
2025-08-22
btrfs: abort transaction on failure to add link to inode
Filipe Manana
1
-2
/
+6
2025-08-21
btrfs: move verity info pointer to fs-specific part of inode
Eric Biggers
1
-0
/
+3
2025-08-13
btrfs: do not set mtime/ctime to current time when unlinking for log replay
Filipe Manana
1
-10
/
+19
2025-08-07
btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()
Qu Wenruo
1
-1
/
+1
2025-08-07
btrfs: make btrfs_cleanup_ordered_extents() support large folios
Qu Wenruo
1
-2
/
+4
2025-07-22
btrfs: defrag: add flag to force no-compression
David Sterba
1
-4
/
+7
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
1
-2
/
+2
2025-07-22
btrfs: use cached state when falling back from NOCoW write to CoW write
Filipe Manana
1
-1
/
+2
2025-07-22
btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()
Filipe Manana
1
-2
/
+3
2025-07-22
btrfs: assert we can NOCOW the range in btrfs_truncate_block()
Filipe Manana
1
-2
/
+5
2025-07-22
btrfs: don't use token set/get accessors in inode.c:fill_inode_item()
David Sterba
1
-35
/
+25
2025-07-22
btrfs: use pgoff_t for page index variables
David Sterba
1
-5
/
+4
2025-07-22
btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()
Filipe Manana
1
-15
/
+16
2025-07-22
btrfs: use inode already stored in local variable at btrfs_rmdir()
Filipe Manana
1
-2
/
+1
2025-07-22
btrfs: use folio_end() where appropriate
David Sterba
1
-6
/
+4
2025-07-22
btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()
David Sterba
1
-2
/
+2
[next]