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-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
2023-10-23
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-2
/
+7
2023-10-23
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Convert more -EROFS to private error codes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Delete redundant log messages
Kent Overstreet
1
-15
/
+5
2023-10-23
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
1
-10
/
+5
2023-10-23
bcachefs: Rename enum alloc_reserve -> bch_watermark
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: New error message helpers
Kent Overstreet
1
-4
/
+11
2023-10-23
bcachefs: refactor journal stuck checking into standalone helper
Brian Foster
1
-22
/
+63
2023-10-23
bcachefs: gracefully unwind journal res slowpath on shutdown
Brian Foster
1
-0
/
+7
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-8
/
+8
2023-10-23
bcachefs: Extent helper improvements
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Rework open bucket partial list allocation
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: When shutting down, flush btree node writes last
Kent Overstreet
1
-11
/
+9
2023-10-23
bcachefs: Journal resize fixes
Kent Overstreet
1
-80
/
+74
2023-10-23
bcachefs: Improve locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
1
-24
/
+22
[next]