index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-01
btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
Yue Haibing
1
-5
/
+2
2024-08-15
btrfs: update target inode's ctime on unlink
Jeff Layton
1
-0
/
+1
2024-08-07
Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+10
2024-08-01
btrfs: fix qgroup reserve leaks in cow_file_range
Boris Burkov
1
-0
/
+3
2024-08-01
btrfs: implement launder_folio for clearing dirty page reserve
Boris Burkov
1
-0
/
+7
2024-07-30
Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+11
2024-07-30
btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
David Sterba
1
-1
/
+1
2024-07-29
btrfs: make cow_file_range_inline() honor locked_page on error
Boris Burkov
1
-6
/
+10
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-1143
/
+316
2024-07-15
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2024-07-11
btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()
Qu Wenruo
1
-6
/
+20
2024-07-11
btrfs: move extent_range_clear_dirty_for_io() into inode.c
Qu Wenruo
1
-0
/
+15
2024-07-11
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: fix the ram_bytes assignment for truncated ordered extents
Qu Wenruo
1
-3
/
+1
2024-07-11
btrfs: move the direct IO code into its own file
Filipe Manana
1
-770
/
+14
2024-07-11
btrfs: pass a btrfs_inode to btrfs_compress_heuristic()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
1
-3
/
+3
2024-07-11
btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: remove super block argument from btrfs_iget_locked()
Filipe Manana
1
-4
/
+3
2024-07-11
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
1
-4
/
+4
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
1
-7
/
+6
2024-07-11
btrfs: remove pointless code when creating and deleting a subvolume
Filipe Manana
1
-5
/
+0
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()
Qu Wenruo
1
-14
/
+7
2024-07-11
btrfs: cleanup duplicated parameters related to create_io_em()
Qu Wenruo
1
-41
/
+14
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
Qu Wenruo
1
-44
/
+10
2024-07-11
btrfs: cleanup duplicated parameters related to can_nocow_file_extent_args
Qu Wenruo
1
-48
/
+37
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
1
-36
/
+43
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
1
-25
/
+11
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-25
/
+12
2024-07-11
btrfs: introduce new members for extent_map
Qu Wenruo
1
-6
/
+51
2024-07-11
btrfs: export the expected file extent through can_nocow_extent()
Qu Wenruo
1
-3
/
+18
2024-07-11
btrfs: rename extent_map::orig_block_len to disk_num_bytes
Qu Wenruo
1
-6
/
+6
2024-07-11
btrfs: move fiemap code into its own file
Filipe Manana
1
-51
/
+1
2024-07-11
btrfs: remove duplicate name variable declarations
David Sterba
1
-2
/
+0
2024-07-11
btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
Filipe Manana
1
-8
/
+8
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
1
-10
/
+7
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
1
-14
/
+11
2024-07-11
btrfs: don't allocate file extent tree for non regular files
Filipe Manana
1
-18
/
+35
2024-07-11
btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
Filipe Manana
1
-6
/
+15
2024-07-11
btrfs: remove inode_lock from struct btrfs_root and use xarray locks
Filipe Manana
1
-10
/
+8
2024-07-11
btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()
Filipe Manana
1
-23
/
+21
2024-07-11
btrfs: preallocate inodes xarray entry to avoid transaction abort
Filipe Manana
1
-7
/
+19
2024-07-11
btrfs: use an xarray to track open inodes in a root
Filipe Manana
1
-78
/
+50
2024-07-04
Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-07-04
btrfs: fix folio refcount in btrfs_do_encoded_write()
Boris Burkov
1
-1
/
+1
2024-06-12
btrfs: use iget5_locked_rcu
Mateusz Guzik
1
-1
/
+1
2024-05-14
Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-511
/
+412
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-0
/
+3
2024-05-07
btrfs: add a cached state to extent_clear_unlock_delalloc
Josef Bacik
1
-18
/
+24
[next]