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
2020-03-23
btrfs: sysfs, rename device_link add/remove functions
Anand Jain
4
-13
/
+13
2020-03-23
btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsid
Anand Jain
1
-1
/
+1
2020-03-23
btrfs: sink argument tree to __do_readpage
David Sterba
1
-8
/
+4
2020-03-23
btrfs: sink arugment tree to contiguous_readpages
David Sterba
1
-6
/
+3
2020-03-23
btrfs: sink argument tree to __extent_read_full_page
David Sterba
1
-10
/
+4
2020-03-23
btrfs: sink argument tree to extent_read_full_page
David Sterba
4
-12
/
+7
2020-03-23
btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range
David Sterba
5
-13
/
+8
2020-03-23
btrfs: add assertions for tree == inode->io_tree to extent IO helpers
David Sterba
2
-0
/
+12
2020-03-23
btrfs: drop argument tree from submit_extent_page
David Sterba
1
-8
/
+5
2020-03-23
btrfs: remove extent_page_data::tree
David Sterba
1
-8
/
+2
2020-03-23
btrfs: add wrapper for transaction abort predicate
David Sterba
6
-20
/
+33
2020-03-23
btrfs: move root node locking helpers to locking.c
David Sterba
2
-38
/
+42
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
19
-106
/
+106
2020-03-23
btrfs: add a leak check for roots
Josef Bacik
4
-1
/
+42
2020-03-23
btrfs: make the init of static elements in fs_info separate
Josef Bacik
4
-33
/
+21
2020-03-23
btrfs: move fs_info init work into it's own helper function
Josef Bacik
1
-81
/
+84
2020-03-23
btrfs: free more things in btrfs_free_fs_info
Josef Bacik
1
-36
/
+24
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
14
-106
/
+27
2020-03-23
btrfs: use btrfs_put_fs_root to free roots always
Josef Bacik
5
-23
/
+23
2020-03-23
btrfs: hold a ref on the root in open_ctree
Josef Bacik
1
-0
/
+8
2020-03-23
btrfs: export and rename free_fs_info
Josef Bacik
4
-20
/
+22
2020-03-23
btrfs: hold a ref on the root in btrfs_check_uuid_tree_entry
Josef Bacik
1
-1
/
+5
2020-03-23
btrfs: hold a ref on the root in btrfs_recover_log_trees
Josef Bacik
1
-0
/
+5
2020-03-23
btrfs: hold a ref on the root in create_pending_snapshot
Josef Bacik
2
-0
/
+7
2020-03-23
btrfs: hold a ref on the root in get_subvol_name_from_objectid
Josef Bacik
1
-1
/
+10
2020-03-23
btrfs: hold a ref on the root in btrfs_ioctl_send
Josef Bacik
1
-4
/
+24
2020-03-23
btrfs: hold a ref on the root in scrub_print_warning_inode
Josef Bacik
1
-0
/
+7
2020-03-23
btrfs: hold a ref for the root in btrfs_find_orphan_roots
Josef Bacik
1
-0
/
+3
2020-03-23
btrfs: push grab_fs_root into read_fs_root
Josef Bacik
1
-26
/
+9
2020-03-23
btrfs: hold a ref on the root in btrfs_recover_relocation
Josef Bacik
1
-3
/
+18
2020-03-23
btrfs: hold a ref on the root in create_reloc_inode
Josef Bacik
1
-1
/
+6
2020-03-23
btrfs: hold a ref on the root in find_data_references
Josef Bacik
1
-1
/
+7
2020-03-23
btrfs: hold a ref on the root in record_reloc_root_in_trans
Josef Bacik
1
-1
/
+5
2020-03-23
btrfs: hold a ref on the root in merge_reloc_roots
Josef Bacik
1
-0
/
+2
2020-03-23
btrfs: hold a ref on the root in prepare_to_merge
Josef Bacik
1
-0
/
+2
2020-03-23
btrfs: hold a ref on the root in build_backref_tree
Josef Bacik
1
-9
/
+29
2020-03-23
btrfs: hold ref on root in btrfs_ioctl_default_subvol
Josef Bacik
1
-8
/
+14
2020-03-23
btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_info
Josef Bacik
1
-4
/
+8
2020-03-23
btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
Josef Bacik
1
-13
/
+20
2020-03-23
btrfs: hold a ref on the root in btrfs_search_path_in_tree
Josef Bacik
1
-0
/
+7
2020-03-23
btrfs: hold a ref on the root in search_ioctl
Josef Bacik
1
-1
/
+6
2020-03-23
btrfs: hold a ref on the root in create_subvol
Josef Bacik
1
-0
/
+6
2020-03-23
btrfs: hold a ref on the root in fixup_tree_root_location
Josef Bacik
1
-0
/
+6
2020-03-23
btrfs: hold a ref on the root in __btrfs_run_defrag_inode
Josef Bacik
1
-0
/
+5
2020-03-23
btrfs: hold a root ref in btrfs_get_dentry
Josef Bacik
1
-0
/
+5
2020-03-23
btrfs: hold a ref on the root in resolve_indirect_ref
Josef Bacik
1
-1
/
+9
2020-03-23
btrfs: hold a ref on fs roots while they're in the radix tree
Josef Bacik
1
-1
/
+5
2020-03-23
btrfs: describe the space reservation system in general
Josef Bacik
1
-0
/
+147
2020-03-23
btrfs: add a comment describing delalloc space reservation
Josef Bacik
1
-0
/
+102
2020-03-23
btrfs: add a comment describing block reserves
Josef Bacik
1
-0
/
+92
[next]