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