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
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
2024-08-22
bcachefs: Fix warning in bch2_fs_journal_stop()
Kent Overstreet
1
-1
/
+1
2024-07-15
bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()
Uros Bizjak
1
-9
/
+8
2024-06-30
bcachefs: Add missing printbuf_tabstops_reset() calls
Kent Overstreet
1
-2
/
+2
2024-06-29
bcachefs: Don't use the new_fs() bucket alloc path on an initialized fs
Kent Overstreet
1
-3
/
+3
2024-06-29
bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warning
Kent Overstreet
1
-3
/
+5
2024-06-23
bcachefs: Fix null ptr deref in journal_pins_to_text()
Kent Overstreet
1
-0
/
+5
2024-06-20
bcachefs: Fix early init error path in journal code
Kent Overstreet
1
-0
/
+3
2024-05-09
bcachefs: bch2_print_allocator_stuck()
Kent Overstreet
1
-1
/
+1
2024-05-09
bcachefs: x-macroize journal flags enums
Kent Overstreet
1
-7
/
+13
2024-05-09
bcachefs: plumb data_type into bch2_bucket_alloc_trans()
Kent Overstreet
1
-1
/
+2
2024-05-09
bcachefs: fix flag printing in journal_buf_to_text()
Kent Overstreet
1
-2
/
+2
2024-05-09
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-2
/
+2
2024-05-09
bcachefs: mark_superblock cleanup
Kent Overstreet
1
-2
/
+3
2024-05-09
bcachefs: New assertion for writing to the journal after shutdown
Kent Overstreet
1
-2
/
+4
2024-05-09
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
1
-56
/
+41
2024-05-07
bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()
Kent Overstreet
1
-0
/
+6
2024-05-06
bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()
Kent Overstreet
1
-0
/
+2
2024-03-19
bcachefs: Fix lost wakeup on journal shutdown
Kent Overstreet
1
-6
/
+6
2024-03-14
bcachefs: pull out time_stats.[ch]
Kent Overstreet
1
-2
/
+1
2024-03-14
bcachefs: fix bch2_journal_buf_to_text()
Kent Overstreet
1
-5
/
+1
2024-03-14
bcachefs: Fix bch2_journal_noflush_seq()
Kent Overstreet
1
-5
/
+5
2024-03-14
bcachefs: split out ignore_blacklisted, ignore_not_dirty
Kent Overstreet
1
-2
/
+2
2024-03-14
bcachefs: Add journal.blocked to journal_debug_to_text()
Kent Overstreet
1
-0
/
+1
2024-03-14
bcachefs: improve bch2_journal_buf_to_text()
Kent Overstreet
1
-9
/
+24
2024-03-14
bcachefs: kill kvpmalloc()
Kent Overstreet
1
-2
/
+2
2024-03-10
bcachefs: better journal pipelining
Kent Overstreet
1
-9
/
+38
2024-03-10
bcachefs: closure per journal buf
Kent Overstreet
1
-6
/
+12
2024-03-10
bcachefs: bio per journal buf
Kent Overstreet
1
-18
/
+22
2024-03-10
bcachefs: convert journal replay ptrs to darray
Kent Overstreet
1
-3
/
+2
2024-03-10
bcachefs: Avoid taking journal lock unnecessarily
Kent Overstreet
1
-53
/
+54
2024-03-10
bcachefs: Avoid setting j->write_work unnecessarily
Kent Overstreet
1
-13
/
+11
2024-03-10
bcachefs: Split out journal workqueue
Kent Overstreet
1
-10
/
+12
2024-01-22
bcachefs: Add gfp flags param to bch2_prt_task_backtrace()
Kent Overstreet
1
-1
/
+1
2024-01-21
bcachefs: Better journal tracepoints
Kent Overstreet
1
-39
/
+72
2024-01-01
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
1
-8
/
+4
2024-01-01
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
1
-4
/
+1
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
1
-4
/
+2
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
1
-0
/
+44
2024-01-01
bcachefs: journal->buf_lock
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: Add a tracepoint for journal entry close
Kent Overstreet
1
-0
/
+2
2024-01-01
bcachefs: track_event_change()
Kent Overstreet
1
-12
/
+4
2024-01-01
bcachefs: Include average write size in sysfs journal_debug
Kent Overstreet
1
-9
/
+13
2023-12-11
bcachefs: Close journal entry if necessary when flushing all pins
Kent Overstreet
1
-4
/
+4
2023-11-29
bcachefs: move journal seq assertion
Kent Overstreet
1
-0
/
+2
2023-11-15
bcachefs: Kill journal pre-reservations
Kent Overstreet
1
-31
/
+0
2023-10-31
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
1
-0
/
+19
2023-10-23
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: fix race between journal entry close and pin set
Brian Foster
1
-8
/
+13
2023-10-23
bcachefs: prepare journal buf put to handle pin put
Brian Foster
1
-1
/
+1
2023-10-23
bcachefs: refactor pin put helpers
Brian Foster
1
-1
/
+2
[next]