summaryrefslogtreecommitdiff
path: root/fs/bcachefs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-3/+3
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-6/+0
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-1/+1
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-5/+5
2023-10-23bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet1-1/+1
2023-10-23bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-5/+11
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-9/+9
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-1/+1
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-12/+31
2023-10-23bcachefs: Better superblock opt validationKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet1-7/+3
2023-10-23bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-9/+13
2023-10-23bcachefs: Kill bch_scnmemcpy()Kent Overstreet1-5/+5
2023-10-23bcachefs: Option improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: Switch fsync to use bi_journal_seqKent Overstreet1-1/+17
2023-10-23bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet1-1/+1
2023-10-23bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet1-1/+1
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-5/+18
2023-10-23bcachefs: btree_pathKent Overstreet1-13/+13
2023-10-23bcachefs: Always check for transaction restartsKent Overstreet1-1/+7
2023-10-23bcachefs: Handle lock restarts in bch2_xattr_get()Kent Overstreet1-11/+12
2023-10-23bcachefs: do not compile acl mod on minimal configDan Robertson1-0/+2
2023-10-23bcachefs: Require all btree iterators to be freedKent Overstreet1-8/+10
2023-10-23bcachefs: Kill ei_str_hashKent Overstreet1-9/+10
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-2/+2
2023-10-23bcachefs: Some project id fixesKent Overstreet1-1/+5
2023-10-23bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet1-2/+1
2023-10-23bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet1-1/+2
2023-10-23bcachefs: fix __bch2_xattr_bcachefs_get()Kent Overstreet1-14/+10
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-2/+2
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-48/+45
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-3/+7
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-1/+1
2023-10-23bcachefs: more project quota fixesKent Overstreet1-0/+7
2023-10-23bcachefs: add bcachefs_effective xattrsKent Overstreet1-46/+157
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-62/+40
2023-10-23bcachefs: Check for unsupported featuresKent Overstreet1-7/+3
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-20/+28
2023-10-23bcachefs: fix bch2_val_to_text()Kent Overstreet1-15/+17
2023-10-23bcachefs: Fix mtime/ctime updatesKent Overstreet1-1/+1
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+485