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: Perf improvements for bch_alloc_read()
Kent Overstreet
2023-10-22
bcachefs: Fix copygc dying on startup
Kent Overstreet
2023-10-22
bcachefs: Fix copygc of compressed data
Kent Overstreet
2023-10-22
bcachefs: Fix another lockdep splat
Kent Overstreet
2023-10-22
bcachefs: Fix errors early in the fs init process
Kent Overstreet
2023-10-22
bcachefs: Copy ptr->cached when migrating data
Kent Overstreet
2023-10-22
bcachefs: Fix gc of stale ptr gens
Kent Overstreet
2023-10-22
bcachefs: Fix off-by-one error in ptr gen check
Kent Overstreet
2023-10-22
bcachefs: Fix a lockdep splat
Kent Overstreet
2023-10-22
bcachefs: Fix __bch2_truncate_page()
Kent Overstreet
2023-10-22
bcachefs: Fix journal_seq_copy()
Kent Overstreet
2023-10-22
bcachefs: Fix unmount path
Kent Overstreet
2023-10-22
bcachefs: Don't fail mount if device has been removed
Kent Overstreet
2023-10-22
bcachefs: Improvements to the journal read error paths
Kent Overstreet
2023-10-22
bcachefs: Make sure to go rw if lazy in fsck
Kent Overstreet
2023-10-22
bcachefs: Some project id fixes
Kent Overstreet
2023-10-22
bcachefs: Don't report inodes to statfs
Kent Overstreet
2023-10-22
bcachefs: Add a cond_resched() to bch2_alloc_write()
Kent Overstreet
2023-10-22
bcachefs: Fix a couple null ptr derefs when no disk groups exist
Kent Overstreet
2023-10-22
bcachefs: Fix disk groups not being updated when set via sysfs
Kent Overstreet
2023-10-22
bcachefs: Change copygc to consider bucket fragmentation
Kent Overstreet
2023-10-22
bcachefs: Don't block on allocations when only writing to specific device
Kent Overstreet
2023-10-22
bcachefs: Fix a bug with the journal_seq_blacklist mechanism
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_new_stripes_to_text()
Kent Overstreet
2023-10-22
bcachefs: Don't disallow btree writes to RO devices
Kent Overstreet
2023-10-22
bcachefs: Fix maximum btree node size
Kent Overstreet
2023-10-22
bcachefs: Convert various code to printbuf
Kent Overstreet
2023-10-22
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
2023-10-22
bcachefs: Ensure we wake up threads locking node when reusing it
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_node_insert_fits()
Kent Overstreet
2023-10-22
bcachefs: Ensure we only allocate one EC bucket per writepoint
Kent Overstreet
2023-10-22
bcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUT
Kent Overstreet
2023-10-22
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
2023-10-22
bcachefs: Delete unused arguments
Kent Overstreet
2023-10-22
bcachefs: Fix an error path
Kent Overstreet
2023-10-22
bcachefs: Refactor replicas code
Kent Overstreet
2023-10-22
bcachefs: Don't restrict copygc writes to the same device
Kent Overstreet
2023-10-22
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
2023-10-22
bcachefs: Fix a faulty assertion
Kent Overstreet
2023-10-22
bcachefs: Wrap write path in memalloc_nofs_save()
Kent Overstreet
2023-10-22
bcachefs: Add an option for rebuilding the replicas section
Kent Overstreet
2023-10-22
bcachefs: Make copygc thread global
Kent Overstreet
2023-10-22
bcachefs: Drop extra pointers when marking data as in a stripe
Kent Overstreet
2023-10-22
bcachefs: Fix extent_ptr_durability() calculation for erasure coded data
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
bcachefs: Fix short buffered writes
Kent Overstreet
2023-10-22
bcachefs: Allow existing stripes to be updated with new data buckets
Kent Overstreet
2023-10-22
bcachefs: Refactor stripe creation
Kent Overstreet
2023-10-22
bcachefs: Move stripe creation to workqueue
Kent Overstreet
2023-10-22
bcachefs: Improve stripe triggers/heap code
Kent Overstreet
[prev]
[next]