index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
acl.c
Age
Commit message (
Expand
)
Author
2024-04-07
bcachefs: fix bch2_get_acl() transaction restart handling
Kent Overstreet
2024-01-01
bcachefs: make RO snapshots actually RO
Kent Overstreet
2023-10-22
bcachefs: acl: Add missing check in bch2_acl_chmod()
Dan Carpenter
2023-10-22
bcachefs: acl: Uninitialized variable in bch2_acl_chmod()
Dan Carpenter
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: bch2_acl_to_text()
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: Convert acl.c to allocate_dropping_locks()
Kent Overstreet
2023-10-22
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
bcachefs: bch2_assert_pos_locked()
Kent Overstreet
2023-10-22
bcachefs: Switch fsync to use bi_journal_seq
Kent Overstreet
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_acl_chmod() cleanup on error
Dan Robertson
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
2023-10-22
bcachefs: Kill ei_str_hash
Kent Overstreet
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
2023-10-22
bcachefs: bch2_inode_peek()/bch2_inode_write()
Kent Overstreet
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
2023-10-22
bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()
Kent Overstreet
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
2023-10-22
bcachefs: fix bch2_acl_chmod()
Kent Overstreet
2023-10-22
bcachefs: kill extent_insert_hook
Kent Overstreet
2023-10-22
bcachefs: Use ei_update_lock consistently
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_update() now takes struct btree_insert_entry
Kent Overstreet
2023-10-22
bcachefs: Fix mtime/ctime updates
Kent Overstreet
2023-10-22
bcachefs: Initial commit
Kent Overstreet