summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcachefs: Key cache now works for snapshots btreesKent Overstreet2023-10-221-2/+2
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-1/+1
* bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet2023-10-221-0/+11
* bcachefs: Fix a transaction path overflowKent Overstreet2023-10-221-1/+8
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Inline bch2_inode_pack()Kent Overstreet2023-10-221-4/+11
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-1/+1
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-2/+2
* bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet2023-10-221-0/+33
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-18/+18
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-3/+3
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-56/+74
* bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet2023-10-221-2/+2
* bcachefs: Inode create no longer needs to probe key cacheKent Overstreet2023-10-221-24/+4
* bcachefs: btree_id_cached()Kent Overstreet2023-10-221-10/+5
* bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet2023-10-221-35/+22
* bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet2023-10-221-1/+5
* bcachefs: Fix debug build in userspaceKent Overstreet2023-10-221-10/+0
* bcachefs: Fix missing field initializationKent Overstreet2023-10-221-0/+1
* bcachefs: bch2_assert_pos_locked()Kent Overstreet2023-10-221-3/+3