index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: bch2_journal_noflush_seq()
Kent Overstreet
2023-10-22
bcachefs: Refactor open_bucket code
Kent Overstreet
2023-10-22
bcachefs: Journal initialization fixes
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_journal_meta()
Kent Overstreet
2023-10-22
bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marks
Kent Overstreet
2023-10-22
bcachefs: Add more time_stats
Kent Overstreet
2023-10-22
bcachefs: Make __bch2_journal_debug_to_text() more readable
Kent Overstreet
2023-10-22
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
2023-10-22
bcachefs: Fix error reporting from bch2_journal_flush_seq
Kent Overstreet
2023-10-22
bcachefs: Convert journal BUG_ON() to a warning
Kent Overstreet
2023-10-22
bcachefs: Kill journal buf bloom filter
Kent Overstreet
2023-10-22
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
2023-10-22
bcachefs: Fix locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
2023-10-22
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
2023-10-22
bcachefs: Make sure to initialize j->last_flushed
Kent Overstreet
2023-10-22
bcachefs: Simplify bch2_set_nr_journal_buckets()
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
2023-10-22
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
2023-10-22
bcachefs: Eliminate memory barrier from fast path of journal_preres_put()
Kent Overstreet
2023-10-22
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
2023-10-22
bcachefs: Don't make foreground writes wait behind journal reclaim too long
Kent Overstreet
2023-10-22
bcachefs: Increase default journal size
Kent Overstreet
2023-10-22
bcachefs: Don't list non journal devs in journal_debug_to_text()
Kent Overstreet
2023-10-22
bcachefs: Start journal reclaim thread earlier
Kent Overstreet
2023-10-22
bcachefs: Assert that we're not trying to flush journal seq in the future
Kent Overstreet
2023-10-22
bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()
Kent Overstreet
2023-10-22
bcachefs: Fixes/improvements for journal entry reservations
Kent Overstreet
2023-10-22
bcachefs: Persist 64 bit io clocks
Kent Overstreet
2023-10-22
bcachefs: Improve diagnostics when journal entries are missing
Kent Overstreet
2023-10-22
bcachefs: Mark superblocks transactionally
Kent Overstreet
2023-10-22
bcachefs: Fix a faulty assertion
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: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
2023-10-22
bcachefs: Be more conservation about journal pre-reservations
Kent Overstreet
2023-10-22
bcachefs: Don't require flush/fua on every journal write
Kent Overstreet
2023-10-22
bcachefs: Improve journal free space calculations
Kent Overstreet
2023-10-22
bcachefs: Increase journal pipelining
Kent Overstreet
2023-10-22
bcachefs: Fix journal_flush_seq()
Kent Overstreet
2023-10-22
bcachefs: Optimize bch2_journal_flush_seq_async()
Kent Overstreet
2023-10-22
bcachefs: Fix an rcu splat
Kent Overstreet
2023-10-22
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
2023-10-22
bcachefs: Be more precise with journal error reporting
Kent Overstreet
2023-10-22
bcachefs: Add an ioctl for resizing journal on a device
Kent Overstreet
2023-10-22
bcachefs: Dump journal state when the journal deadlocks
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: Always write a journal entry when stopping journal
Kent Overstreet
2023-10-22
bcachefs: Fix journal_seq_copy()
Kent Overstreet
[next]