aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-1/+1
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-3/+3
2024-05-08bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet1-16/+9
2024-05-08bcachefs: Fix xattr_to_text() unsafetyKent Overstreet1-4/+10
2024-03-13bcachefs: 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-16bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet1-0/+9
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-33/+25
2023-11-01bcachefs: rebalance_workKent Overstreet1-1/+1
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet1-18/+12
2023-10-22bcachefs: bch2_acl_to_text()Kent Overstreet1-0/+8
2023-10-22bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton1-1/+2
2023-10-22bcachefs: bch2_xattr_set() now updates ctimeKent Overstreet1-12/+19
2023-10-22bcachefs: Kill bch2_xattr_get()Kent Overstreet1-9/+2
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet1-1/+2
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet1-3/+2
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet1-3/+3
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet1-6/+0
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-1/+1
2023-10-22bcachefs: More errcode cleanupKent Overstreet1-5/+5
2023-10-22bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet1-1/+1
2023-10-22bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-5/+11
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-1/+1
2023-10-22bcachefs: Printbuf reworkKent Overstreet1-9/+9
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet1-1/+1
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-12/+31
2023-10-22bcachefs: Better superblock opt validationKent Overstreet1-1/+1
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet1-7/+3
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-1/+1
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet1-9/+13
2023-10-22bcachefs: Kill bch_scnmemcpy()Kent Overstreet1-5/+5
2023-10-22bcachefs: Option improvementsKent Overstreet1-1/+1
2023-10-22bcachefs: Switch fsync to use bi_journal_seqKent Overstreet1-1/+17
2023-10-22bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet1-1/+1
2023-10-22bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet1-1/+1
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet1-5/+18
2023-10-22bcachefs: btree_pathKent Overstreet1-13/+13
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet1-1/+7
2023-10-22bcachefs: Handle lock restarts in bch2_xattr_get()Kent Overstreet1-11/+12
2023-10-22bcachefs: do not compile acl mod on minimal configDan Robertson1-0/+2
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet1-8/+10
2023-10-22bcachefs: Kill ei_str_hashKent Overstreet1-9/+10
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-2/+2
2023-10-22bcachefs: Some project id fixesKent Overstreet1-1/+5
2023-10-22bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet1-2/+1
2023-10-22bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet1-1/+2
2023-10-22bcachefs: fix __bch2_xattr_bcachefs_get()Kent Overstreet1-14/+10
2023-10-22bcachefs: More work to avoid transaction restartsKent Overstreet1-2/+2
2023-10-22bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-48/+45