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: bch2_trans_run()
Kent Overstreet
2023-10-22
bcachefs: Convert bch2_gc_done() for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: Convert more fsck code to for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: Convert more quota code to for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: Convert bch2_check_lrus() to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
bcachefs: Convert bch2_dev_freespace_init() to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
bcachefs: Convert bch2_do_discards_work() to for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: Improve bucket_alloc_fail tracepoint
Kent Overstreet
2023-10-22
bcachefs: bch2_mark_alloc(): Do wakeups after updating usage
Kent Overstreet
2023-10-22
bcachefs: added lock held time stats
Daniel Hill
2023-10-22
bcachefs: bch2_time_stats_to_text now indents properly
Daniel Hill
2023-10-22
bcachefs: lock time stats prep work.
Daniel Hill
2023-10-22
bcachefs: Unlock in bch2_trans_begin() if we've held locks more than 10us
Kent Overstreet
2023-10-22
bcachefs: for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: Fix repair for extent past end of inode
Kent Overstreet
2023-10-22
bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanup
Kent Overstreet
2023-10-22
bcachefs: Improve fsck for subvols/snapshots
Kent Overstreet
2023-10-22
bcachefs: Improve snapshots_seen
Kent Overstreet
2023-10-22
bcachefs: Fix subvol/snapshot deleting in recovery
Kent Overstreet
2023-10-22
bcachefs: fsck_inode_rm() shouldn't delete subvols
Kent Overstreet
2023-10-22
bcachefs: Switch data_update path to snapshot_id_list
Kent Overstreet
2023-10-22
bcachefs: Fix snapshot deletion
Kent Overstreet
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
2023-10-22
bcachefs: Silence some fsck errors when reconstructing alloc info
Kent Overstreet
2023-10-22
bcachefs: Put some repair messages behind opts->verbose
Kent Overstreet
2023-10-22
bcachefs: Silence unimportant tracepoints
Kent Overstreet
2023-10-22
bcachefs: Fix move path when move_stats == NULL
Kent Overstreet
2023-10-22
bcachefs: Get ref on c->writes in move.c
Kent Overstreet
2023-10-22
bcachefs: move.c refactoring
Kent Overstreet
2023-10-22
bcachefs: data jobs, including rebalance wait for copygc.
Daniel Hill
2023-10-22
bcachefs: Redo data_update interface
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_check_alloc_key()
Kent Overstreet
2023-10-22
bcachefs: Improve bch2_check_alloc_info
Kent Overstreet
2023-10-22
bcachefs: Use BTREE_INSERT_LAZY_RW in bch2_check_alloc_info()
Kent Overstreet
2023-10-22
bcachefs: Bucket invalidate path improvements
Kent Overstreet
2023-10-22
bcachefs: Don't BUG_ON() inode link count underflow
Kent Overstreet
2023-10-22
bcachefs: Always descend to leaf nodes it btree_gc
Kent Overstreet
2023-10-22
bcachefs: fix __dev_available().
Daniel Hill
2023-10-22
bcachefs: Fix assertion in topology repair
Kent Overstreet
2023-10-22
bcachefs: Make verbose option settable at runtime
Kent Overstreet
2023-10-22
bcachefs: Improve "copygc requested to run" error message
Kent Overstreet
2023-10-22
bcachefs: Pull out data_update.c
Kent Overstreet
2023-10-22
bcachefs: Split out dev_buckets_free()
Kent Overstreet
2023-10-22
bcachefs: btree key cache pcpu freedlist
Kent Overstreet
2023-10-22
bcachefs: Make IO in flight by copygc/rebalance configurable
Kent Overstreet
2023-10-22
bcachefs: Check for extents with too many ptrs
Kent Overstreet
2023-10-22
bcachefs: Fix refcount leak in bch2_do_invalidates()
Kent Overstreet
2023-10-22
bcachefs: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
2023-10-22
bcachefs: Improve checksum error messages
Kent Overstreet
2023-10-22
bcachefs: Improve an error message
Kent Overstreet
[prev]
[next]