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