summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Inode create no longer needs to probe key cacheKent Overstreet1-24/+4
2023-10-23bcachefs: btree_id_cached()Kent Overstreet1-10/+5
2023-10-23bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet1-35/+22
2023-10-23bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet1-1/+5
2023-10-23bcachefs: Fix debug build in userspaceKent Overstreet1-10/+0
2023-10-23bcachefs: Fix missing field initializationKent Overstreet1-0/+1
2023-10-23bcachefs: bch2_assert_pos_locked()Kent Overstreet1-3/+3
2023-10-23bcachefs: Add journal_seq to inode & alloc keysKent Overstreet1-108/+103
2023-10-23bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-5/+1
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-19/+90
2023-10-23bcachefs: Subvolumes, snapshotsKent Overstreet1-2/+13
2023-10-23bcachefs: btree_pathKent Overstreet1-31/+30
2023-10-23bcachefs: Add flags field to bch2_inode_to_text()Kent Overstreet1-6/+17
2023-10-23bcachefs: Always check for transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: Add an option for whether inodes use the key cacheKent Overstreet1-7/+10
2023-10-23bcachefs: Add safe versions of varint encode/decodeKent Overstreet1-3/+3
2023-10-23bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet1-10/+7
2023-10-23bcachefs: Preallocate transaction memKent Overstreet1-1/+1
2023-10-23bcachefs: Check for errors from bch2_trans_update()Kent Overstreet1-5/+3
2023-10-23bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet1-3/+1
2023-10-23bcachefs: Add an option to control sharding new inode numbersKent Overstreet1-7/+14
2023-10-23bcachefs: properly initialize used valuesDan Robertson1-1/+1
2023-10-23bcachefs: Improved check_directory_structure()Kent Overstreet1-26/+5
2023-10-23bcachefs: Change inode allocation code for snapshotsKent Overstreet1-23/+55
2023-10-23bcachefs: Inode backpointersKent Overstreet1-13/+5
2023-10-23bcachefs: Start using bpos.snapshot fieldKent Overstreet1-0/+1