summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet
2023-10-22bcachefs: Fix a transaction path overflowKent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Inline bch2_inode_pack()Kent Overstreet
2023-10-22bcachefs: Add private error codes for ENOSPCKent Overstreet
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-10-22bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet
2023-10-22bcachefs: Inode create no longer needs to probe key cacheKent Overstreet
2023-10-22bcachefs: btree_id_cached()Kent Overstreet
2023-10-22bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet
2023-10-22bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet
2023-10-22bcachefs: Fix debug build in userspaceKent Overstreet
2023-10-22bcachefs: Fix missing field initializationKent Overstreet
2023-10-22bcachefs: bch2_assert_pos_locked()Kent Overstreet
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet
2023-10-22bcachefs: Subvolumes, snapshotsKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: Add flags field to bch2_inode_to_text()Kent Overstreet
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet
2023-10-22bcachefs: Add an option for whether inodes use the key cacheKent Overstreet
2023-10-22bcachefs: Add safe versions of varint encode/decodeKent Overstreet
2023-10-22bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet
2023-10-22bcachefs: Preallocate transaction memKent Overstreet
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet
2023-10-22bcachefs: Add an option to control sharding new inode numbersKent Overstreet
2023-10-22bcachefs: properly initialize used valuesDan Robertson
2023-10-22bcachefs: Improved check_directory_structure()Kent Overstreet
2023-10-22bcachefs: Change inode allocation code for snapshotsKent Overstreet
2023-10-22bcachefs: Inode backpointersKent Overstreet
2023-10-22bcachefs: Start using bpos.snapshot fieldKent Overstreet
2023-10-22bcachefs: Improve inode deletion codeKent Overstreet
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet
2023-10-22bcachefs: Fix a shift greater than type sizeKent Overstreet
2023-10-22bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet
2023-10-22bcachefs: bch2_btree_delete_range_trans()Kent Overstreet
2023-10-22bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet
2023-10-22bcachefs: Inode delete doesn't need to flush key cache anymoreKent Overstreet
2023-10-22bcachefs: Fix btree iterator leakKent Overstreet
2023-10-22bcachefs: New varintsKent Overstreet
2023-10-22bcachefs: Improved inode create optimizationKent Overstreet
2023-10-22bcachefs: Inode create optimizationKent Overstreet