summaryrefslogtreecommitdiff
path: root/fs/bcachefs/acl.c
AgeCommit message (Expand)Author
2023-09-19bcachefs: acl: Add missing check in bch2_acl_chmod()Dan Carpenter
2023-09-19bcachefs: acl: Uninitialized variable in bch2_acl_chmod()Dan Carpenter
2023-09-13bcachefs: Heap allocate btree_transKent Overstreet
2023-09-09bcachefs: bch2_acl_to_text()Kent Overstreet
2023-08-28bcachefs: Assorted sparse fixesKent Overstreet
2023-08-28bcachefs: Convert acl.c to allocate_dropping_locks()Kent Overstreet
2023-08-28bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-08-28bcachefs: Assorted checkpatch fixesKent Overstreet
2023-08-28bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-08-28bcachefs: bch2_assert_pos_locked()Kent Overstreet
2023-08-28bcachefs: Switch fsync to use bi_journal_seqKent Overstreet
2023-08-28bcachefs: Plumb through subvolume idKent Overstreet
2023-08-28bcachefs: btree_pathKent Overstreet
2023-08-28bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet
2023-08-28bcachefs: Always check for transaction restartsKent Overstreet
2023-08-28bcachefs: Fix bch2_acl_chmod() cleanup on errorDan Robertson
2023-08-28bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2023-08-28bcachefs: Require all btree iterators to be freedKent Overstreet
2023-08-28bcachefs: Kill ei_str_hashKent Overstreet
2023-08-28bcachefs: Split out btree_trigger_flagsKent Overstreet
2023-08-28bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet
2023-08-28bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet
2023-08-28bcachefs: Kill deferred btree updatesKent Overstreet
2023-08-28bcachefs: More work to avoid transaction restartsKent Overstreet
2023-08-28bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet
2023-08-28bcachefs: Make bkey types globally uniqueKent Overstreet
2023-08-28bcachefs: fix bch2_acl_chmod()Kent Overstreet
2023-08-28bcachefs: kill extent_insert_hookKent Overstreet
2023-08-28bcachefs: Use ei_update_lock consistentlyKent Overstreet
2023-08-28bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet
2023-08-28bcachefs: Fix mtime/ctime updatesKent Overstreet
2023-08-28bcachefs: Initial commitKent Overstreet