aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundGravatar Kent Overstreet 1-2/+3
2024-01-01bcachefs: make RO snapshots actually ROGravatar Kent Overstreet 1-1/+2
2023-11-16bcachefs: Fix missing locking for dentry->d_parent accessGravatar Kent Overstreet 1-0/+9
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-33/+25
2023-11-01bcachefs: rebalance_workGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-18/+12
2023-10-22bcachefs: bch2_acl_to_text()Gravatar Kent Overstreet 1-0/+8
2023-10-22bcachefs: Add btree_trans* to inode_set_fnGravatar Joshua Ashton 1-1/+2
2023-10-22bcachefs: bch2_xattr_set() now updates ctimeGravatar Kent Overstreet 1-12/+19
2023-10-22bcachefs: Kill bch2_xattr_get()Gravatar Kent Overstreet 1-9/+2
2023-10-22bcachefs: Change check for invalid key typesGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: bkey_ops.min_val_sizeGravatar Kent Overstreet 1-6/+0
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: More errcode cleanupGravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: Improve bch2_inode_opts_to_opts()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Errcodes can now subtype standard error codesGravatar Kent Overstreet 1-5/+11
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-9/+9
2023-10-22bcachefs: Add rw to .key_invalid()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert .key_invalid methods to printbufsGravatar Kent Overstreet 1-12/+31
2023-10-22bcachefs: Better superblock opt validationGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Gravatar Kent Overstreet 1-7/+3
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Heap allocate printbufsGravatar Kent Overstreet 1-9/+13
2023-10-22bcachefs: Kill bch_scnmemcpy()Gravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: Option improvementsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Switch fsync to use bi_journal_seqGravatar Kent Overstreet 1-1/+17
2023-10-22bcachefs: Fix restart handling in for_each_btree_key()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_trans_exit() no longer returns errorsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Plumb through subvolume idGravatar Kent Overstreet 1-5/+18
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-13/+13
2023-10-22bcachefs: Always check for transaction restartsGravatar Kent Overstreet 1-1/+7
2023-10-22bcachefs: Handle lock restarts in bch2_xattr_get()Gravatar Kent Overstreet 1-11/+12
2023-10-22bcachefs: do not compile acl mod on minimal configGravatar Dan Robertson 1-0/+2
2023-10-22bcachefs: Require all btree iterators to be freedGravatar Kent Overstreet 1-8/+10
2023-10-22bcachefs: Kill ei_str_hashGravatar Kent Overstreet 1-9/+10
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Some project id fixesGravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: Kill BTREE_INSERT_ATOMICGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: fix __bch2_xattr_bcachefs_get()Gravatar Kent Overstreet 1-14/+10
2023-10-22bcachefs: More work to avoid transaction restartsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Return errors from for_each_btree_key()Gravatar Kent Overstreet 1-48/+45
2023-10-22bcachefs: Only get btree iters from btree transactionsGravatar Kent Overstreet 1-3/+7
2023-10-22bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: more project quota fixesGravatar Kent Overstreet 1-0/+7
2023-10-22bcachefs: add bcachefs_effective xattrsGravatar Kent Overstreet 1-46/+157
2023-10-22bcachefs: Make bkey types globally uniqueGravatar Kent Overstreet 1-62/+40