index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
bkey_methods.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Guard against unknown k.k->type in __bkey_invalid()
Kent Overstreet
2024-05-06
1
-2
/
+2
*
bcachefs: Interior known are required to have known key types
Kent Overstreet
2024-04-15
1
-1
/
+2
*
bcachefs: add missing bounds check in __bch2_bkey_val_invalid()
Kent Overstreet
2024-04-15
1
-1
/
+4
*
bcachefs: Add .val_to_text() for KEY_TYPE_cookie
Kent Overstreet
2024-01-21
1
-0
/
+9
*
bcachefs: rebalance_work btree is not a snapshots btree
Kent Overstreet
2023-11-05
1
-9
/
+14
*
bcachefs: Enumerate fsck errors
Kent Overstreet
2023-11-02
1
-81
/
+66
*
bcachefs: Fix btree_node_type enum
Kent Overstreet
2023-10-31
1
-6
/
+16
*
bcachefs: bch2_btree_id_str()
Kent Overstreet
2023-10-31
1
-1
/
+2
*
bcachefs: Fix handling of unknown bkey types
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
1
-2
/
+4
*
bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...
Nathan Chancellor
2023-10-22
1
-5
/
+5
*
bcachefs: Log truncate operations
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Split out snapshot.c
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Consolidate btree id properties
Kent Overstreet
2023-10-22
1
-72
/
+8
*
bcachefs: Change check for invalid key types
Kent Overstreet
2023-10-22
1
-20
/
+23
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Allow for unknown key types
Kent Overstreet
2023-10-22
1
-21
/
+17
*
bcachefs: BTREE_ID_snapshot_tree
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: bkey_ops.min_val_size
Kent Overstreet
2023-10-22
1
-8
/
+13
*
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
2023-10-22
1
-11
/
+11
*
bcachefs: Rework lru btree
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bucket_gens btree
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: New on disk format: Backpointers
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: More errcode cleanup
Kent Overstreet
2023-10-22
1
-14
/
+14
*
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: More style fixes
Kent Overstreet
2023-10-22
1
-14
/
+15
*
bcachefs: Improve an error message
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-33
/
+33
*
bcachefs: Add rw to .key_invalid()
Kent Overstreet
2023-10-22
1
-11
/
+12
*
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
2023-10-22
1
-56
/
+91
*
bcachefs: Freespace, need_discard btrees
Kent Overstreet
2023-10-22
1
-0
/
+6
*
bcachefs: KEY_TYPE_alloc_v4
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: LRU btree
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: KEY_TYPE_set
Kent Overstreet
2023-10-22
1
-0
/
+18
*
bcachefs: Kill bch2_bkey_debugcheck
Kent Overstreet
2023-10-22
1
-16
/
+0
*
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Require snapshot id to be set
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Whiteouts for snapshots
Kent Overstreet
2023-10-22
1
-7
/
+19
*
bcachefs: Subvolumes, snapshots
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Add SPOS_MAX to bpos_to_text()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Pretty-ify bch2_bkey_val_to_text()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Re-implement extent merging in transaction commit path
Kent Overstreet
2023-10-22
1
-1
/
+5
*
bcachefs: Clean up key merging
Kent Overstreet
2023-10-22
1
-16
/
+3
*
bcachefs: Check that keys are in the correct btrees
Kent Overstreet
2023-10-22
1
-0
/
+39
*
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
1
-3
/
+33
*
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Include snapshot field in bch2_bpos_to_text
Kent Overstreet
2023-10-22
1
-4
/
+17
*
bcachefs: Kill bkey ops->debugcheck method
Kent Overstreet
2023-10-22
1
-5
/
+0
*
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
1
-15
/
+15
[next]