aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-13bcachefs: Pass inode bkey to check_path()Gravatar Kent Overstreet 1-0/+14
2024-03-13bcachefs: Check subvol <-> inode pointers in check_subvol()Gravatar Kent Overstreet 1-0/+2
2024-03-10bcachefs: move fsck_write_inode() to inode.cGravatar Kent Overstreet 1-0/+3
2024-01-05bcachefs: Combine .trans_trigger, .atomic_triggerGravatar Kent Overstreet 1-6/+3
2024-01-05bcachefs: unify inode triggerGravatar Kent Overstreet 1-9/+7
2024-01-05bcachefs: mark now takes bkey_sGravatar Kent Overstreet 1-1/+1
2024-01-05bcachefs: trans_mark now takes bkey_sGravatar Kent Overstreet 1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumGravatar Kent Overstreet 1-3/+3
2023-11-04bcachefs: Fix bch2_delete_dead_inodes()Gravatar Kent Overstreet 1-2/+11
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-4/+4
2023-10-31bcachefs: bch2_inum_opts_get()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Kill missing inode warnings in bch2_quota_read()Gravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: bcachefs_metadata_version_deleted_inodesGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: move inode triggers to inode.cGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Change check for invalid key typesGravatar Kent Overstreet 1-4/+8
2023-10-22bcachefs: bkey_ops.min_val_sizeGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Gravatar Kent Overstreet 1-6/+18
2023-10-22bcachefs: bch2_inode_opts_get()Gravatar Kent Overstreet 1-20/+4
2023-10-22bcachefs: Improve bch2_inode_opts_to_opts()Gravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: More style fixesGravatar Kent Overstreet 1-6/+6
2023-10-22bcachefs: Convert to __packed and __alignedGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Move bkey bkey_unpack_key() to bkey.hGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Don't BUG_ON() inode link count underflowGravatar Kent Overstreet 1-17/+3
2023-10-22bcachefs: Add rw to .key_invalid()Gravatar Kent Overstreet 1-3/+4
2023-10-22bcachefs: Convert .key_invalid methods to printbufsGravatar Kent Overstreet 1-6/+4
2023-10-22bcachefs: Move trigger fns to bkey_opsGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: btree_id_cached()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_assert_pos_locked()Gravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Add journal_seq to inode & alloc keysGravatar Kent Overstreet 1-2/+15
2023-10-22bcachefs: Improve transaction restart handling in fsck codeGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Plumb through subvolume idGravatar Kent Overstreet 1-3/+4
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Add flags field to bch2_inode_to_text()Gravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Improved check_directory_structure()Gravatar Kent Overstreet 1-4/+0
2023-10-22bcachefs: Change inode allocation code for snapshotsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Inode backpointersGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Don't use inode btree key cache in fsck codeGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Don't use bkey cache for inode update in fsckGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New varintsGravatar Kent Overstreet 1-7/+10
2023-10-22bcachefs: Inode create optimizationGravatar Kent Overstreet 1-3/+1
2023-10-22bcachefs: Kill bchfs_extent_update()Gravatar Kent Overstreet 1-0/+9
2023-10-22bcachefs: Factor out fs-common.cGravatar Kent Overstreet 1-4/+12
2023-10-22bcachefs: bch2_inode_peek()/bch2_inode_write()Gravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Cleanup i_nlink handlingGravatar Kent Overstreet 1-0/+43
2023-10-22bcachefs: Rewrite journal_seq_blacklist machineryGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Fsck locking improvementsGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: add bcachefs_effective xattrsGravatar Kent Overstreet 1-17/+17