index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal_types.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
bcachefs: darray: provide typedefs for primitive types
Kent Overstreet
1
-2
/
+0
2025-03-24
bcachefs: Kill JOURNAL_ERRORS()
Kent Overstreet
1
-20
/
+1
2025-03-14
bcachefs: Finish bch2_account_io_completion() conversions
Kent Overstreet
1
-0
/
+1
2025-03-14
bcachefs: Increase JOURNAL_BUF_NR
Kent Overstreet
1
-1
/
+7
2025-03-14
bcachefs: Free journal bufs when not in use
Kent Overstreet
1
-0
/
+3
2025-03-14
bcachefs: Kill journal_res.idx
Kent Overstreet
1
-1
/
+0
2025-03-14
bcachefs: Kill journal_res_state.unwritten_idx
Kent Overstreet
1
-4
/
+3
2025-02-11
bcachefs: Split out journal pins by btree level
Kent Overstreet
1
-1
/
+4
2025-02-06
bcachefs: Fix discard path journal flushing
Kent Overstreet
1
-0
/
+1
2025-01-25
bcachefs: Improve journal pin flushing
Kent Overstreet
1
-6
/
+7
2024-12-21
bcachefs: Guard against journal seq overflow
Kent Overstreet
1
-0
/
+3
2024-12-21
bcachefs: Can now block journal activity without closing cur entry
Kent Overstreet
1
-0
/
+2
2024-05-08
bcachefs: x-macroize journal flags enums
Kent Overstreet
1
-5
/
+10
2024-05-08
bcachefs: Simplify resuming of journal position
Kent Overstreet
1
-0
/
+1
2024-05-08
bcachefs: journal seq blacklist gc no longer has to walk btree
Kent Overstreet
1
-0
/
+1
2024-05-08
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
/
+1
2024-03-13
bcachefs: pull out time_stats.[ch]
Kent Overstreet
1
-5
/
+0
2024-03-10
bcachefs: better journal pipelining
Kent Overstreet
1
-4
/
+7
2024-03-10
bcachefs: closure per journal buf
Kent Overstreet
1
-2
/
+10
2024-03-10
bcachefs: bio per journal buf
Kent Overstreet
1
-1
/
+1
2024-03-10
bcachefs: Avoid taking journal lock unnecessarily
Kent Overstreet
1
-0
/
+1
2024-03-10
bcachefs: Split out journal workqueue
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
1
-0
/
+2
2024-01-01
bcachefs: journal->buf_lock
Kent Overstreet
1
-0
/
+6
2024-01-01
bcachefs: kill journal->preres_wait
Kent Overstreet
1
-1
/
+0
2024-01-01
bcachefs: track_event_change()
Kent Overstreet
1
-2
/
+4
2024-01-01
bcachefs: Include average write size in sysfs journal_debug
Kent Overstreet
1
-0
/
+1
2023-11-14
bcachefs: Kill journal pre-reservations
Kent Overstreet
1
-26
/
+0
2023-10-22
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
1
-14
/
+1
2023-10-22
bcachefs: When shutting down, flush btree node writes last
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: Log more messages in the journal
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Fix a "no journal entries found" bug
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
1
-10
/
+31
2023-10-22
bcachefs: Skip periodic wakeup of journal reclaim when journal empty
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: __journal_entry_close() never fails
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Refactor journal code to not use unwritten_idx
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Kill JOURNAL_NEED_WRITE
Kent Overstreet
1
-8
/
+2
2023-10-22
bcachefs: Improve struct journal layout
Kent Overstreet
1
-9
/
+12
2023-10-22
bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Simplify journal replay
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Add more time_stats
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Kill journal buf bloom filter
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Ensure journal doesn't get stuck in nochanges mode
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix journal write error path
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Make sure to initialize j->last_flushed
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Eliminate memory barrier from fast path of journal_preres_put()
Kent Overstreet
1
-2
/
+3
[next]