index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-02
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-13
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-21
btrfs: use pgoff_t for page index variables
David Sterba
1
-5
/
+4
2025-07-21
btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()
Filipe Manana
1
-15
/
+16
2025-07-21
btrfs: use inode already stored in local variable at btrfs_rmdir()
Filipe Manana
1
-2
/
+1
2025-07-21
btrfs: use folio_end() where appropriate
David Sterba
1
-6
/
+4
2025-07-21
btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()
David Sterba
1
-2
/
+2
2025-07-21
btrfs: use btrfs_root_id() where not done yet
David Sterba
1
-2
/
+2
2025-07-21
btrfs: use btrfs_is_data_reloc_root() where not done yet
David Sterba
1
-1
/
+1
2025-07-21
btrfs: use on-stack variable for block reserve in btrfs_truncate()
David Sterba
1
-12
/
+10
2025-07-21
btrfs: use on-stack variable for block reserve in btrfs_evict_inode()
David Sterba
1
-13
/
+12
[next]