summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)Author
2022-12-20bcachefs: Bring back key cache for inodesbcachefs-v6.0Kent Overstreet
2022-12-20bcachefs: Key cache now works for snapshots btreesKent Overstreet
2022-12-20bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet
2022-12-03bcachefs: Fix compat path for old inode formatsKent Overstreet
2022-11-30bcachefs: New btree helpersKent Overstreet
2022-11-30bcachefs: bch2_inode_opts_get()Kent Overstreet
2022-11-30bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2022-11-30bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet
2022-11-19bcachefs: More errcode cleanupKent Overstreet
2022-11-17bcachefs: Fix a transaction path overflowKent Overstreet
2022-10-22bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet
2022-10-19bcachefs: Assorted checkpatch fixesKent Overstreet
2022-10-17bcachefs: Inline bch2_inode_pack()Kent Overstreet
2022-10-05bcachefs: Add private error codes for ENOSPCKent Overstreet
2022-10-05bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2022-10-05bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet
2022-10-05bcachefs: Convert to lib/printbuf.cKent Overstreet
2022-10-05bcachefs: Add rw to .key_invalid()Kent Overstreet
2022-10-05bcachefs: Convert .key_invalid methods to printbufsKent Overstreet
2022-10-05bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet
2022-10-05bcachefs: btree_id_cached()Kent Overstreet
2022-10-05bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet
2022-10-05bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet
2022-10-05bcachefs: Fix debug build in userspaceKent Overstreet
2022-10-05bcachefs: Fix missing field initializationKent Overstreet
2022-10-05bcachefs: bch2_assert_pos_locked()Kent Overstreet
2022-10-05bcachefs: Add journal_seq to inode & alloc keysKent Overstreet
2022-10-05bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet
2022-10-05bcachefs: Plumb through subvolume idKent Overstreet
2022-10-05bcachefs: Subvolumes, snapshotsKent Overstreet
2022-10-05bcachefs: Disable btree key cache for inodesKent Overstreet
2022-10-05bcachefs: Fix initialization of bch_write_op.nonceKent Overstreet
2022-10-05bcachefs: Add flags field to bch2_inode_to_text()Kent Overstreet
2022-10-05bcachefs: Always check for transaction restartsKent Overstreet
2022-10-05bcachefs: Add an option for whether inodes use the key cacheKent Overstreet
2022-10-05bcachefs: Add safe versions of varint encode/decodeKent Overstreet
2022-10-05bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet
2022-10-05bcachefs: Preallocate transaction memKent Overstreet
2022-10-05bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2022-10-05bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet
2022-10-05bcachefs: Add an option to control sharding new inode numbersKent Overstreet
2022-10-05bcachefs: properly initialize used valuesDan Robertson
2022-10-05bcachefs: Improved check_directory_structure()Kent Overstreet
2022-10-05bcachefs: Change inode allocation code for snapshotsKent Overstreet
2022-10-05bcachefs: Inode backpointersKent Overstreet
2022-10-05bcachefs: Start using bpos.snapshot fieldKent Overstreet
2022-10-05bcachefs: Improve inode deletion codeKent Overstreet
2022-10-05bcachefs: Require all btree iterators to be freedKent Overstreet
2022-10-05bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2022-10-05bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet