summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: bch2_inode_opts_get()Kent Overstreet1-0/+8
2023-10-23bcachefs: Fix compat path for old inode formatsKent Overstreet1-0/+2
2023-10-23bcachefs: Kill bch2_extent_trim_atomic() usageKent Overstreet1-11/+3
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-13/+13
2023-10-23bcachefs: Key cache now works for snapshots btreesKent Overstreet1-2/+2
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-1/+1
2023-10-23bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet1-0/+11
2023-10-23bcachefs: Fix a transaction path overflowKent Overstreet1-1/+8
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Inline bch2_inode_pack()Kent Overstreet1-4/+11
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-1/+1
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-2/+2
2023-10-23bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet1-0/+33
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-18/+18
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-3/+3
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-56/+74
2023-10-23bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet1-2/+2