index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
btrfs: use a single variable for return value at lookup_inline_extent_backref()
Filipe Manana
1
-18
/
+15
2023-10-12
btrfs: use a single variable for return value at run_delayed_extent_op()
Filipe Manana
1
-8
/
+5
2023-10-12
btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()
Filipe Manana
1
-5
/
+3
2023-10-12
btrfs: initialize key where it's used when running delayed data ref
Filipe Manana
1
-6
/
+8
2023-10-12
btrfs: remove refs_to_drop argument from __btrfs_free_extent()
Filipe Manana
1
-5
/
+5
2023-10-12
btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()
Filipe Manana
1
-5
/
+4
2023-10-12
btrfs: remove the refcount warning/check at btrfs_put_delayed_ref()
Filipe Manana
1
-1
/
+0
2023-10-12
btrfs: remove unnecessary logic when running new delayed references
Filipe Manana
1
-14
/
+3
2023-10-12
btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
Filipe Manana
6
-18
/
+20
2023-10-12
btrfs: remove the need_raid_map parameter from btrfs_map_block()
Qu Wenruo
5
-23
/
+14
2023-10-12
btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY option
Qu Wenruo
4
-121
/
+11
2023-10-12
btrfs: check-integrity: remove btrfsic_unmount() function
Qu Wenruo
8
-413
/
+0
2023-10-12
btrfs: check-integrity: remove btrfsic_mount() function
Qu Wenruo
3
-1601
/
+0
2023-10-12
btrfs: check-integrity: remove btrfsic_check_bio() function
Qu Wenruo
4
-908
/
+0
2023-10-12
btrfs: move extent_buffer::lock_owner to debug section
David Sterba
3
-14
/
+37
2023-10-12
btrfs: reduce size of struct btrfs_ref
David Sterba
1
-6
/
+12
2023-10-12
btrfs: reduce size and reorder compression members in struct btrfs_inode
David Sterba
1
-10
/
+9
2023-10-12
btrfs: reduce size of prelim_ref::level
David Sterba
1
-1
/
+1
2023-10-12
btrfs: reduce arguments of helpers space accounting root item
David Sterba
1
-12
/
+11
2023-10-12
btrfs: reduce parameters of btrfs_pin_extent_for_log_replay
David Sterba
3
-10
/
+7
2023-10-12
btrfs: reduce parameters of btrfs_pin_reserved_extent
David Sterba
3
-7
/
+8
2023-10-12
btrfs: drop __must_check annotations
David Sterba
3
-6
/
+4
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
18
-51
/
+62
2023-10-12
btrfs: move functions comments from qgroup.h to qgroup.c
David Sterba
2
-76
/
+71
2023-10-12
btrfs: comment about fsid and metadata_uuid relationship
Anand Jain
1
-0
/
+9
2023-10-12
btrfs: qgroup: remove unused helpers for ulist aux data
Jiapeng Chong
1
-10
/
+0
2023-10-12
btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()
Qu Wenruo
1
-19
/
+59
2023-10-12
btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usage
Qu Wenruo
1
-26
/
+61
2023-10-12
btrfs: qgroup: use qgroup_iterator_nested to in qgroup_update_refcnt()
Qu Wenruo
2
-42
/
+53
2023-10-12
btrfs: qgroup: use qgroup_iterator to replace tmp ulist in qgroup_update_refc...
Qu Wenruo
1
-28
/
+11
2023-10-12
btrfs: qgroup: use qgroup_iterator in __qgroup_excl_accounting()
Qu Wenruo
1
-64
/
+17
2023-10-12
btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()
Qu Wenruo
1
-22
/
+10
2023-10-12
btrfs: qgroup: use qgroup_iterator in btrfs_qgroup_free_refroot()
Qu Wenruo
1
-22
/
+7
2023-10-12
btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
Qu Wenruo
2
-32
/
+38
2023-10-12
btrfs: remove extraneous includes from ctree.h
Josef Bacik
1
-28
/
+0
2023-10-12
btrfs: include linux/security.h in super.c
Josef Bacik
1
-0
/
+1
2023-10-12
btrfs: include trace header in where necessary
Josef Bacik
4
-0
/
+4
2023-10-12
btrfs: add btrfs_delayed_ref_head declaration to extent-tree.h
Josef Bacik
1
-0
/
+1
2023-10-12
btrfs: add fscrypt related dependencies to respective headers
Josef Bacik
4
-0
/
+6
2023-10-12
btrfs: include linux/iomap.h in file.c
Josef Bacik
1
-0
/
+1
2023-10-12
btrfs: include asm/unaligned.h in accessors.h
Josef Bacik
1
-0
/
+1
2023-10-12
btrfs: move btrfs_name_hash to dir-item.h
Josef Bacik
4
-5
/
+9
2023-10-12
btrfs: move btrfs_extref_hash into inode-item.h
Josef Bacik
2
-9
/
+7
2023-10-12
btrfs: remove btrfs_crc32c wrapper
Josef Bacik
4
-13
/
+8
2023-10-12
btrfs: move btrfs_crc32c_final into free-space-cache.c
Josef Bacik
2
-5
/
+5
2023-10-12
btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()
Qu Wenruo
1
-1
/
+1
2023-10-12
btrfs: sipmlify uuid parameters of alloc_fs_devices()
Anand Jain
2
-17
/
+18
2023-10-12
btrfs: update comment for reservation of metadata space for delayed items
Filipe Manana
1
-1
/
+1
2023-10-11
Merge tag 'fs_for_v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-29
/
+43
2023-10-11
Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-6
/
+2
[next]