summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-4/+4
2024-05-09bcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor1-1/+1
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-15/+15
2024-05-09bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-17/+7
2024-04-29bcachefs: fix integer conversion bugKent Overstreet1-1/+1
2024-04-01bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Thomas Bertschinger1-1/+1
2024-03-14bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet1-5/+10
2024-03-14bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet1-2/+3
2024-03-14bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet1-1/+1
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet1-0/+28
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou1-2/+3
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet1-7/+18
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet1-1/+1
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet1-1/+1
2024-01-06bcachefs: unify inode triggerKent Overstreet1-41/+26
2024-01-06bcachefs: mark now takes bkey_sKent Overstreet1-5/+2
2024-01-06bcachefs: trans_mark now takes bkey_sKent Overstreet1-4/+4
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-3/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-1/+1
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-19/+19
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet1-5/+5
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-5/+5
2023-12-08bcachefs: Fix deleted inode check for dirsKent Overstreet1-5/+10
2023-11-15bcachefs: Fix missing transaction commitKent Overstreet1-2/+4
2023-11-15bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-14/+24
2023-11-05bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet1-20/+58
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-70/+73
2023-10-31bcachefs: bch2_inum_opts_get()Kent Overstreet1-0/+12
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet1-3/+5
2023-10-23bcachefs: Fix bch2_inode_delete_keys()Kent Overstreet1-2/+8
2023-10-23bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet1-3/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-25/+21
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-2/+1
2023-10-23bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet1-2/+25
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-0/+1
2023-10-23bcachefs: Check for directories in deleted inodes btreeKent Overstreet1-0/+5
2023-10-23bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet1-0/+2
2023-10-23bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet1-0/+115
2023-10-23bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet1-0/+63
2023-10-23bcachefs: move inode triggers to inode.cKent Overstreet1-0/+53
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-4/+8
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-10/+7
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-24/+0
2023-10-23bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet1-3/+0
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-4/+4
2023-10-23bcachefs: Nocow supportKent Overstreet1-0/+3
2023-10-23bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet1-23/+140