summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-14bcachefs: Pass inode bkey to check_path()Kent Overstreet1-0/+14
2024-03-14bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet1-0/+2
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet1-0/+3
2024-01-06bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet1-6/+3
2024-01-06bcachefs: unify inode triggerKent Overstreet1-9/+7
2024-01-06bcachefs: mark now takes bkey_sKent Overstreet1-1/+1
2024-01-06bcachefs: trans_mark now takes bkey_sKent Overstreet1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-3/+3
2023-11-05bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet1-2/+11
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-4/+4
2023-10-31bcachefs: bch2_inum_opts_get()Kent Overstreet1-0/+1
2023-10-23bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet1-0/+3
2023-10-23bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet1-0/+1
2023-10-23bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet1-0/+2
2023-10-23bcachefs: move inode triggers to inode.cKent Overstreet1-0/+5
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-4/+8
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-0/+4
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-4/+4
2023-10-23bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet1-6/+18
2023-10-23bcachefs: bch2_inode_opts_get()Kent Overstreet1-20/+4
2023-10-23bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet1-0/+2
2023-10-23bcachefs: More style fixesKent Overstreet1-6/+6
2023-10-23bcachefs: Convert to __packed and __alignedKent Overstreet1-1/+1
2023-10-23bcachefs: Move bkey bkey_unpack_key() to bkey.hKent Overstreet1-0/+1
2023-10-23bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet1-17/+3
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-3/+4
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-6/+4
2023-10-23bcachefs: Move trigger fns to bkey_opsKent Overstreet1-0/+4
2023-10-23bcachefs: btree_id_cached()Kent Overstreet1-1/+1
2023-10-23bcachefs: bch2_assert_pos_locked()Kent Overstreet1-0/+2
2023-10-23bcachefs: Add journal_seq to inode & alloc keysKent Overstreet1-2/+15
2023-10-23bcachefs: Improve transaction restart handling in fsck codeKent Overstreet1-0/+5
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-3/+4
2023-10-23bcachefs: btree_pathKent Overstreet1-4/+4
2023-10-23bcachefs: Add flags field to bch2_inode_to_text()Kent Overstreet1-0/+2
2023-10-23bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet1-1/+1
2023-10-23bcachefs: Improved check_directory_structure()Kent Overstreet1-4/+0
2023-10-23bcachefs: Change inode allocation code for snapshotsKent Overstreet1-1/+1
2023-10-23bcachefs: Inode backpointersKent Overstreet1-1/+2
2023-10-23bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet1-0/+2
2023-10-23bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet1-1/+1
2023-10-23bcachefs: New varintsKent Overstreet1-7/+10
2023-10-23bcachefs: Inode create optimizationKent Overstreet1-3/+1
2023-10-23bcachefs: Kill bchfs_extent_update()Kent Overstreet1-0/+9
2023-10-23bcachefs: Factor out fs-common.cKent Overstreet1-4/+12
2023-10-23bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet1-0/+5
2023-10-23bcachefs: Cleanup i_nlink handlingKent Overstreet1-0/+43
2023-10-23bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet1-2/+0
2023-10-23bcachefs: Fsck locking improvementsKent Overstreet1-2/+3
2023-10-23bcachefs: add bcachefs_effective xattrsKent Overstreet1-17/+17