index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cachefiles
/
io.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: New superblock section members_v2
Hunter Shaffer
9
-160
/
+326
2023-10-22
bcachefs: Add new helper to retrieve bch_member from sb
Hunter Shaffer
8
-65
/
+62
2023-10-22
bcachefs: bucket_lock() is now a sleepable lock
Kent Overstreet
2
-4
/
+5
2023-10-22
bcachefs: fix crc32c checksum merge byte order problem
Brian Foster
1
-2
/
+2
2023-10-22
bcachefs: Fix bch2_inode_delete_keys()
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: Make btree root read errors recoverable
Kent Overstreet
1
-5
/
+4
2023-10-22
bcachefs: Fall back to requesting passphrase directly
Kent Overstreet
1
-2
/
+31
2023-10-22
bcachefs: Fix looping around bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors
Kent Overstreet
4
-137
/
+80
2023-10-22
bcachefs: Silence transaction restart error message
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: More assertions for nocow locking
Kent Overstreet
3
-8
/
+31
2023-10-22
bcachefs: nocow locking: Fix lock leak
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Fixes for building in userspace
Kent Overstreet
5
-2
/
+27
2023-10-22
bcachefs: Ignore unknown mount options
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Always check for invalid bkeys in main commit path
Kent Overstreet
1
-4
/
+0
2023-10-22
bcachefs: Make sure to initialize equiv when creating new snapshots
Kent Overstreet
2
-4
/
+6
2023-10-22
bcachefs: Fix a null ptr deref in bch2_get_alloc_in_memory_pos()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix changing durability using sysfs
Torge Matthies
1
-1
/
+1
2023-10-22
bcachefs: initial freeze/unfreeze support
Brian Foster
1
-2
/
+29
2023-10-22
bcachefs: More minor smatch fixes
Kent Overstreet
6
-5
/
+6
2023-10-22
bcachefs: Minor bch2_btree_node_get() smatch fixes
Kent Overstreet
1
-22
/
+2
2023-10-22
bcachefs: snapshots: Use kvfree_rcu_mightsleep()
Kent Overstreet
1
-22
/
+2
2023-10-22
bcachefs: Fix strndup_user() error checking
Kent Overstreet
1
-9
/
+11
2023-10-22
bcachefs: drop journal lock before calling journal_write
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncation
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix error checks in bch2_chacha_encrypt_key()
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: Fix an overflow check
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fix copy_to_user() usage in flush_buf()
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: fix race between journal entry close and pin set
Brian Foster
2
-13
/
+28
2023-10-22
bcachefs: prepare journal buf put to handle pin put
Brian Foster
2
-6
/
+18
2023-10-22
bcachefs: refactor pin put helpers
Brian Foster
3
-9
/
+8
2023-10-22
bcachefs: snapshot: Add missing assignment in bch2_delete_dead_snapshots()
Dan Carpenter
1
-2
/
+2
2023-10-22
bcachefs: fs-ioctl: Fix copy_to_user() error code
Dan Carpenter
1
-1
/
+4
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: Fix -Wself-assign
Nick Desaulniers
1
-2
/
+2
2023-10-22
bcachefs: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2023-10-22
bcachefs: fix error checking in bch2_fs_alloc()
Dan Carpenter
1
-1
/
+1
2023-10-22
bcachefs: chardev: fix an integer overflow (32 bit only)
Dan Carpenter
1
-1
/
+1
2023-10-22
bcachefs: chardev: return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-10
/
+20
2023-10-22
bcachefs: Change bucket_lock() to use bit_spin_lock()
Kent Overstreet
1
-3
/
+30
2023-10-22
bcachefs: Kill other unreachable() uses
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Remove undefined behavior in bch2_dev_buckets_reserved()
Josh Poimboeuf
1
-1
/
+1
2023-10-22
bcachefs: Remove a redundant and harmless bch2_free_super() call
Christophe JAILLET
1
-1
/
+0
2023-10-22
bcachefs: Fix use-after-free in bch2_dev_add()
Christophe JAILLET
1
-3
/
+1
2023-10-22
bcachefs: add module description to fix modpost warning
Brian Foster
1
-0
/
+1
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
47
-877
/
+731
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
51
-451
/
+459
2023-10-22
bcachefs: Remove unneeded semicolon
Yang Li
2
-4
/
+4
2023-10-22
bcachefs: Add a missing prefetch include
Kent Overstreet
1
-0
/
+1
[next]