index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Add more time_stats
Kent Overstreet
1
-0
/
+6
2023-10-23
bcachefs: Make __bch2_journal_debug_to_text() more readable
Kent Overstreet
1
-55
/
+28
2023-10-23
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: Fix error reporting from bch2_journal_flush_seq
Kent Overstreet
1
-1
/
+6
2023-10-23
bcachefs: Convert journal BUG_ON() to a warning
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Kill journal buf bloom filter
Kent Overstreet
1
-51
/
+0
2023-10-23
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: Fix locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
1
-5
/
+10
2023-10-23
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Make sure to initialize j->last_flushed
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: Simplify bch2_set_nr_journal_buckets()
Kent Overstreet
1
-20
/
+15
2023-10-23
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
1
-16
/
+14
2023-10-23
bcachefs: Eliminate memory barrier from fast path of journal_preres_put()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
1
-0
/
+24
2023-10-23
bcachefs: Don't make foreground writes wait behind journal reclaim too long
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Increase default journal size
Kent Overstreet
1
-4
/
+7
2023-10-23
bcachefs: Don't list non journal devs in journal_debug_to_text()
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Start journal reclaim thread earlier
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Assert that we're not trying to flush journal seq in the future
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()
Kent Overstreet
1
-2
/
+5
2023-10-23
bcachefs: Fixes/improvements for journal entry reservations
Kent Overstreet
1
-7
/
+0
2023-10-23
bcachefs: Persist 64 bit io clocks
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Improve diagnostics when journal entries are missing
Kent Overstreet
1
-1
/
+7
2023-10-23
bcachefs: Mark superblocks transactionally
Kent Overstreet
1
-4
/
+15
2023-10-23
bcachefs: Fix a faulty assertion
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Correctly order flushes and journal writes on multi device filesystems
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Run jset_validate in write path as well
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Be more conservation about journal pre-reservations
Kent Overstreet
1
-17
/
+8
2023-10-23
bcachefs: Don't require flush/fua on every journal write
Kent Overstreet
1
-5
/
+49
2023-10-23
bcachefs: Improve journal free space calculations
Kent Overstreet
1
-5
/
+20
2023-10-23
bcachefs: Increase journal pipelining
Kent Overstreet
1
-55
/
+88
2023-10-23
bcachefs: Fix journal_flush_seq()
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: Optimize bch2_journal_flush_seq_async()
Kent Overstreet
1
-1
/
+9
2023-10-23
bcachefs: Fix an rcu splat
Kent Overstreet
1
-5
/
+8
2023-10-23
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
1
-4
/
+12
2023-10-23
bcachefs: Be more precise with journal error reporting
Kent Overstreet
1
-37
/
+39
2023-10-23
bcachefs: Add an ioctl for resizing journal on a device
Kent Overstreet
1
-1
/
+9
2023-10-23
bcachefs: Dump journal state when the journal deadlocks
Kent Overstreet
1
-2
/
+11
2023-10-23
bcachefs: Assorted journal refactoring
Kent Overstreet
1
-55
/
+50
2023-10-23
bcachefs: Delete dead journalling code
Kent Overstreet
1
-112
/
+0
2023-10-23
bcachefs: Always write a journal entry when stopping journal
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: Fix journal_seq_copy()
Kent Overstreet
1
-0
/
+15
2023-10-23
bcachefs: Convert various code to printbuf
Kent Overstreet
1
-21
/
+15
2023-10-23
bcachefs: Use x-macros for data types
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Add an internal option for reading entire journal
Kent Overstreet
1
-4
/
+5
2023-10-23
bcachefs: Always give out journal pre-res if we already have one
Kent Overstreet
1
-4
/
+6
2023-10-23
bcachefs: Add debug code to print btree transactions
Kent Overstreet
1
-2
/
+2
[next]