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: Fix locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
2023-10-22
bcachefs: properly initialize used values
Dan Robertson
2023-10-22
bcachefs: Repair code for multiple types of data in same bucket
Kent Overstreet
2023-10-22
bcachefs: Fix out of bounds read in fs usage ioctl
Dan Robertson
2023-10-22
bcachefs: Fix null deref in bch2_ioctl_read_super
Dan Robertson
2023-10-22
bcachefs: Fix possible null deref on mount
Dan Robertson
2023-10-22
bcachefs: Fix error in parsing of mount options
Dan Robertson
2023-10-22
bcachefs: avoid out-of-bounds in split_devs
Stijn Tintel
2023-10-22
bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsck
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_with_updates()
Kent Overstreet
2023-10-22
bcachefs: Fix reflink trigger
Kent Overstreet
2023-10-22
bcachefs: Fix some refcounting bugs
Kent Overstreet
2023-10-22
bcachefs: Fix oob write in __bch2_btree_node_write
Dan Robertson
2023-10-22
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
2023-10-22
bcachefs: Clean up bch2_btree_and_journal_walk()
Kent Overstreet
2023-10-22
bcachefs: Mark newly allocated btree nodes as accessed
Kent Overstreet
2023-10-22
bcachefs: Fix time handling
Kent Overstreet
2023-10-22
bcachefs: Add a tracepoint for when we block on journal reclaim
Kent Overstreet
2023-10-22
bcachefs: Make sure to initialize j->last_flushed
Kent Overstreet
2023-10-22
bcachefs: Ensure that fpunch updates inode timestamps
Kent Overstreet
2023-10-22
bcachefs: Change copygc wait amount to be min of per device waits
Kent Overstreet
2023-10-22
bcachefs: Change bch2_btree_key_cache_count() to exclude dirty keys
Kent Overstreet
2023-10-22
bcachefs: Call bch2_inconsistent_error() on missing stripe/indirect extent
Kent Overstreet
2023-10-22
bcachefs: New tracepoint for bch2_trans_get_iter()
Kent Overstreet
2023-10-22
bcachefs: Fix __bch2_trans_get_iter()
Kent Overstreet
2023-10-22
bcachefs: Evict btree nodes we're deleting
Kent Overstreet
2023-10-22
bcachefs: New check_nlinks algorithm for snapshots
Kent Overstreet
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
2023-10-22
bcachefs: New and improved topology repair code
Kent Overstreet
2023-10-22
bcachefs: Fix key cache assertion
Kent Overstreet
2023-10-22
bcachefs: New helper __bch2_btree_insert_keys_interior()
Kent Overstreet
2023-10-22
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_verify_keylist_sorted
Kent Overstreet
2023-10-22
bcachefs: Fix an out of bounds read
Kent Overstreet
2023-10-22
bcachefs: Use mmap() instead of vmalloc_exec() in userspace
Kent Overstreet
2023-10-22
bcachefs: Don't BUG_ON() btree topology error
Kent Overstreet
2023-10-22
bcachefs: Fix repair leading to replicas not marked
Kent Overstreet
2023-10-22
bcachefs: Lookup/create lost+found lazily
Kent Overstreet
2023-10-22
bcachefs: Don't BUG() in update_replicas
Kent Overstreet
2023-10-22
bcachefs: Fix a deadlock on journal reclaim
Kent Overstreet
2023-10-22
bcachefs: Update bch2_btree_verify()
Kent Overstreet
2023-10-22
bcachefs: Fix two btree iterator leaks
Kent Overstreet
2023-10-22
bcachefs: Punt btree writes to workqueue to submit
Kent Overstreet
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
2023-10-22
bcachefs: Fix for btree_gc repairing interior btree ptrs
Kent Overstreet
2023-10-22
bcachefs: Preallocate trans mem in bch2_migrate_index_update()
Kent Overstreet
2023-10-22
bcachefs: Allocator refactoring
Kent Overstreet
2023-10-22
bcachefs: Always check for invalid bkeys in trans commit path
Kent Overstreet
2023-10-22
bcachefs: Check that keys are in the correct btrees
Kent Overstreet
2023-10-22
bcachefs: Handle errors in bch2_trans_mark_update()
Kent Overstreet
[prev]
[next]