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: Switch replicas.c allocations to GFP_KERNEL
Kent Overstreet
2023-10-22
bcachefs: Fix loopback in dio mode
Kent Overstreet
2023-10-22
bcachefs: Clean up bch2_extent_can_insert
Kent Overstreet
2023-10-22
bcachefs: Fix an assertion pop
Kent Overstreet
2023-10-22
bcachefs: Don't allocate stripes at POS_MIN
Kent Overstreet
2023-10-22
bcachefs: Rework allocating buckets for stripes
Kent Overstreet
2023-10-22
bcachefs: Verify transaction updates are sorted
Kent Overstreet
2023-10-22
bcachefs: Preserve stripe blockcounts on existing stripes
Kent Overstreet
2023-10-22
bcachefs: Kill stripe->dirty
Kent Overstreet
2023-10-22
bcachefs: Fix gc updating stripes info
Kent Overstreet
2023-10-22
bcachefs: Fix double counting of stripe block counts by GC
Kent Overstreet
2023-10-22
bcachefs: Fix integer overflow in bch2_disk_reservation_get()
Kent Overstreet
2023-10-22
bcachefs: Correctly order flushes and journal writes on multi device filesystems
Kent Overstreet
2023-10-22
bcachefs: Run jset_validate in write path as well
Kent Overstreet
2023-10-22
bcachefs: Factor out bch2_ec_stripes_heap_start()
Kent Overstreet
2023-10-22
bcachefs: Add btree node prefetching to bch2_btree_and_journal_walk()
Kent Overstreet
2023-10-22
bcachefs: Erasure coding fixes & refactoring
Kent Overstreet
2023-10-22
bcachefs: Add cannibalize lock to btree_cache_to_text()
Kent Overstreet
2023-10-22
bcachefs: Fix .splice_write
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_replicas_gc2
Kent Overstreet
2023-10-22
bcachefs: bch2_alloc_write() should be writing for all devices
Kent Overstreet
2023-10-22
bcachefs: Fix btree node split after merge operations
Kent Overstreet
2023-10-22
bcachefs: Reserve some open buckets for btree allocations
Kent Overstreet
2023-10-22
bcachefs: Work around a zstd bug
Kent Overstreet
2023-10-22
bcachefs: Don't error out of recovery process on journal read error
Kent Overstreet
2023-10-22
bcachefs: Fix journal_buf_realloc()
Kent Overstreet
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: Use separate new stripes for copygc and non-copygc
Kent Overstreet
2023-10-22
bcachefs: Change allocations for ec stripes to blocking
Kent Overstreet
2023-10-22
bcachefs: Don't read existing stripes synchronously in write path
Kent Overstreet
2023-10-22
bcachefs: Change when we allow overwrites
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
2023-10-22
bcachefs: Fix iterator overflow in move path
Kent Overstreet
2023-10-22
bcachefs: Fix btree lock being incorrectly dropped
Kent Overstreet
2023-10-22
bcachefs: Fix for spinning in journal reclaim on startup
Kent Overstreet
2023-10-22
bcachefs: Fix race between journal_seq_copy() and journal_seq_drop()
Kent Overstreet
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
2023-10-22
bcachefs: Add BCH_BKEY_PTRS_MAX
Kent Overstreet
2023-10-22
bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()
Kent Overstreet
2023-10-22
bcachefs: Add some cond_rescheds() in shutdown path
Kent Overstreet
2023-10-22
bcachefs: Fix btree node merge -> split operations
Kent Overstreet
2023-10-22
bcachefs: Always check if we need disk res in extent update path
Kent Overstreet
2023-10-22
bcachefs: Update transactional triggers interface to pass old & new keys
Kent Overstreet
2023-10-22
bcachefs: Only try to get existing stripe once in stripe create path
Kent Overstreet
2023-10-22
bcachefs: Fix __btree_iter_next() when all iters are in use_next() when all i...
Kent Overstreet
2023-10-22
bcachefs: Fix rand_delete() test
Kent Overstreet
2023-10-22
bcachefs: Try to print full btree error message
Kent Overstreet
2023-10-22
bcachefs: Prevent journal reclaim from spinning
Kent Overstreet
2023-10-22
bcachefs: Fix btree key cache dirty checks
Kent Overstreet
2023-10-22
bcachefs: Be more conservation about journal pre-reservations
Kent Overstreet
[prev]
[next]