index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
acl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-07
bcachefs: fix bch2_get_acl() transaction restart handling
Kent Overstreet
1
-16
/
+14
2024-01-01
bcachefs: make RO snapshots actually RO
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: acl: Add missing check in bch2_acl_chmod()
Dan Carpenter
1
-1
/
+2
2023-10-22
bcachefs: acl: Uninitialized variable in bch2_acl_chmod()
Dan Carpenter
1
-1
/
+1
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-18
/
+15
2023-10-22
bcachefs: bch2_acl_to_text()
Kent Overstreet
1
-6
/
+59
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-6
/
+4
2023-10-22
bcachefs: Convert acl.c to allocate_dropping_locks()
Kent Overstreet
1
-7
/
+16
2023-10-22
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: bch2_assert_pos_locked()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Switch fsync to use bi_journal_seq
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-14
/
+11
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-22
/
+19
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
1
-2
/
+16
2023-10-22
bcachefs: Fix bch2_acl_chmod() cleanup on error
Dan Robertson
1
-2
/
+3
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-8
/
+12
2023-10-22
bcachefs: Kill ei_str_hash
Kent Overstreet
1
-6
/
+9
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: bch2_inode_peek()/bch2_inode_write()
Kent Overstreet
1
-24
/
+27
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: fix bch2_acl_chmod()
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: kill extent_insert_hook
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Use ei_update_lock consistently
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: bch2_trans_update() now takes struct btree_insert_entry
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix mtime/ctime updates
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+387