summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: fix integer conversion bugKent Overstreet2024-04-281-1/+1
* bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Thomas Bertschinger2024-03-311-1/+1
* bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet2024-03-131-5/+10
* bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet2024-03-131-2/+3
* bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet2024-03-131-1/+1
* bcachefs: move fsck_write_inode() to inode.cKent Overstreet2024-03-101-0/+28
* bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou2024-03-101-2/+3
* bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
* bcachefs: bch_fs_usage_baseKent Overstreet2024-01-211-1/+1
* bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet2024-01-211-1/+1
* bcachefs: unify inode triggerKent Overstreet2024-01-051-41/+26
* bcachefs: mark now takes bkey_sKent Overstreet2024-01-051-5/+2
* bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-051-4/+4
* bcachefs: for_each_btree_key() now declares loop iterKent Overstreet2024-01-011-3/+0
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-011-1/+1
* bcachefs: Kill for_each_btree_key()Kent Overstreet2024-01-011-19/+19
* bcachefs: Clean up btree write buffer write ref handlingKent Overstreet2024-01-011-5/+5
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-1/+1
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-5/+5
* bcachefs: Fix deleted inode check for dirsKent Overstreet2023-12-081-5/+10
* bcachefs: Fix missing transaction commitKent Overstreet2023-11-141-2/+4
* bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet2023-11-141-1/+1
* bcachefs: x-macro-ify inode flags enumKent Overstreet2023-11-051-14/+24
* bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet2023-11-041-20/+58
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-70/+73
* bcachefs: bch2_inum_opts_get()Kent Overstreet2023-10-311-0/+12
* bcachefs: Guard against unknown compression optionsKent Overstreet2023-10-311-3/+5
* bcachefs: Fix bch2_inode_delete_keys()Kent Overstreet2023-10-221-2/+8
* bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet2023-10-221-3/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-25/+21
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-2/+1
* bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet2023-10-221-2/+25
* bcachefs: Split out snapshot.cKent Overstreet2023-10-221-0/+1
* bcachefs: Check for directories in deleted inodes btreeKent Overstreet2023-10-221-0/+5
* bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet2023-10-221-0/+2
* bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet2023-10-221-0/+115
* bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet2023-10-221-0/+63
* bcachefs: move inode triggers to inode.cKent Overstreet2023-10-221-0/+53
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-4/+8
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_bkey_get_iter() helpersKent Overstreet2023-10-221-10/+7
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-24/+0
* bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet2023-10-221-3/+0
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-4/+4
* bcachefs: Nocow supportKent Overstreet2023-10-221-0/+3
* bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet2023-10-221-23/+140
* bcachefs: bch2_inode_opts_get()Kent Overstreet2023-10-221-0/+8
* bcachefs: Fix compat path for old inode formatsKent Overstreet2023-10-221-0/+2
* bcachefs: Kill bch2_extent_trim_atomic() usageKent Overstreet2023-10-221-11/+3
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-13/+13