aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsGravatar Kent Overstreet 1-4/+4
2024-05-08bcachefs: Fix type of flags parameter for some ->trigger() implementationsGravatar Nathan Chancellor 1-1/+1
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupGravatar Kent Overstreet 1-15/+15
2024-05-08bcachefs: prt_printf() now respects \r\n\tGravatar Kent Overstreet 1-17/+7
2024-04-28bcachefs: fix integer conversion bugGravatar Kent Overstreet 1-1/+1
2024-03-31bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Gravatar Thomas Bertschinger 1-1/+1
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Gravatar Kent Overstreet 1-5/+10
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedGravatar Kent Overstreet 1-2/+3
2024-03-13bcachefs: Check subvol <-> inode pointers in check_subvol()Gravatar Kent Overstreet 1-1/+1
2024-03-10bcachefs: move fsck_write_inode() to inode.cGravatar Kent Overstreet 1-0/+28
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGravatar Guoyu Ou 1-2/+3
2024-01-21bcachefs: Improve inode_to_text()Gravatar Kent Overstreet 1-7/+18
2024-01-21bcachefs: bch_fs_usage_baseGravatar Kent Overstreet 1-1/+1
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICGravatar Kent Overstreet 1-1/+1
2024-01-05bcachefs: unify inode triggerGravatar Kent Overstreet 1-41/+26
2024-01-05bcachefs: mark now takes bkey_sGravatar Kent Overstreet 1-5/+2
2024-01-05bcachefs: trans_mark now takes bkey_sGravatar Kent Overstreet 1-4/+4
2024-01-01bcachefs: for_each_btree_key() now declares loop iterGravatar Kent Overstreet 1-3/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: Kill for_each_btree_key()Gravatar Kent Overstreet 1-19/+19
2024-01-01bcachefs: Clean up btree write buffer write ref handlingGravatar Kent Overstreet 1-5/+5
2024-01-01bcachefs: convert bch_fs_flags to x-macroGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsGravatar Kent Overstreet 1-5/+5
2023-12-08bcachefs: Fix deleted inode check for dirsGravatar Kent Overstreet 1-5/+10
2023-11-14bcachefs: Fix missing transaction commitGravatar Kent Overstreet 1-2/+4
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Gravatar Kent Overstreet 1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumGravatar Kent Overstreet 1-14/+24
2023-11-04bcachefs: Fix bch2_delete_dead_inodes()Gravatar Kent Overstreet 1-20/+58
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-70/+73
2023-10-31bcachefs: bch2_inum_opts_get()Gravatar Kent Overstreet 1-0/+12
2023-10-31bcachefs: Guard against unknown compression optionsGravatar Kent Overstreet 1-3/+5
2023-10-22bcachefs: Fix bch2_inode_delete_keys()Gravatar Kent Overstreet 1-2/+8
2023-10-22bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsGravatar Kent Overstreet 1-3/+1
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-25/+21
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Kill missing inode warnings in bch2_quota_read()Gravatar Kent Overstreet 1-2/+25
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Check for directories in deleted inodes btreeGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: bcachefs_metadata_version_deleted_inodesGravatar Kent Overstreet 1-0/+115
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cGravatar Kent Overstreet 1-0/+63
2023-10-22bcachefs: move inode triggers to inode.cGravatar Kent Overstreet 1-0/+53
2023-10-22bcachefs: Change check for invalid key typesGravatar Kent Overstreet 1-4/+8
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_bkey_get_iter() helpersGravatar Kent Overstreet 1-10/+7
2023-10-22bcachefs: bkey_ops.min_val_sizeGravatar Kent Overstreet 1-24/+0
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Gravatar Kent Overstreet 1-3/+0
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Nocow supportGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Gravatar Kent Overstreet 1-23/+140