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 __bch2_xattr_bcachefs_get()
Kent Overstreet
2023-10-22
bcachefs: use memalloc_nofs_save() for vmalloc allocation
Kent Overstreet
2023-10-22
bcachefs: Fix promoting to cache devices (durability = 0)
Kent Overstreet
2023-10-22
bcachefs: Don't allow bkey vals that are too big in extents btree
Kent Overstreet
2023-10-22
bcachefs: Reduce BKEY_PADDED usage
Kent Overstreet
2023-10-22
bcachefs: bkey_merge() now takes bkey_s
Kent Overstreet
2023-10-22
bcachefs: Don't overflow stack in bch2_extent_merge_inline()
Kent Overstreet
2023-10-22
bcachefs: Fix starting copygc when already started
Kent Overstreet
2023-10-22
bcachefs: Fix an error path in bch2_btree_iter_traverse()
Kent Overstreet
2023-10-22
bcachefs: Improve key marking interface
Kent Overstreet
2023-10-22
bcachefs: Fix cached sectors not being updated on invalidate
Kent Overstreet
2023-10-22
bcachefs: better BTREE_INSERT_NO_CLEAR_REPLICAS
Kent Overstreet
2023-10-22
bcachefs: fix a mount error path
Kent Overstreet
2023-10-22
bcachefs: fix bch2_extent_merge()
Kent Overstreet
2023-10-22
bcachefs: Don't use a fixed size buffer for fs_usage_deltas
Kent Overstreet
2023-10-22
bcachefs: Rip out old hacky transaction restart tracing
Kent Overstreet
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Avoid spurious transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Ensure bch2_btree_iter_next() always advances
Kent Overstreet
2023-10-22
bcachefs: Fix a bug with spinning on the journal
Kent Overstreet
2023-10-22
bcachefs: Delete duplicate code
Kent Overstreet
2023-10-22
bcachefs: Fix spurious inconsistency in recovery
Kent Overstreet
2023-10-22
bcachefs: improved btree locking tracepoints
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_delete_at_range()
Kent Overstreet
2023-10-22
bcachefs: stripe creation fixes
Kent Overstreet
2023-10-22
bcachefs: Merge extents with checksums
Kent Overstreet
2023-10-22
bcachefs: kill BTREE_ITER_NOUNLOCK
Kent Overstreet
2023-10-22
bcachefs: Don't pass around may_drop_locks
Kent Overstreet
2023-10-22
bcachefs: Kill remaining bch2_btree_iter_unlock() uses
Kent Overstreet
2023-10-22
bcachefs: Fix for the stripes mark path and gc
Kent Overstreet
2023-10-22
bcachefs: Redo replicas gc mechanism
Kent Overstreet
2023-10-22
bcachefs: Fix return code from bch2_fs_start()
Kent Overstreet
2023-10-22
bcachefs: Don't run fsck by default at mount time
Kent Overstreet
2023-10-22
bcachefs: some improvements to startup messages and options
Kent Overstreet
2023-10-22
bcachefs: Various improvements to bch2_alloc_write()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_mark_update()
Kent Overstreet
2023-10-22
bcachefs: btree_bkey_cached_common
Kent Overstreet
2023-10-22
bcachefs: Write out fs usage consistently
Kent Overstreet
2023-10-22
bcachefs: Avoid write lock on mark_lock
Kent Overstreet
2023-10-22
bcachefs: Fix a bug with multiple iterators being traversed
Kent Overstreet
2023-10-22
bcachefs: fix bch2_rbio_narrow_crcs()
Kent Overstreet
2023-10-22
bcachefs: Fix journal shutdown path
Kent Overstreet
2023-10-22
bcachefs: Fix fsync error reporting
Kent Overstreet
2023-10-22
bcachefs: bch2_bkey_ptrs_invalid()
Kent Overstreet
2023-10-22
bcachefs: Don't hardcode BTREE_ID_EXTENTS
Kent Overstreet
2023-10-22
bcachefs: fix bch2_flags_to_text()
Kent Overstreet
2023-10-22
bcachefs: Add actual tracepoints for transaction restarts
Kent Overstreet
2023-10-22
bcachefs: copy correct journal_seq to dir in create
Kent Overstreet
2023-10-22
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
2023-10-22
bcachefs: fix triggers for stripes btree
Kent Overstreet
[prev]
[next]