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
Age
Commit message (
Expand
)
Author
2023-10-30
Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2023-10-22
bcachefs: Refactor memcpy into direct assignment
Kees Cook
2023-10-22
bcachefs: Fix drop_alloc_keys()
Kent Overstreet
2023-10-22
bcachefs: snapshot_create_lock
Kent Overstreet
2023-10-22
bcachefs: Fix snapshot skiplists during snapshot deletion
Kent Overstreet
2023-10-22
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
2023-10-22
bcachefs: KEY_TYPE_error now counts towards i_sectors
Kent Overstreet
2023-10-22
bcachefs: Fix handling of unknown bkey types
Kent Overstreet
2023-10-22
bcachefs: Switch to unsafe_memcpy() in a few places
Kent Overstreet
2023-10-22
bcachefs: Use struct_size()
Christophe JAILLET
2023-10-22
bcachefs: Correctly initialize new buckets on device resize
Kent Overstreet
2023-10-22
bcachefs: Fix another smatch complaint
Kent Overstreet
2023-10-22
bcachefs: Use strsep() in split_devs()
Kent Overstreet
2023-10-22
bcachefs: Add iops fields to bch_member
Hunter Shaffer
2023-10-22
bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1
Hunter Shaffer
2023-10-22
bcachefs: New superblock section members_v2
Hunter Shaffer
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
[next]