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: Delete some obsolete journal_seq_blacklist code
Kent Overstreet
2023-10-22
bcachefs: Journal initialization fixes
Kent Overstreet
2023-10-22
bcachefs: Use BTREE_ITER_NOPRESERVE in bch2_btree_iter_verify_ret()
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_journal_meta()
Kent Overstreet
2023-10-22
bcachefs: bch2_journal_key_insert() no longer transfers ownership
Kent Overstreet
2023-10-22
bcachefs: Kill ptr_bucket_mark()
Kent Overstreet
2023-10-22
bcachefs: Don't start allocator threads too early
Kent Overstreet
2023-10-22
bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marks
Kent Overstreet
2023-10-22
bcachefs: Rewrite bch2_bucket_alloc_new_fs()
Kent Overstreet
2023-10-22
bcachefs: Kill non-lru cache replacement policies
Kent Overstreet
2023-10-22
bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()
Kent Overstreet
2023-10-22
bcachefs: Turn encoded_extent_max into a regular option
Kent Overstreet
2023-10-22
bcachefs: Option improvements
Kent Overstreet
2023-10-22
bcachefs: Fix debugfs -bfloat-failed
Kent Overstreet
2023-10-22
bcachefs: BTREE_ITER_NOPRESERVE
Kent Overstreet
2023-10-22
bcachefs: Fix some shutdown path bugs
Kent Overstreet
2023-10-22
bcachefs: Optimize memory accesses in bch2_btree_node_get()
Kent Overstreet
2023-10-22
bcachefs: Make sure bch2_bucket_alloc_new_fs() obeys buckets_nouse
Kent Overstreet
2023-10-22
bcachefs: Kill some obsolete sysfs code
Kent Overstreet
2023-10-22
bcachefs: Don't call bch2_bkey_transform() unnecessarily
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_sort_repack_merge()
Kent Overstreet
2023-10-22
bcachefs: Split out CONFIG_BCACHEFS_DEBUG_TRANSACTIONS
Kent Overstreet
2023-10-22
bcachefs: Fix an assertion in bch2_truncate()
Kent Overstreet
2023-10-22
bcachefs: Fix debug build in userspace
Kent Overstreet
2023-10-22
bcachefs: Add missing bch2_trans_iter_exit() call
Kent Overstreet
2023-10-22
bcachefs: Improve alloc_mem_to_key()
Kent Overstreet
2023-10-22
bcachefs: bch2_alloc_write()
Kent Overstreet
2023-10-22
bcachefs: Add more time_stats
Kent Overstreet
2023-10-22
bcachefs: Print out OPT_SECTORS options in bytes
Kent Overstreet
2023-10-22
bcachefs: Fix null ptr deref in fsck_inode_rm()
Kent Overstreet
2023-10-22
bcachefs: Don't erasure code cached ptrs
Kent Overstreet
2023-10-22
bcachefs: Split out struct gc_stripe from struct stripe
Kent Overstreet
2023-10-22
bcachefs: Convert a BUG_ON() to a warning
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_update() is now __must_check
Kent Overstreet
2023-10-22
bcachefs: Make __bch2_journal_debug_to_text() more readable
Kent Overstreet
2023-10-22
bcachefs: Specify filesystem options
Kent Overstreet
2023-10-22
bcachefs: Fix copygc sectors_to_move calculation
Kent Overstreet
2023-10-22
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
2023-10-22
bcachefs: Fix btree_path leaks in bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Erasure coding fixes
Kent Overstreet
2023-10-22
bcachefs: Handle replica marking fsck errors locally
Kent Overstreet
2023-10-22
bcachefs: Push c->mark_lock usage down to where it is needed
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_replicas_delta_list_marked()
Kent Overstreet
2023-10-22
bcachefs: Fix reflink path for snapshots
Kent Overstreet
2023-10-22
bcachefs: Convert bucket_alloc_ret to negative error codes
Kent Overstreet
2023-10-22
bcachefs: Fix page state after fallocate
Kent Overstreet
2023-10-22
bcachefs: Fix page state when reading into !PageUptodate pages
Kent Overstreet
2023-10-22
bcachefs: Kill PAGE_SECTOR_SHIFT
Kent Overstreet
2023-10-22
bcachefs: Apply workaround for too many btree iters to read path
Kent Overstreet
2023-10-22
bcachefs: Fix quota support for snapshots
Kent Overstreet
[prev]
[next]