index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: constify input buffer parameter in compression code
David Sterba
2022-12-05
5
-9
/
+9
*
btrfs: raid56: remove the old error tracking system
Qu Wenruo
2022-12-05
2
-189
/
+53
*
btrfs: raid56: migrate recovery and scrub recovery path to use error_bitmap
Qu Wenruo
2022-12-05
1
-86
/
+193
*
btrfs: raid56: introduce btrfs_raid_bio::error_bitmap
Qu Wenruo
2022-12-05
2
-7
/
+103
*
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
2022-12-05
7
-29
/
+28
*
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
3
-5
/
+4
*
btrfs: pass btrfs_inode to btrfs_split_delalloc_extent
David Sterba
2022-12-05
3
-7
/
+7
*
btrfs: pass btrfs_inode to btrfs_set_delalloc_extent
David Sterba
2022-12-05
3
-19
/
+18
*
btrfs: pass btrfs_inode to btrfs_merge_delalloc_extent
David Sterba
2022-12-05
3
-13
/
+11
*
btrfs: switch extent_io_tree::private_data to btrfs_inode and rename
David Sterba
2022-12-05
3
-18
/
+19
*
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-12-05
9
-20
/
+17
*
btrfs: pass btrfs_inode to btrfs_delete_subvolume
David Sterba
2022-12-05
3
-7
/
+7
*
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
3
-12
/
+9
*
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
8
-36
/
+36
*
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
2022-12-05
8
-22
/
+22
*
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
4
-12
/
+11
*
btrfs: pass btrfs_inode to submit_one_bio
David Sterba
2022-12-05
1
-6
/
+6
*
btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bio
David Sterba
2022-12-05
3
-5
/
+5
*
btrfs: pass btrfs_inode to btrfs_submit_data_read_bio
David Sterba
2022-12-05
3
-7
/
+8
*
btrfs: pass btrfs_inode to btrfs_submit_data_write_bio
David Sterba
2022-12-05
3
-11
/
+10
*
btrfs: pass btrfs_inode to btrfs_submit_metadata_bio
David Sterba
2022-12-05
3
-6
/
+6
*
btrfs: pass btrfs_inode to btrfs_wq_submit_bio
David Sterba
2022-12-05
3
-7
/
+7
*
btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_io
David Sterba
2022-12-05
3
-4
/
+4
*
btrfs: pass btrfs_inode to btrfs_submit_bio_start
David Sterba
2022-12-05
3
-4
/
+4
*
btrfs: switch async_submit_bio::inode to btrfs_inode
David Sterba
2022-12-05
1
-7
/
+7
*
btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parameters
David Sterba
2022-12-05
4
-14
/
+6
*
btrfs: change how submit bio callback is passed to btrfs_wq_submit_bio
David Sterba
2022-12-05
5
-23
/
+45
*
btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bio
David Sterba
2022-12-05
3
-7
/
+3
*
btrfs: change how repair action is passed to btrfs_repair_one_sector
David Sterba
2022-12-05
5
-16
/
+18
*
btrfs: convert btrfs_block_group::seq_zone to runtime flag
David Sterba
2022-12-05
2
-6
/
+6
*
btrfs: convert btrfs_block_group::needs_free_space to runtime flag
David Sterba
2022-12-05
4
-13
/
+9
*
btrfs: zoned: use helper to check a power of two zone size
David Sterba
2022-12-05
1
-2
/
+1
*
btrfs: zlib: use copy_page for full page copy
David Sterba
2022-12-05
1
-2
/
+2
*
btrfs: send: bump the extent reference count limit for backref walking
Filipe Manana
2022-12-05
1
-1
/
+1
*
btrfs: send: skip resolution of our own backref when finding clone source
Filipe Manana
2022-12-05
3
-14
/
+63
[next]