summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/dirent.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix reattach_inode() for snapshotsKent Overstreet2024-01-011-0/+28
* bcachefs: bch2_dirent_lookup() -> lockrestart_do()Kent Overstreet2024-01-011-10/+4
* bcachefs: qstr_eq()Kent Overstreet2024-01-011-2/+2
* bcachefs: bch_str_hash_flags_tKent Overstreet2024-01-011-2/+3
* bcachefs: Fix deleted inode check for dirsKent Overstreet2023-12-081-8/+11
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-43/+33
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-17/+14
* bcachefs: Lower BCH_NAME_MAX to 512Joshua Ashton2023-10-221-1/+5
* bcachefs: Optimize bch2_dirent_name_bytesJoshua Ashton2023-10-221-4/+17
* bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton2023-10-221-22/+30
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-1/+2
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Fix lockdep splat in bch2_readdirKent Overstreet2023-10-221-4/+9
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-6/+0
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-1/+1
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-8/+8
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-2/+2
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-2/+2
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-9/+9
* bcachefs: Fix a few warnings on 32 bitKent Overstreet2023-10-221-1/+1
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-1/+1
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-18/+38
* bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet2023-10-221-11/+6
* bcachefs: Kill bch_scnmemcpy()Kent Overstreet2023-10-221-3/+3
* bcachefs: Fix debug build in userspaceKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_trans_update() is now __must_checkKent Overstreet2023-10-221-2/+6
* bcachefs: Apply workaround for too many btree iters to read pathKent Overstreet2023-10-221-3/+2
* bcachefs: Update export_operations for snapshotsKent Overstreet2023-10-221-2/+2
* bcachefs: Fix an exiting of uninitialized iteratorKent Overstreet2023-10-221-6/+5
* bcachefs: Improve transaction restart handling in fsck codeKent Overstreet2023-10-221-3/+1
* bcachefs: Fix a transaction path overflowKent Overstreet2023-10-221-0/+9
* bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet2023-10-221-68/+112
* bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet2023-10-221-2/+2
* bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet2023-10-221-1/+1
* bcachefs: Fix __bch2_dirent_read_target()Kent Overstreet2023-10-221-3/+1
* bcachefs: bch2_subvolume_get()Kent Overstreet2023-10-221-23/+4
* bcachefs: Snapshot creation, deletionKent Overstreet2023-10-221-8/+0
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-35/+72
* bcachefs: Add support for dirents that point to subvolumesKent Overstreet2023-10-221-18/+87
* bcachefs: Subvolumes, snapshotsKent Overstreet2023-10-221-2/+3
* bcachefs: btree_pathKent Overstreet2023-10-221-39/+38
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-3/+15
* bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()Kent Overstreet2023-10-221-1/+4
* bcachefs: bch2_d_types[]Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet2023-10-221-1/+4
* bcachefs: Move some dirent checks to bch2_dirent_invalid()Kent Overstreet2023-10-221-5/+13
* bcachefs: Inode backpointersKent Overstreet2023-10-221-6/+12
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-0/+3
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-3/+3