summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21bcachefs: Add comments for inode snapshot requirementsKent Overstreet1-0/+5
2025-05-21bcachefs: Rename x_name to x_name_and_valueAlan Huang1-8/+8
2025-05-21bcachefs: Clean up option pre/post hooks, small fixesKent Overstreet1-1/+1
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet1-0/+6
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-1/+1
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet1-1/+1
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-1/+1
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet1-1/+1
2024-12-21bcachefs: bch2_write_inode() now checks for changing rebalance optionsKent Overstreet1-7/+0
2024-12-21bcachefs: move bch2_xattr_handlers to .rodataThomas Bertschinger1-1/+1
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet1-1/+1
2024-09-09bcachefs: Simplify bch2_xattr_emit() implementationYouling Tang1-6/+16
2024-09-09bcachefs: drop unused posix acl handlersYouling Tang1-4/+0
2024-09-09bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvolume_uptoKent Overstreet1-43/+12
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet1-1/+1
2024-08-22bcachefs: setting bcachefs_effective.* xattrs is a noopKent Overstreet1-1/+11
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-11/+10
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