summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li2024-03-131-2/+3
* bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-211-2/+3
* bcachefs: make RO snapshots actually ROKent Overstreet2024-01-011-1/+2
* bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet2023-11-161-0/+9
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-33/+25
* bcachefs: rebalance_workKent Overstreet2023-11-011-1/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-18/+12
* bcachefs: bch2_acl_to_text()Kent Overstreet2023-10-221-0/+8
* bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton2023-10-221-1/+2
* bcachefs: bch2_xattr_set() now updates ctimeKent Overstreet2023-10-221-12/+19
* bcachefs: Kill bch2_xattr_get()Kent Overstreet2023-10-221-9/+2
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-1/+2
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-3/+2
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-3/+3
* 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-5/+5
* bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet2023-10-221-1/+1
* bcachefs: Errcodes can now subtype standard error codesKent Overstreet2023-10-221-5/+11
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-1/+1
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-9/+9
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-1/+1
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-12/+31
* bcachefs: Better superblock opt validationKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet2023-10-221-7/+3
* bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet2023-10-221-1/+1
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-9/+13
* bcachefs: Kill bch_scnmemcpy()Kent Overstreet2023-10-221-5/+5
* bcachefs: Option improvementsKent Overstreet2023-10-221-1/+1
* bcachefs: Switch fsync to use bi_journal_seqKent Overstreet2023-10-221-1/+17
* bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet2023-10-221-1/+1
* bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet2023-10-221-1/+1
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-5/+18
* bcachefs: btree_pathKent Overstreet2023-10-221-13/+13
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-1/+7
* bcachefs: Handle lock restarts in bch2_xattr_get()Kent Overstreet2023-10-221-11/+12
* bcachefs: do not compile acl mod on minimal configDan Robertson2023-10-221-0/+2
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-8/+10
* bcachefs: Kill ei_str_hashKent Overstreet2023-10-221-9/+10
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-2/+2
* bcachefs: Some project id fixesKent Overstreet2023-10-221-1/+5
* bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet2023-10-221-2/+1
* bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet2023-10-221-1/+2
* bcachefs: fix __bch2_xattr_bcachefs_get()Kent Overstreet2023-10-221-14/+10
* bcachefs: More work to avoid transaction restartsKent Overstreet2023-10-221-2/+2
* bcachefs: Return errors from for_each_btree_key()Kent Overstreet2023-10-221-48/+45
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-3/+7
* bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet2023-10-221-1/+1
* bcachefs: more project quota fixesKent Overstreet2023-10-221-0/+7
* bcachefs: add bcachefs_effective xattrsKent Overstreet2023-10-221-46/+157