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 a btree iter assertion pop
Kent Overstreet
2023-10-22
bcachefs: Simplify journal read path
Kent Overstreet
2023-10-22
bcachefs: Fix a "no journal entries found" bug
Kent Overstreet
2023-10-22
bcachefs: Don't error out when just reading the journal
Kent Overstreet
2023-10-22
bcachefs: Fix a livelock in key cache fill path
Kent Overstreet
2023-10-22
bcachefs: Key cache now works for snapshots btrees
Kent Overstreet
2023-10-22
bcachefs: Bring back BTREE_ITER_CACHED_NOFILL
Kent Overstreet
2023-10-22
bcachefs: Kill __btree_trans_peek_key_cache()
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_path_peek_slot_exact()
Kent Overstreet
2023-10-22
bcachefs: Fix __btree_trans_peek_key_cache()
Kent Overstreet
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
bcachefs: New magic number
Kent Overstreet
2023-10-22
bcachefs: extents no longer require special handling for packing
Kent Overstreet
2023-10-22
bcachefs: Fix BCH_IOCTL_DISK_SET_STATE
Kent Overstreet
2023-10-22
bcachefs: Don't set accessed bit on btree node fill
Kent Overstreet
2023-10-22
bcachefs: Fix an include
Kent Overstreet
2023-10-22
bcachefs: Kill BCH_FEATURE_incompressible
Kent Overstreet
2023-10-22
bcachefs: Better inlining in bch2_time_stats_update()
Kent Overstreet
2023-10-22
bcachefs: Optimize bch2_trans_iter_init()
Kent Overstreet
2023-10-22
bcachefs: More dio inlining
Kent Overstreet
2023-10-22
bcachefs: Kill some unneeded references to c->flags
Kent Overstreet
2023-10-22
bcachefs: Improve bch2_inode_opts_to_opts()
Kent Overstreet
2023-10-22
bcachefs: Better inlining in bch2_subvolume_get_snapshot()
Kent Overstreet
2023-10-22
bcachefs: Inline bch2_bkey_format_add_key()
Kent Overstreet
2023-10-22
bcachefs: Tiny bch2_trans_update_by_path_trace() optimization
Kent Overstreet
2023-10-22
bcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUG
Kent Overstreet
2023-10-22
bcachefs: Split out __bch2_btree_node_get()
Kent Overstreet
2023-10-22
bcachefs: Handle last journal write being torn
Kent Overstreet
2023-10-22
bcachefs: Improve journal_read() logging
Kent Overstreet
2023-10-22
bcachefs: Fix a transaction path overflow
Kent Overstreet
2023-10-22
bcachefs: Fix a race with b->write_type
Kent Overstreet
2023-10-22
bcachefs: Error message improvement
Kent Overstreet
2023-10-22
bcachefs: Improve a few warnings
Kent Overstreet
2023-10-22
bcachefs: Fix for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: Btree split improvement
Kent Overstreet
2023-10-22
bcachefs: Fix return code from btree_path_traverse_one()
Kent Overstreet
2023-10-22
bcachefs: Minor dio write path improvements
Kent Overstreet
2023-10-22
bcachefs: Quota: Don't allocate memory under lock
Kent Overstreet
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
2023-10-22
bcachefs: Delete atomic_inc_bug()
Kent Overstreet
2023-10-22
bcachefs: Fixes for building in userspace
Kent Overstreet
2023-10-22
bcachefs: Factor out two_state_shared_lock
Kent Overstreet
2023-10-22
bcachefs: Kill BCH_WRITE_FLUSH
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_commit_bkey_invalid()
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_alloc_sectors_start()
Kent Overstreet
2023-10-22
bcachefs: Improve __bch2_btree_path_make_mut()
Kent Overstreet
2023-10-22
bcachefs: Inlining improvements
Kent Overstreet
2023-10-22
bcachefs: DIO write path optimization
Kent Overstreet
2023-10-22
bcachefs: BCH_WRITE_SYNC
Kent Overstreet
2023-10-22
bcachefs: More style fixes
Kent Overstreet
[prev]
[next]