index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Journal reclaim requires memalloc_noreclaim_save()
Kent Overstreet
2023-10-22
bcachefs: Simplify transaction commit error path
Kent Overstreet
2023-10-22
bcachefs: Ensure journal reclaim runs when btree key cache is too dirty
Kent Overstreet
2023-10-22
bcachefs: Improve btree key cache shrinker
Kent Overstreet
2023-10-22
bcachefs: More debug code improvements
Kent Overstreet
2023-10-22
bcachefs: Add a kmem_cache for btree_key_cache objects
Kent Overstreet
2023-10-22
bcachefs: Be more precise with journal error reporting
Kent Overstreet
2023-10-22
bcachefs: Add btree cache stats to sysfs
Kent Overstreet
2023-10-22
bcachefs: Add an ioctl for resizing journal on a device
Kent Overstreet
2023-10-22
bcachefs: Add more debug checks
Kent Overstreet
2023-10-22
bcachefs: Dump journal state when the journal deadlocks
Kent Overstreet
2023-10-22
bcachefs: Dont' use percpu btree_iter buf in userspace
Kent Overstreet
2023-10-22
bcachefs: Set preallocated transaction mem to avoid restarts
Kent Overstreet
2023-10-22
bcachefs: Convert tracepoints to use %ps, not %pf
Kent Overstreet
2023-10-22
bcachefs: Fix journal entry repair code
Kent Overstreet
2023-10-22
bcachefs: Add a shrinker for the btree key cache
Kent Overstreet
2023-10-22
bcachefs: Take a SRCU lock in btree transactions
Kent Overstreet
2023-10-22
bcachefs: Check for errors from register_shrinker()
Kent Overstreet
2023-10-22
bcachefs: Assorted journal refactoring
Kent Overstreet
2023-10-22
bcachefs: Delete dead journalling code
Kent Overstreet
2023-10-22
bcachefs: Improve journal error messages
Kent Overstreet
2023-10-22
bcachefs: Be more careful in bch2_bkey_to_text()
Kent Overstreet
2023-10-22
bcachefs: Inode delete doesn't need to flush key cache anymore
Kent Overstreet
2023-10-22
bcachefs: Fix a btree transaction iter overflow
Kent Overstreet
2023-10-22
bcachefs: Fix a 64 bit divide
Kent Overstreet
2023-10-22
bcachefs: Improve journal entry validate code
Kent Overstreet
2023-10-22
bcachefs: Deadlock prevention for ei_pagecache_lock
Kent Overstreet
2023-10-22
bcachefs: Hack around bch2_varint_decode invalid reads
Kent Overstreet
2023-10-22
bcachefs: Fix missing memalloc_nofs_restore()
Kent Overstreet
2023-10-22
bcachefs: Fix btree key cache shutdown
Kent Overstreet
2023-10-22
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
2023-10-22
bcachefs: Fix btree iterator leak
Kent Overstreet
2023-10-22
bcachefs: Inline make_bfloat() into __build_ro_aux_tree()
Kent Overstreet
2023-10-22
bcachefs: use a radix tree for inum bitmap in fsck
Kent Overstreet
2023-10-22
bcachefs: New varints
Kent Overstreet
2023-10-22
bcachefs: Fix build warning when CONFIG_BCACHEFS_DEBUG=n
Kent Overstreet
2023-10-22
bcachefs: Drop typechecking from bkey_cmp_packed()
Kent Overstreet
2023-10-22
bcachefs: More inlinining in the btree key cache code
Kent Overstreet
2023-10-22
bcachefs: Fix spurious transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Add a single slot percpu buf for btree iters
Kent Overstreet
2023-10-22
bcachefs: Use attach_page_private and detach_page_private
Matthew Wilcox (Oracle)
2023-10-22
bcachefs: Remove page_state_init_for_read
Matthew Wilcox (Oracle)
2023-10-22
bcachefs: Build fixes for 32bit x86
Kent Overstreet
2023-10-22
bcachefs: Improved inode create optimization
Kent Overstreet
2023-10-22
bcachefs: Report inode counts via statfs
Kent Overstreet
2023-10-22
bcachefs: add const annotations to bset.c
Kent Overstreet
2023-10-22
bcachefs: Don't embed btree iters in btree_trans
Kent Overstreet
2023-10-22
bcachefs: Split out debug_check_btree_accounting
Kent Overstreet
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
2023-10-22
bcachefs: Minor journal reclaim improvement
Kent Overstreet
[next]