summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/acl.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: make RO snapshots actually ROKent Overstreet2024-01-011-1/+2
* bcachefs: acl: Add missing check in bch2_acl_chmod()Dan Carpenter2023-10-221-1/+2
* bcachefs: acl: Uninitialized variable in bch2_acl_chmod()Dan Carpenter2023-10-221-1/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-18/+15
* bcachefs: bch2_acl_to_text()Kent Overstreet2023-10-221-6/+59
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-6/+4
* bcachefs: Convert acl.c to allocate_dropping_locks()Kent Overstreet2023-10-221-7/+16
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-3/+3
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-2/+2
* bcachefs: bch2_assert_pos_locked()Kent Overstreet2023-10-221-1/+1
* bcachefs: Switch fsync to use bi_journal_seqKent Overstreet2023-10-221-2/+1
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-14/+11
* bcachefs: btree_pathKent Overstreet2023-10-221-22/+19
* bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet2023-10-221-2/+1
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-2/+16
* bcachefs: Fix bch2_acl_chmod() cleanup on errorDan Robertson2023-10-221-2/+3
* bcachefs: Check for errors from bch2_trans_update()Kent Overstreet2023-10-221-1/+1
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-8/+12
* bcachefs: Kill ei_str_hashKent Overstreet2023-10-221-6/+9
* bcachefs: Split out btree_trigger_flagsKent Overstreet2023-10-221-1/+1
* bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet2023-10-221-1/+0
* bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet2023-10-221-24/+27
* bcachefs: Kill deferred btree updatesKent Overstreet2023-10-221-1/+1
* bcachefs: More work to avoid transaction restartsKent Overstreet2023-10-221-2/+2
* bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet2023-10-221-2/+2
* bcachefs: Make bkey types globally uniqueKent Overstreet2023-10-221-3/+3
* bcachefs: fix bch2_acl_chmod()Kent Overstreet2023-10-221-0/+1
* bcachefs: kill extent_insert_hookKent Overstreet2023-10-221-1/+1
* bcachefs: Use ei_update_lock consistentlyKent Overstreet2023-10-221-3/+5
* bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet2023-10-221-1/+1
* bcachefs: Fix mtime/ctime updatesKent Overstreet2023-10-221-2/+1
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+387