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_reclaim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
bcachefs: Rework btree node pinning
Kent Overstreet
1
-3
/
+4
2024-09-21
bcachefs: split up btree cache counters for live, freeable
Kent Overstreet
1
-2
/
+2
2024-09-21
bcachefs: btree cache counters should be size_t
Kent Overstreet
1
-3
/
+3
2024-07-22
bcachefs: Fix printbuf usage while atomic
Kent Overstreet
1
-0
/
+1
2024-07-19
bcachefs: Add an error message for insufficient rw journal devs
Kent Overstreet
1
-0
/
+11
2024-05-09
bcachefs: x-macroize journal flags enums
Kent Overstreet
1
-5
/
+5
2024-05-09
bcachefs: New assertion for writing to the journal after shutdown
Kent Overstreet
1
-1
/
+1
2024-04-06
bcachefs: JOURNAL_SPACE_LOW
Kent Overstreet
1
-0
/
+2
2024-03-14
bcachefs: pull out time_stats.[ch]
Kent Overstreet
1
-6
/
+3
2024-03-10
bcachefs: Kill unnecessary wakeups in journal reclaim
Kent Overstreet
1
-11
/
+9
2024-02-25
bcachefs: Fix bch2_journal_flush_device_pins()
Kent Overstreet
1
-3
/
+5
2024-02-14
bcachefs: Clamp replicas_required to replicas
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
1
-9
/
+5
2024-01-01
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
1
-6
/
+2
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
1
-3
/
+2
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
1
-4
/
+8
2024-01-01
bcachefs: Unwritten journal buffers are always dirty
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: track_event_change()
Kent Overstreet
1
-11
/
+16
2024-01-01
bcachefs: Journal pins must always have a flush_fn
Kent Overstreet
1
-5
/
+7
2024-01-01
bcachefs: Add an assertion in bch2_journal_pin_set()
Kent Overstreet
1
-12
/
+47
2023-12-11
bcachefs: Close journal entry if necessary when flushing all pins
Kent Overstreet
1
-0
/
+3
2023-11-15
bcachefs: Kill journal pre-reservations
Kent Overstreet
1
-27
/
+15
2023-10-23
bcachefs: refactor pin put helpers
Brian Foster
1
-7
/
+4
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-3
/
+8
2023-10-23
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: sb-members.c
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix error path in bch2_journal_flush_device_pins()
Kent Overstreet
1
-5
/
+3
2023-10-23
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: mark active journal devices on journal replicas gc
Brian Foster
1
-1
/
+13
2023-10-23
bcachefs: GFP_NOIO -> GFP_NOFS
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: drop unnecessary journal stuck check from space calculation
Brian Foster
1
-18
/
+1
2023-10-23
bcachefs: When shutting down, flush btree node writes last
Kent Overstreet
1
-30
/
+53
2023-10-23
bcachefs: Ensure btree node cache is not more than half dirty
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Fix bch2_journal_flush_device_pins()
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
1
-3
/
+6
2023-10-23
bcachefs: Tracepoint improvements
Kent Overstreet
1
-7
/
+9
2023-10-23
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Fix bch2_journal_pin_set()
Kent Overstreet
1
-7
/
+11
2023-10-23
bcachefs: Work around a journal self-deadlock
Kent Overstreet
1
-0
/
+7
2023-10-23
bcachefs: Skip periodic wakeup of journal reclaim when journal empty
Kent Overstreet
1
-3
/
+11
2023-10-23
bcachefs: Refactor journal code to not use unwritten_idx
Kent Overstreet
1
-17
/
+11
2023-10-23
bcachefs: Journal seq now incremented at entry open, not close
Kent Overstreet
1
-7
/
+1
2023-10-23
bcachefs: Don't spin in journal reclaim
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix journal_flush_done()
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-7
/
+4
2023-10-23
bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"
Kent Overstreet
1
-4
/
+2
2023-10-23
bcachefs: Don't issue discards when in nochanges mode
Kent Overstreet
1
-1
/
+2
[next]