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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
4
-35
/
+35
2022-12-05
btrfs: remove extra space info prototypes in ctree.h
Josef Bacik
1
-3
/
+0
2022-12-05
btrfs: minor whitespace in ctree.h
Josef Bacik
1
-2
/
+0
2022-12-05
btrfs: move the lockdep helpers into locking.h
Josef Bacik
2
-76
/
+76
2022-12-05
btrfs: move btrfs_fs_info declarations into fs.h
Josef Bacik
2
-658
/
+661
2022-12-05
btrfs: extend btrfs_dir_item type to store encryption status
Omar Sandoval
9
-28
/
+43
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
12
-118
/
+95
2022-12-05
btrfs: setup qstr from dentrys using fscrypt helper
Sweet Tea Dorminy
4
-57
/
+189
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
12
-335
/
+287
2022-12-05
btrfs: merge module cleanup sequence to one helper
Anand Jain
1
-18
/
+10
2022-12-05
btrfs: sink gfp_t parameter to alloc_scrub_sector
David Sterba
1
-6
/
+6
2022-12-05
btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block
David Sterba
1
-2
/
+2
2022-12-05
btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent
David Sterba
3
-13
/
+9
2022-12-05
btrfs: sink gfp_t parameter to btrfs_backref_iter_alloc
David Sterba
3
-6
/
+4
2022-12-05
btrfs: remove temporary btrfs_map_token declaration in ctree.h
Josef Bacik
1
-2
/
+0
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
46
-1091
/
+1112
2022-12-05
btrfs: move btrfs_map_token to accessors
Josef Bacik
6
-14
/
+27
2022-12-05
btrfs: rename struct-funcs.c to accessors.c
Josef Bacik
2
-2
/
+1
2022-12-05
btrfs: move the compat/incompat flag masks to fs.h
Josef Bacik
2
-57
/
+57
2022-12-05
btrfs: remove fs_info::pending_changes and related code
Josef Bacik
4
-54
/
+1
2022-12-05
btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
Josef Bacik
4
-3
/
+9
2022-12-05
btrfs: move fs_info::flags enum to fs.h
Josef Bacik
4
-68
/
+70
2022-12-05
btrfs: move mount option definitions to fs.h
Josef Bacik
6
-63
/
+67
2022-12-05
btrfs: convert incompat and compat flag test helpers to macros
Josef Bacik
1
-14
/
+6
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
15
-52
/
+68
2022-12-05
btrfs: push printk index code into their respective helpers
Josef Bacik
2
-28
/
+11
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
36
-250
/
+293
2022-12-05
btrfs: move assert helpers out of ctree.h
Josef Bacik
2
-15
/
+17
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
26
-165
/
+200
2022-12-05
btrfs: send add define for v2 buffer size
Wang Yugui
2
-3
/
+5
2022-12-05
btrfs: simplify generation check in btrfs_get_dentry
David Sterba
3
-9
/
+19
2022-12-05
btrfs: auto enable discard=async when possible
David Sterba
5
-0
/
+22
2022-12-05
btrfs: sysfs: convert remaining scnprintf to sysfs_emit
David Sterba
1
-3
/
+3
2022-12-05
btrfs: do not panic if we can't allocate a prealloc extent state
Josef Bacik
1
-8
/
+14
2022-12-05
btrfs: remove unused unlock_extent_atomic
Josef Bacik
1
-7
/
+0
2022-12-05
btrfs: do not use GFP_ATOMIC in the read endio
Josef Bacik
1
-4
/
+4
2022-12-05
btrfs: skip update of block group item if used bytes are the same
Qu Wenruo
2
-1
/
+33
2022-12-05
btrfs: convert __TRANS_* defines to enum bits
David Sterba
1
-8
/
+10
2022-12-05
btrfs: convert QGROUP_* defines to enum bits
David Sterba
1
-3
/
+6
2022-12-05
btrfs: convert EXTENT_* bits to enums
David Sterba
1
-33
/
+38
2022-12-05
btrfs: convert extent_io page op defines to enum bits
David Sterba
1
-7
/
+10
2022-12-05
btrfs: convert BTRFS_ILOCK-* defines to enum bit
David Sterba
1
-3
/
+6
2022-12-05
btrfs: add helper for bit enumeration
David Sterba
1
-0
/
+8
2022-12-05
btrfs: make module init/exit match their sequence
Qu Wenruo
5
-130
/
+122
2022-12-05
btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()
Filipe Manana
3
-19
/
+18
2022-12-05
btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keys
Filipe Manana
1
-1
/
+1
2022-12-05
btrfs: re-check reclaim condition in reclaim worker
Boris Burkov
1
-25
/
+40
2022-12-05
btrfs: skip reclaim if block_group is empty
Boris Burkov
1
-0
/
+18
2022-12-05
btrfs: avoid unnecessary resolution of indirect backrefs during fiemap
Filipe Manana
1
-11
/
+17
2022-12-05
btrfs: avoid duplicated resolution of indirect backrefs during fiemap
Filipe Manana
3
-10
/
+69
[next]