index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-01-02
1
-2
/
+4
|
\
|
*
btrfs: fix an error handling path in btrfs_rename()
Christophe JAILLET
2022-12-15
1
-2
/
+4
*
|
Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2022-12-13
1
-420
/
+484
|
\
|
|
*
btrfs: split the bio submission path into a separate file
Christoph Hellwig
2022-12-05
1
-1
/
+1
|
*
btrfs: introduce a bitmap based csum range search function
Qu Wenruo
2022-12-05
1
-3
/
+2
|
*
btrfs: allow passing a cached state record to count_range_bits()
Filipe Manana
2022-12-05
1
-1
/
+1
|
*
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
2022-12-05
1
-10
/
+9
|
*
btrfs: use btrfs_inode inside btrfs_verify_data_csum
David Sterba
2022-12-05
1
-6
/
+6
|
*
btrfs: use btrfs_inode inside compress_file_range
David Sterba
2022-12-05
1
-19
/
+18
|
*
btrfs: switch async_chunk::inode to btrfs_inode
David Sterba
2022-12-05
1
-6
/
+6
|
*
btrfs: pass btrfs_inode to btrfs_inherit_iflags
David Sterba
2022-12-05
1
-11
/
+11
|
*
btrfs: pass btrfs_inode to inode_tree_add
David Sterba
2022-12-05
1
-7
/
+7
|
*
btrfs: pass btrfs_inode to fixup_tree_root_location
David Sterba
2022-12-05
1
-5
/
+5
|
*
btrfs: pass btrfs_inode to btrfs_inode_by_name
David Sterba
2022-12-05
1
-6
/
+6
|
*
btrfs: pass btrfs_inode to btrfs_unlink_subvol
David Sterba
2022-12-05
1
-16
/
+16
|
*
btrfs: pass btrfs_inode to btrfs_clear_delalloc_extent
David Sterba
2022-12-05
1
-3
/
+2
|
*
btrfs: pass btrfs_inode to btrfs_split_delalloc_extent
David Sterba
2022-12-05
1
-5
/
+5
|
*
btrfs: pass btrfs_inode to btrfs_set_delalloc_extent
David Sterba
2022-12-05
1
-17
/
+16
|
*
btrfs: pass btrfs_inode to btrfs_merge_delalloc_extent
David Sterba
2022-12-05
1
-8
/
+8
|
*
btrfs: switch extent_io_tree::private_data to btrfs_inode and rename
David Sterba
2022-12-05
1
-1
/
+1
|
*
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-12-05
1
-2
/
+3
|
*
btrfs: pass btrfs_inode to btrfs_delete_subvolume
David Sterba
2022-12-05
1
-5
/
+5
|
*
btrfs: pass btrfs_inode to __unlink_start_trans
David Sterba
2022-12-05
1
-4
/
+4
|
*
btrfs: pass btrfs_inode to btrfs_check_data_csum
David Sterba
2022-12-05
1
-8
/
+7
|
*
btrfs: switch btrfs_writepage_fixup::inode to btrfs_inode
David Sterba
2022-12-05
1
-3
/
+3
|
*
btrfs: pass btrfs_inode to btrfs_add_delalloc_inodes
David Sterba
2022-12-05
1
-9
/
+6
|
*
btrfs: pass btrfs_inode to btrfs_dirty_inode
David Sterba
2022-12-05
1
-10
/
+10
|
*
btrfs: pass btrfs_inode to btrfs_inode_unlock
David Sterba
2022-12-05
1
-9
/
+9
|
*
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
2022-12-05
1
-7
/
+7
|
*
btrfs: pass btrfs_inode to btrfs_truncate
David Sterba
2022-12-05
1
-21
/
+20
|
*
btrfs: pass btrfs_inode to btrfs_submit_dio_bio
David Sterba
2022-12-05
1
-7
/
+7
|
*
btrfs: switch btrfs_dio_private::inode to btrfs_inode
David Sterba
2022-12-05
1
-8
/
+8
|
*
btrfs: pass btrfs_inode to btrfs_repair_one_sector
David Sterba
2022-12-05
1
-1
/
+1
|
*
btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bio
David Sterba
2022-12-05
1
-3
/
+2
|
*
btrfs: pass btrfs_inode to btrfs_submit_data_read_bio
David Sterba
2022-12-05
1
-4
/
+4
|
*
btrfs: pass btrfs_inode to btrfs_submit_data_write_bio
David Sterba
2022-12-05
1
-9
/
+8
|
*
btrfs: pass btrfs_inode to btrfs_wq_submit_bio
David Sterba
2022-12-05
1
-2
/
+2
|
*
btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_io
David Sterba
2022-12-05
1
-2
/
+2
|
*
btrfs: pass btrfs_inode to btrfs_submit_bio_start
David Sterba
2022-12-05
1
-2
/
+2
|
*
btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parameters
David Sterba
2022-12-05
1
-2
/
+1
|
*
btrfs: change how submit bio callback is passed to btrfs_wq_submit_bio
David Sterba
2022-12-05
1
-8
/
+7
|
*
btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bio
David Sterba
2022-12-05
1
-3
/
+1
|
*
btrfs: change how repair action is passed to btrfs_repair_one_sector
David Sterba
2022-12-05
1
-5
/
+4
|
*
btrfs: extract the inline extent read code into its own function
Qu Wenruo
2022-12-05
1
-35
/
+34
|
*
btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()
Qu Wenruo
2022-12-05
1
-1
/
+1
|
*
btrfs: do not reset extent map members for inline extents read
Qu Wenruo
2022-12-05
1
-4
/
+9
|
*
btrfs: make inline extent read calculation much simpler
Qu Wenruo
2022-12-05
1
-18
/
+20
|
*
btrfs: move orphan prototypes into orphan.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move super_block specific helpers into super.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move verity prototypes into verity.h
Josef Bacik
2022-12-05
1
-0
/
+1
[next]