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
2022-12-05
btrfs: raid56: extract the rmw bio list build code into a helper
Qu Wenruo
1
-18
/
+38
2022-12-05
btrfs: raid56: switch recovery path to a single function
Qu Wenruo
2
-27
/
+119
2022-12-05
btrfs: raid56: extract sector recovery code into a helper
Qu Wenruo
1
-30
/
+29
2022-12-05
btrfs: raid56: extract the recovery bio list build code into a helper
Qu Wenruo
1
-23
/
+41
2022-12-05
btrfs: raid56: extract the pq generation code into a helper
Qu Wenruo
1
-46
/
+44
2022-12-05
btrfs: raid56: extract the vertical stripe recovery code into recover_vertical()
Qu Wenruo
1
-136
/
+149
2022-12-05
btrfs: merge struct extent_page_data to btrfs_bio_ctrl
David Sterba
1
-60
/
+55
2022-12-05
btrfs: switch extent_page_data bit fields to bools
David Sterba
1
-2
/
+2
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
9
-33
/
+18
2022-12-05
btrfs: update stale comment for nowait direct IO writes
Filipe Manana
1
-2
/
+2
2022-12-05
btrfs: fix SPDX comment in tree-mod-log.h
David Sterba
1
-1
/
+1
2022-12-05
btrfs: extract the inline extent read code into its own function
Qu Wenruo
1
-35
/
+34
2022-12-05
btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()
Qu Wenruo
4
-7
/
+4
2022-12-05
btrfs: do not reset extent map members for inline extents read
Qu Wenruo
1
-4
/
+9
2022-12-05
btrfs: make inline extent read calculation much simpler
Qu Wenruo
1
-18
/
+20
2022-12-05
btrfs: selftests: remove impossible inline extent at non-zero file offset
Qu Wenruo
2
-38
/
+26
2022-12-05
btrfs: move orphan prototypes into orphan.h
Josef Bacik
8
-6
/
+17
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
17
-17
/
+32
2022-12-05
btrfs: move super prototypes into super.h
Josef Bacik
5
-7
/
+15
2022-12-05
btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.h
Josef Bacik
2
-15
/
+9
2022-12-05
btrfs: move verity prototypes into verity.h
Josef Bacik
6
-22
/
+32
2022-12-05
btrfs: move dev-replace prototypes into dev-replace.h
Josef Bacik
3
-9
/
+9
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
9
-11
/
+23
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
9
-20
/
+30
2022-12-05
btrfs: move acl prototypes into acl.h
Josef Bacik
4
-19
/
+29
2022-12-05
btrfs: move the snapshot drop related prototypes to extent-tree.h
Josef Bacik
2
-6
/
+6
2022-12-05
btrfs: move the 32bit warn defines into messages.h
Josef Bacik
2
-13
/
+13
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
10
-26
/
+40
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
10
-12
/
+25
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
8
-7
/
+18
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
17
-31
/
+50
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
10
-38
/
+50
2022-12-05
btrfs: move defrag related prototypes to their own header
Josef Bacik
8
-18
/
+28
2022-12-05
btrfs: move the file defrag code into defrag.c
Josef Bacik
2
-902
/
+903
2022-12-05
btrfs: move the auto defrag code to defrag.c
Josef Bacik
2
-340
/
+337
2022-12-05
btrfs: rename tree-defrag.c to defrag.c
Josef Bacik
2
-1
/
+1
2022-12-05
btrfs: move inode prototypes to btrfs_inode.h
Josef Bacik
2
-140
/
+136
2022-12-05
btrfs: move the printk and assert helpers to messages.c
Josef Bacik
3
-347
/
+353
2022-12-05
btrfs: add blk_types.h include to compression.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: add dependencies to fs.h and block-rsv.h
Josef Bacik
2
-0
/
+9
2022-12-05
btrfs: move btrfs_chunk_item_size out of ctree.h
Josef Bacik
2
-7
/
+8
2022-12-05
btrfs: convert discard stat defs to enum
Josef Bacik
1
-3
/
+5
2022-12-05
btrfs: update function comments
David Sterba
20
-269
/
+289
2022-12-05
btrfs: remove unused btrfs_cond_migrate_bytes
Josef Bacik
2
-28
/
+0
2022-12-05
btrfs: remove unused function prototypes
Josef Bacik
2
-7
/
+0
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
12
-32
/
+44
2022-12-05
btrfs: delete unused function prototypes in ctree.h
Josef Bacik
1
-6
/
+0
2022-12-05
btrfs: move delalloc space related prototypes to delalloc-space.h
Josef Bacik
2
-3
/
+3
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
17
-72
/
+87
2022-12-05
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
4
-35
/
+35
[prev]
[next]