summaryrefslogtreecommitdiff
path: root/fs/bcachefs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li1-2/+3
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-2/+3
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet1-1/+2
2023-11-17bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet1-0/+9
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-33/+25
2023-11-02bcachefs: rebalance_workKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-18/+12
2023-10-23bcachefs: bch2_acl_to_text()Kent Overstreet1-0/+8
2023-10-23bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton1-1/+2
2023-10-23bcachefs: bch2_xattr_set() now updates ctimeKent Overstreet1-12/+19
2023-10-23bcachefs: Kill bch2_xattr_get()Kent Overstreet1-9/+2
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-1/+2
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-3/+2
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