index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2023-10-30
1
-6
/
+6
*
bcachefs: Refactor memcpy into direct assignment
Kees Cook
2023-10-22
1
-6
/
+4
*
bcachefs: Fix drop_alloc_keys()
Kent Overstreet
2023-10-22
1
-15
/
+15
*
bcachefs: snapshot_create_lock
Kent Overstreet
2023-10-22
5
-7
/
+44
*
bcachefs: Fix snapshot skiplists during snapshot deletion
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
2023-10-22
13
-82
/
+71
*
bcachefs: KEY_TYPE_error now counts towards i_sectors
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Fix handling of unknown bkey types
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: Switch to unsafe_memcpy() in a few places
Kent Overstreet
2023-10-22
2
-5
/
+8
*
bcachefs: Use struct_size()
Christophe JAILLET
2023-10-22
2
-3
/
+2
*
bcachefs: Correctly initialize new buckets on device resize
Kent Overstreet
2023-10-22
3
-9
/
+27
*
bcachefs: Fix another smatch complaint
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Use strsep() in split_devs()
Kent Overstreet
2023-10-22
1
-4
/
+2
*
bcachefs: Add iops fields to bch_member
Hunter Shaffer
2023-10-22
4
-7
/
+35
*
bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1
Hunter Shaffer
2023-10-22
5
-20
/
+19
*
bcachefs: New superblock section members_v2
Hunter Shaffer
2023-10-22
9
-160
/
+326
*
bcachefs: Add new helper to retrieve bch_member from sb
Hunter Shaffer
2023-10-22
8
-65
/
+62
*
bcachefs: bucket_lock() is now a sleepable lock
Kent Overstreet
2023-10-22
2
-4
/
+5
*
bcachefs: fix crc32c checksum merge byte order problem
Brian Foster
2023-10-22
1
-2
/
+2
*
bcachefs: Fix bch2_inode_delete_keys()
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: Make btree root read errors recoverable
Kent Overstreet
2023-10-22
1
-5
/
+4
*
bcachefs: Fall back to requesting passphrase directly
Kent Overstreet
2023-10-22
1
-2
/
+31
*
bcachefs: Fix looping around bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors
Kent Overstreet
2023-10-22
4
-137
/
+80
*
bcachefs: Silence transaction restart error message
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: More assertions for nocow locking
Kent Overstreet
2023-10-22
3
-8
/
+31
*
bcachefs: nocow locking: Fix lock leak
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Fixes for building in userspace
Kent Overstreet
2023-10-22
5
-2
/
+27
*
bcachefs: Ignore unknown mount options
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Always check for invalid bkeys in main commit path
Kent Overstreet
2023-10-22
1
-4
/
+0
*
bcachefs: Make sure to initialize equiv when creating new snapshots
Kent Overstreet
2023-10-22
2
-4
/
+6
*
bcachefs: Fix a null ptr deref in bch2_get_alloc_in_memory_pos()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix changing durability using sysfs
Torge Matthies
2023-10-22
1
-1
/
+1
*
bcachefs: initial freeze/unfreeze support
Brian Foster
2023-10-22
1
-2
/
+29
*
bcachefs: More minor smatch fixes
Kent Overstreet
2023-10-22
6
-5
/
+6
*
bcachefs: Minor bch2_btree_node_get() smatch fixes
Kent Overstreet
2023-10-22
1
-22
/
+2
*
bcachefs: snapshots: Use kvfree_rcu_mightsleep()
Kent Overstreet
2023-10-22
1
-22
/
+2
*
bcachefs: Fix strndup_user() error checking
Kent Overstreet
2023-10-22
1
-9
/
+11
*
bcachefs: drop journal lock before calling journal_write
Kent Overstreet
2023-10-22
1
-2
/
+4
*
bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncation
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Fix error checks in bch2_chacha_encrypt_key()
Kent Overstreet
2023-10-22
1
-5
/
+6
*
bcachefs: Fix an overflow check
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Fix copy_to_user() usage in flush_buf()
Kent Overstreet
2023-10-22
1
-8
/
+8
*
bcachefs: fix race between journal entry close and pin set
Brian Foster
2023-10-22
2
-13
/
+28
*
bcachefs: prepare journal buf put to handle pin put
Brian Foster
2023-10-22
2
-6
/
+18
*
bcachefs: refactor pin put helpers
Brian Foster
2023-10-22
3
-9
/
+8
*
bcachefs: snapshot: Add missing assignment in bch2_delete_dead_snapshots()
Dan Carpenter
2023-10-22
1
-2
/
+2
*
bcachefs: fs-ioctl: Fix copy_to_user() error code
Dan Carpenter
2023-10-22
1
-1
/
+4
*
bcachefs: acl: Add missing check in bch2_acl_chmod()
Dan Carpenter
2023-10-22
1
-1
/
+2
*
bcachefs: acl: Uninitialized variable in bch2_acl_chmod()
Dan Carpenter
2023-10-22
1
-1
/
+1
[next]