aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
10 daysbcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-4/+4
11 daysbcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor1-1/+1
11 daysbcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-15/+15
11 daysbcachefs: prt_printf() now respects \r\n\tKent Overstreet1-17/+7
2024-04-28bcachefs: fix integer conversion bugKent Overstreet1-1/+1
2024-03-31bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Thomas Bertschinger1-1/+1
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet1-5/+10
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet1-2/+3
2024-03-13bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet1-1/+1
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet1-0/+28
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou1-2/+3
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet1-7/+18
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet1-1/+1
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet1-1/+1
2024-01-05bcachefs: unify inode triggerKent Overstreet1-41/+26
2024-01-05bcachefs: mark now takes bkey_sKent Overstreet1-5/+2
2024-01-05bcachefs: trans_mark now takes bkey_sKent Overstreet1-4/+4
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-3/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-1/+1
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-19/+19
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet1-5/+5
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-5/+5
2023-12-08bcachefs: Fix deleted inode check for dirsKent Overstreet1-5/+10
2023-11-14bcachefs: Fix missing transaction commitKent Overstreet1-2/+4
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-14/+24
2023-11-04bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet1-20/+58
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-70/+73
2023-10-31bcachefs: bch2_inum_opts_get()Kent Overstreet1-0/+12
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet1-3/+5
2023-10-22bcachefs: Fix bch2_inode_delete_keys()Kent Overstreet1-2/+8
2023-10-22bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet1-3/+1
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet1-25/+21
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet1-2/+1
2023-10-22bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet1-2/+25
2023-10-22bcachefs: Split out snapshot.cKent Overstreet1-0/+1
2023-10-22bcachefs: Check for directories in deleted inodes btreeKent Overstreet1-0/+5
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet1-0/+2
2023-10-22bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet1-0/+115
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet1-0/+63
2023-10-22bcachefs: move inode triggers to inode.cKent Overstreet1-0/+53
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet1-4/+8
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-22bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-10/+7
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet1-24/+0
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet1-3/+0
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-4/+4
2023-10-22bcachefs: Nocow supportKent Overstreet1-0/+3
2023-10-22bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet1-23/+140
2023-10-22bcachefs: bch2_inode_opts_get()Kent Overstreet1-0/+8
2023-10-22bcachefs: Fix compat path for old inode formatsKent Overstreet1-0/+2
2023-10-22bcachefs: Kill bch2_extent_trim_atomic() usageKent Overstreet1-11/+3
2023-10-22bcachefs: More errcode cleanupKent Overstreet1-13/+13
2023-10-22bcachefs: Key cache now works for snapshots btreesKent Overstreet1-2/+2
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-1/+1
2023-10-22bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet1-0/+11
2023-10-22bcachefs: Fix a transaction path overflowKent Overstreet1-1/+8
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet1-1/+1
2023-10-22bcachefs: Inline bch2_inode_pack()Kent Overstreet1-4/+11
2023-10-22bcachefs: Add private error codes for ENOSPCKent Overstreet1-1/+1
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-2/+2
2023-10-22bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet1-0/+33
2023-10-22bcachefs: Printbuf reworkKent Overstreet1-18/+18
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet1-3/+3
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-56/+74
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet1-2/+2
2023-10-22bcachefs: Inode create no longer needs to probe key cacheKent Overstreet1-24/+4
2023-10-22bcachefs: btree_id_cached()Kent Overstreet1-10/+5
2023-10-22bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet1-35/+22
2023-10-22bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet1-1/+5
2023-10-22bcachefs: Fix debug build in userspaceKent Overstreet1-10/+0
2023-10-22bcachefs: Fix missing field initializationKent Overstreet1-0/+1
2023-10-22bcachefs: bch2_assert_pos_locked()Kent Overstreet1-3/+3
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet1-108/+103
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-5/+1
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet1-19/+90
2023-10-22bcachefs: Subvolumes, snapshotsKent Overstreet1-2/+13
2023-10-22bcachefs: btree_pathKent Overstreet1-31/+30
2023-10-22bcachefs: Add flags field to bch2_inode_to_text()Kent Overstreet1-6/+17
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet1-1/+1
2023-10-22bcachefs: Add an option for whether inodes use the key cacheKent Overstreet1-7/+10
2023-10-22bcachefs: Add safe versions of varint encode/decodeKent Overstreet1-3/+3
2023-10-22bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet1-10/+7
2023-10-22bcachefs: Preallocate transaction memKent Overstreet1-1/+1
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet1-5/+3
2023-10-22bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet1-3/+1
2023-10-22bcachefs: Add an option to control sharding new inode numbersKent Overstreet1-7/+14
2023-10-22bcachefs: properly initialize used valuesDan Robertson1-1/+1
2023-10-22bcachefs: Improved check_directory_structure()Kent Overstreet1-26/+5
2023-10-22bcachefs: Change inode allocation code for snapshotsKent Overstreet1-23/+55
2023-10-22bcachefs: Inode backpointersKent Overstreet1-13/+5
2023-10-22bcachefs: Start using bpos.snapshot fieldKent Overstreet1-0/+1
2023-10-22bcachefs: Improve inode deletion codeKent Overstreet1-31/+14
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet1-0/+1
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-9/+9
2023-10-22bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet1-4/+15
2023-10-22bcachefs: Fix a shift greater than type sizeKent Overstreet1-1/+1
2023-10-22bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet1-6/+0
2023-10-22bcachefs: bch2_btree_delete_range_trans()Kent Overstreet1-10/+10
2023-10-22bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet1-4/+10
2023-10-22bcachefs: Inode delete doesn't need to flush key cache anymoreKent Overstreet1-9/+2
2023-10-22bcachefs: Fix btree iterator leakKent Overstreet1-1/+3
2023-10-22bcachefs: New varintsKent Overstreet1-54/+133
2023-10-22bcachefs: Improved inode create optimizationKent Overstreet1-92/+47
2023-10-22bcachefs: Inode create optimizationKent Overstreet1-44/+93
2023-10-22bcachefs: Use cached iterators for inode updatesKent Overstreet1-40/+64
2023-10-22bcachefs: Add mode to bch2_inode_to_textKent Overstreet1-0/+2
2023-10-22bcachefs: Kill bkey_type_successorKent Overstreet1-16/+16
2023-10-22bcachefs: Make sure we're releasing btree iteratorsKent Overstreet1-36/+24
2023-10-22bcachefs: Split out btree_trigger_flagsKent Overstreet1-3/+3
2023-10-22bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet1-1/+0
2023-10-22bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet1-1/+1
2023-10-22bcachefs: Initialize padding space after alloc bkeyJustin Husted1-4/+4
2023-10-22bcachefs: Add missing error checking in bch2_find_by_inum_trans()Kent Overstreet1-3/+8
2023-10-22bcachefs: Factor out fs-common.cKent Overstreet1-14/+25
2023-10-22bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet1-3/+4
2023-10-22bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet1-0/+47
2023-10-22bcachefs: Kill deferred btree updatesKent Overstreet1-4/+2
2023-10-22bcachefs: add inode_generation_to_text methodKent Overstreet1-0/+3
2023-10-22bcachefs: More work to avoid transaction restartsKent Overstreet1-1/+1
2023-10-22bcachefs: Fsck locking improvementsKent Overstreet1-17/+18
2023-10-22bcachefs: trans_for_each_iter()Kent Overstreet1-2/+2
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet1-5/+7
2023-10-22bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-13/+16
2023-10-22bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet1-1/+2
2023-10-22bcachefs: add bcachefs_effective xattrsKent Overstreet1-1/+6
2023-10-22bcachefs: merge BCH_INODE_FIELDS_INHERIT/BCH_INODE_OPTSKent Overstreet1-2/+2
2023-10-22bcachefs: use x-macros more consistentlyKent Overstreet1-10/+10
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet1-59/+49
2023-10-22bcachefs: revamp to_text methodsKent Overstreet1-7/+4
2023-10-22bcachefs: kill extent_insert_hookKent Overstreet1-27/+10
2023-10-22bcachefs: fix bch2_val_to_text()Kent Overstreet1-2/+4
2023-10-22bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet1-1/+2
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+517