Age | Commit message (Expand) | Author |
2023-10-22 | bcachefs: Add new helper to retrieve bch_member from sb | Hunter Shaffer |
2023-10-22 | bcachefs: bucket_lock() is now a sleepable lock | Kent Overstreet |
2023-10-22 | bcachefs: fix crc32c checksum merge byte order problem | Brian Foster |
2023-10-22 | bcachefs: Fix bch2_inode_delete_keys() | Kent Overstreet |
2023-10-22 | bcachefs: Make btree root read errors recoverable | Kent Overstreet |
2023-10-22 | bcachefs: Fall back to requesting passphrase directly | Kent Overstreet |
2023-10-22 | bcachefs: Fix looping around bch2_propagate_key_to_snapshot_leaves() | Kent Overstreet |
2023-10-22 | bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors | Kent Overstreet |
2023-10-22 | bcachefs: Silence transaction restart error message | Kent Overstreet |
2023-10-22 | bcachefs: More assertions for nocow locking | Kent Overstreet |
2023-10-22 | bcachefs: nocow locking: Fix lock leak | Kent Overstreet |
2023-10-22 | bcachefs: Fixes for building in userspace | Kent Overstreet |
2023-10-22 | bcachefs: Ignore unknown mount options | Kent Overstreet |
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 |