summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Improve inode deletion codeKent Overstreet1-31/+14
2023-10-23bcachefs: Require all btree iterators to be freedKent Overstreet1-0/+1
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-9/+9
2023-10-23bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet1-4/+15
2023-10-23bcachefs: Fix a shift greater than type sizeKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet1-6/+0
2023-10-23bcachefs: bch2_btree_delete_range_trans()Kent Overstreet1-10/+10
2023-10-23bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet1-4/+10
2023-10-23bcachefs: Inode delete doesn't need to flush key cache anymoreKent Overstreet1-9/+2
2023-10-23bcachefs: Fix btree iterator leakKent Overstreet1-1/+3
2023-10-23bcachefs: New varintsKent Overstreet1-54/+133
2023-10-23bcachefs: Improved inode create optimizationKent Overstreet1-92/+47
2023-10-23bcachefs: Inode create optimizationKent Overstreet1-44/+93
2023-10-23bcachefs: Use cached iterators for inode updatesKent Overstreet1-40/+64
2023-10-23bcachefs: Add mode to bch2_inode_to_textKent Overstreet1-0/+2
2023-10-23bcachefs: Kill bkey_type_successorKent Overstreet1-16/+16
2023-10-23bcachefs: Make sure we're releasing btree iteratorsKent Overstreet1-36/+24
2023-10-23bcachefs: Split out btree_trigger_flagsKent Overstreet1-3/+3
2023-10-23bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet1-1/+0
2023-10-23bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet1-1/+1
2023-10-23bcachefs: Initialize padding space after alloc bkeyJustin Husted1-4/+4
2023-10-23bcachefs: Add missing error checking in bch2_find_by_inum_trans()Kent Overstreet1-3/+8
2023-10-23bcachefs: Factor out fs-common.cKent Overstreet1-14/+25
2023-10-23bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet1-3/+4