index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Always check for invalid bkeys in main commit path
Kent Overstreet
2023-10-22
bcachefs: Make sure to initialize equiv when creating new snapshots
Kent Overstreet
2023-10-22
bcachefs: Fix a null ptr deref in bch2_get_alloc_in_memory_pos()
Kent Overstreet
2023-10-22
bcachefs: Fix changing durability using sysfs
Torge Matthies
2023-10-22
bcachefs: initial freeze/unfreeze support
Brian Foster
2023-10-22
bcachefs: More minor smatch fixes
Kent Overstreet
2023-10-22
bcachefs: Minor bch2_btree_node_get() smatch fixes
Kent Overstreet
2023-10-22
bcachefs: snapshots: Use kvfree_rcu_mightsleep()
Kent Overstreet
2023-10-22
bcachefs: Fix strndup_user() error checking
Kent Overstreet
2023-10-22
bcachefs: drop journal lock before calling journal_write
Kent Overstreet
2023-10-22
bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncation
Kent Overstreet
2023-10-22
bcachefs: Fix error checks in bch2_chacha_encrypt_key()
Kent Overstreet
2023-10-22
bcachefs: Fix an overflow check
Kent Overstreet
2023-10-22
bcachefs: Fix copy_to_user() usage in flush_buf()
Kent Overstreet
2023-10-22
bcachefs: fix race between journal entry close and pin set
Brian Foster
2023-10-22
bcachefs: prepare journal buf put to handle pin put
Brian Foster
2023-10-22
bcachefs: refactor pin put helpers
Brian Foster
2023-10-22
bcachefs: snapshot: Add missing assignment in bch2_delete_dead_snapshots()
Dan Carpenter
2023-10-22
bcachefs: fs-ioctl: Fix copy_to_user() error code
Dan Carpenter
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: Fix -Wself-assign
Nick Desaulniers
2023-10-22
bcachefs: Remove duplicate include
Jiapeng Chong
2023-10-22
bcachefs: fix error checking in bch2_fs_alloc()
Dan Carpenter
2023-10-22
bcachefs: chardev: fix an integer overflow (32 bit only)
Dan Carpenter
2023-10-22
bcachefs: chardev: return -EFAULT if copy_to_user() fails
Dan Carpenter
2023-10-22
bcachefs: Change bucket_lock() to use bit_spin_lock()
Kent Overstreet
2023-10-22
bcachefs: Kill other unreachable() uses
Kent Overstreet
2023-10-22
bcachefs: Remove undefined behavior in bch2_dev_buckets_reserved()
Josh Poimboeuf
2023-10-22
bcachefs: Remove a redundant and harmless bch2_free_super() call
Christophe JAILLET
2023-10-22
bcachefs: Fix use-after-free in bch2_dev_add()
Christophe JAILLET
2023-10-22
bcachefs: add module description to fix modpost warning
Brian Foster
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
bcachefs: Remove unneeded semicolon
Yang Li
2023-10-22
bcachefs: Add a missing prefetch include
Kent Overstreet
2023-10-22
bcachefs: Fix -Wcompare-distinct-pointer-types in bch2_copygc_get_buckets()
Nathan Chancellor
2023-10-22
bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()
Nathan Chancellor
2023-10-22
bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...
Nathan Chancellor
2023-10-22
bcachefs: Fix -Wformat in bch2_bucket_gens_invalid()
Nathan Chancellor
2023-10-22
bcachefs: Fix -Wformat in bch2_alloc_v4_invalid()
Nathan Chancellor
2023-10-22
bcachefs: Fix -Wformat in bch2_btree_key_cache_to_text()
Nathan Chancellor
2023-10-22
bcachefs: Fix -Wformat in bch2_set_bucket_needs_journal_commit()
Nathan Chancellor
2023-10-22
bcachefs: Fix a handful of spelling mistakes in various messages
Colin Ian King
2023-10-22
bcachefs: remove redundant pointer q
Colin Ian King
2023-10-22
bcachefs: remove duplicated assignment to variable offset_into_extent
Colin Ian King
2023-10-22
bcachefs: remove redundant initializations of variables start_offset and end_...
Colin Ian King
2023-10-22
bcachefs: remove redundant initialization of pointer dst
Colin Ian King
2023-10-22
bcachefs: remove redundant initialization of pointer d
Colin Ian King
2023-10-22
bcachefs: trace_read_nopromote()
Kent Overstreet
[prev]
[next]