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
/
bcachefs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Inode create no longer needs to probe key cache
Kent Overstreet
1
-24
/
+4
2023-10-22
bcachefs: btree_id_cached()
Kent Overstreet
1
-10
/
+5
2023-10-22
bcachefs: Simplify bch2_inode_delete_keys()
Kent Overstreet
1
-35
/
+22
2023-10-22
bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Fix debug build in userspace
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Fix missing field initialization
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: bch2_assert_pos_locked()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
1
-108
/
+103
2023-10-22
bcachefs: Add BCH_SUBVOLUME_UNLINKED
Kent Overstreet
1
-5
/
+1
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-19
/
+90
2023-10-22
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-2
/
+13
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-31
/
+30
2023-10-22
bcachefs: Add flags field to bch2_inode_to_text()
Kent Overstreet
1
-6
/
+17
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add an option for whether inodes use the key cache
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Add safe versions of varint encode/decode
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Kill bch2_btree_iter_peek_cached()
Kent Overstreet
1
-10
/
+7
2023-10-22
bcachefs: Preallocate transaction mem
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-5
/
+3
2023-10-22
bcachefs: Fix pathalogical behaviour with inode sharding by cpu ID
Kent Overstreet
1
-3
/
+1
2023-10-22
bcachefs: Add an option to control sharding new inode numbers
Kent Overstreet
1
-7
/
+14
2023-10-22
bcachefs: properly initialize used values
Dan Robertson
1
-1
/
+1
2023-10-22
bcachefs: Improved check_directory_structure()
Kent Overstreet
1
-26
/
+5
2023-10-22
bcachefs: Change inode allocation code for snapshots
Kent Overstreet
1
-23
/
+55
2023-10-22
bcachefs: Inode backpointers
Kent Overstreet
1
-13
/
+5
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Improve inode deletion code
Kent Overstreet
1
-31
/
+14
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Don't use inode btree key cache in fsck code
Kent Overstreet
1
-4
/
+15
2023-10-22
bcachefs: Fix a shift greater than type size
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: bch2_btree_delete_range_trans()
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: Don't use bkey cache for inode update in fsck
Kent Overstreet
1
-4
/
+10
2023-10-22
bcachefs: Inode delete doesn't need to flush key cache anymore
Kent Overstreet
1
-9
/
+2
2023-10-22
bcachefs: Fix btree iterator leak
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: New varints
Kent Overstreet
1
-54
/
+133
2023-10-22
bcachefs: Improved inode create optimization
Kent Overstreet
1
-92
/
+47
2023-10-22
bcachefs: Inode create optimization
Kent Overstreet
1
-44
/
+93
2023-10-22
bcachefs: Use cached iterators for inode updates
Kent Overstreet
1
-40
/
+64
2023-10-22
bcachefs: Add mode to bch2_inode_to_text
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
1
-16
/
+16
2023-10-22
bcachefs: Make sure we're releasing btree iterators
Kent Overstreet
1
-36
/
+24
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Initialize padding space after alloc bkey
Justin Husted
1
-4
/
+4
2023-10-22
bcachefs: Add missing error checking in bch2_find_by_inum_trans()
Kent Overstreet
1
-3
/
+8
2023-10-22
bcachefs: Factor out fs-common.c
Kent Overstreet
1
-14
/
+25
2023-10-22
bcachefs: Don't use sha256 for siphash str hash key
Kent Overstreet
1
-3
/
+4
[next]