summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)Author
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent 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-03-10bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent 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
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2023-12-08bcachefs: Fix deleted inode check for dirsKent Overstreet
2023-11-14bcachefs: Fix missing transaction commitKent Overstreet
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent 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-31bcachefs: Guard against unknown compression optionsKent Overstreet
2023-10-22bcachefs: Fix bch2_inode_delete_keys()Kent Overstreet
2023-10-22bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet
2023-10-22bcachefs: Split out snapshot.cKent Overstreet
2023-10-22bcachefs: Check for directories in deleted inodes btreeKent Overstreet
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedKent 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: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet
2023-10-22bcachefs: Nocow supportKent 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: Fix compat path for old inode formatsKent Overstreet
2023-10-22bcachefs: Kill bch2_extent_trim_atomic() usageKent Overstreet
2023-10-22bcachefs: More errcode cleanupKent Overstreet
2023-10-22bcachefs: Key cache now works for snapshots btreesKent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet