aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Check for directories in deleted inodes btreeGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: bcachefs_metadata_version_deleted_inodesGravatar Kent Overstreet 1-0/+115
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cGravatar Kent Overstreet 1-0/+63
2023-10-22bcachefs: move inode triggers to inode.cGravatar Kent Overstreet 1-0/+53
2023-10-22bcachefs: Change check for invalid key typesGravatar Kent Overstreet 1-4/+8
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_bkey_get_iter() helpersGravatar Kent Overstreet 1-10/+7
2023-10-22bcachefs: bkey_ops.min_val_sizeGravatar Kent Overstreet 1-24/+0
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Gravatar Kent Overstreet 1-3/+0
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Nocow supportGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Gravatar Kent Overstreet 1-23/+140
2023-10-22bcachefs: bch2_inode_opts_get()Gravatar Kent Overstreet 1-0/+8
2023-10-22bcachefs: Fix compat path for old inode formatsGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Kill bch2_extent_trim_atomic() usageGravatar Kent Overstreet 1-11/+3
2023-10-22bcachefs: More errcode cleanupGravatar Kent Overstreet 1-13/+13
2023-10-22bcachefs: Key cache now works for snapshots btreesGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Improve bch2_inode_opts_to_opts()Gravatar Kent Overstreet 1-0/+11
2023-10-22bcachefs: Fix a transaction path overflowGravatar Kent Overstreet 1-1/+8
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Inline bch2_inode_pack()Gravatar Kent Overstreet 1-4/+11
2023-10-22bcachefs: Add private error codes for ENOSPCGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Don't BUG_ON() inode link count underflowGravatar Kent Overstreet 1-0/+33
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-18/+18
2023-10-22bcachefs: Add rw to .key_invalid()Gravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Convert .key_invalid methods to printbufsGravatar Kent Overstreet 1-56/+74
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Inode create no longer needs to probe key cacheGravatar Kent Overstreet 1-24/+4
2023-10-22bcachefs: btree_id_cached()Gravatar Kent Overstreet 1-10/+5
2023-10-22bcachefs: Simplify bch2_inode_delete_keys()Gravatar Kent Overstreet 1-35/+22
2023-10-22bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Gravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: Fix debug build in userspaceGravatar Kent Overstreet 1-10/+0
2023-10-22bcachefs: Fix missing field initializationGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch2_assert_pos_locked()Gravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Add journal_seq to inode & alloc keysGravatar Kent Overstreet 1-108/+103
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDGravatar Kent Overstreet 1-5/+1
2023-10-22bcachefs: Plumb through subvolume idGravatar Kent Overstreet 1-19/+90
2023-10-22bcachefs: Subvolumes, snapshotsGravatar Kent Overstreet 1-2/+13
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-31/+30
2023-10-22bcachefs: Add flags field to bch2_inode_to_text()Gravatar Kent Overstreet 1-6/+17
2023-10-22bcachefs: Always check for transaction restartsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add an option for whether inodes use the key cacheGravatar Kent Overstreet 1-7/+10
2023-10-22bcachefs: Add safe versions of varint encode/decodeGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Kill bch2_btree_iter_peek_cached()Gravatar Kent Overstreet 1-10/+7
2023-10-22bcachefs: Preallocate transaction memGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Check for errors from bch2_trans_update()Gravatar Kent Overstreet 1-5/+3
2023-10-22bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDGravatar Kent Overstreet 1-3/+1