index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
inode.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: s/bkey_invalid_flags/bch_validate_flags
Kent Overstreet
2024-05-09
1
-5
/
+5
*
bcachefs: check for inodes that should have backpointers in fsck
Kent Overstreet
2024-05-08
1
-0
/
+8
*
bcachefs: Fix type of flags parameter for some ->trigger() implementations
Nathan Chancellor
2024-05-08
1
-1
/
+2
*
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
2024-05-08
1
-1
/
+1
*
bcachefs: Pass inode bkey to check_path()
Kent Overstreet
2024-03-14
1
-0
/
+14
*
bcachefs: Check subvol <-> inode pointers in check_subvol()
Kent Overstreet
2024-03-14
1
-0
/
+2
*
bcachefs: move fsck_write_inode() to inode.c
Kent Overstreet
2024-03-10
1
-0
/
+3
*
bcachefs: Combine .trans_trigger, .atomic_trigger
Kent Overstreet
2024-01-06
1
-6
/
+3
*
bcachefs: unify inode trigger
Kent Overstreet
2024-01-06
1
-9
/
+7
*
bcachefs: mark now takes bkey_s
Kent Overstreet
2024-01-06
1
-1
/
+1
*
bcachefs: trans_mark now takes bkey_s
Kent Overstreet
2024-01-06
1
-1
/
+1
*
bcachefs: x-macro-ify inode flags enum
Kent Overstreet
2023-11-05
1
-3
/
+3
*
bcachefs: Fix bch2_delete_dead_inodes()
Kent Overstreet
2023-11-05
1
-2
/
+11
*
bcachefs: Enumerate fsck errors
Kent Overstreet
2023-11-02
1
-4
/
+4
*
bcachefs: bch2_inum_opts_get()
Kent Overstreet
2023-10-31
1
-0
/
+1
*
bcachefs: Kill missing inode warnings in bch2_quota_read()
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: bcachefs_metadata_version_deleted_inodes
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Move fsck_inode_rm() to inode.c
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: move inode triggers to inode.c
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Change check for invalid key types
Kent Overstreet
2023-10-22
1
-4
/
+8
*
bcachefs: bkey_ops.min_val_size
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3
Kent Overstreet
2023-10-22
1
-6
/
+18
*
bcachefs: bch2_inode_opts_get()
Kent Overstreet
2023-10-22
1
-20
/
+4
*
bcachefs: Improve bch2_inode_opts_to_opts()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: More style fixes
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: Convert to __packed and __aligned
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Move bkey bkey_unpack_key() to bkey.h
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Don't BUG_ON() inode link count underflow
Kent Overstreet
2023-10-22
1
-17
/
+3
*
bcachefs: Add rw to .key_invalid()
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
2023-10-22
1
-6
/
+4
*
bcachefs: Move trigger fns to bkey_ops
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: btree_id_cached()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bch2_assert_pos_locked()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
2023-10-22
1
-2
/
+15
*
bcachefs: Improve transaction restart handling in fsck code
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Plumb through subvolume id
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: btree_path
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Add flags field to bch2_inode_to_text()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Fix pathalogical behaviour with inode sharding by cpu ID
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Improved check_directory_structure()
Kent Overstreet
2023-10-22
1
-4
/
+0
*
bcachefs: Change inode allocation code for snapshots
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Inode backpointers
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Don't use inode btree key cache in fsck code
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Don't use bkey cache for inode update in fsck
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: New varints
Kent Overstreet
2023-10-22
1
-7
/
+10
*
bcachefs: Inode create optimization
Kent Overstreet
2023-10-22
1
-3
/
+1
*
bcachefs: Kill bchfs_extent_update()
Kent Overstreet
2023-10-22
1
-0
/
+9
*
bcachefs: Factor out fs-common.c
Kent Overstreet
2023-10-22
1
-4
/
+12
*
bcachefs: bch2_inode_peek()/bch2_inode_write()
Kent Overstreet
2023-10-22
1
-0
/
+5
[next]