index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: bch2_print_allocator_stuck()
Kent Overstreet
2024-05-08
1
-1
/
+1
*
bcachefs: x-macroize journal flags enums
Kent Overstreet
2024-05-08
1
-7
/
+13
*
bcachefs: plumb data_type into bch2_bucket_alloc_trans()
Kent Overstreet
2024-05-08
1
-1
/
+2
*
bcachefs: fix flag printing in journal_buf_to_text()
Kent Overstreet
2024-05-08
1
-2
/
+2
*
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
2024-05-08
1
-2
/
+2
*
bcachefs: mark_superblock cleanup
Kent Overstreet
2024-05-08
1
-2
/
+3
*
bcachefs: New assertion for writing to the journal after shutdown
Kent Overstreet
2024-05-08
1
-2
/
+4
*
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
2024-05-08
1
-56
/
+41
*
bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()
Kent Overstreet
2024-05-07
1
-0
/
+6
*
bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()
Kent Overstreet
2024-05-06
1
-0
/
+2
*
bcachefs: Fix lost wakeup on journal shutdown
Kent Overstreet
2024-03-19
1
-6
/
+6
*
bcachefs: pull out time_stats.[ch]
Kent Overstreet
2024-03-14
1
-2
/
+1
*
bcachefs: fix bch2_journal_buf_to_text()
Kent Overstreet
2024-03-14
1
-5
/
+1
*
bcachefs: Fix bch2_journal_noflush_seq()
Kent Overstreet
2024-03-14
1
-5
/
+5
*
bcachefs: split out ignore_blacklisted, ignore_not_dirty
Kent Overstreet
2024-03-14
1
-2
/
+2
*
bcachefs: Add journal.blocked to journal_debug_to_text()
Kent Overstreet
2024-03-14
1
-0
/
+1
*
bcachefs: improve bch2_journal_buf_to_text()
Kent Overstreet
2024-03-14
1
-9
/
+24
*
bcachefs: kill kvpmalloc()
Kent Overstreet
2024-03-13
1
-2
/
+2
*
bcachefs: better journal pipelining
Kent Overstreet
2024-03-10
1
-9
/
+38
*
bcachefs: closure per journal buf
Kent Overstreet
2024-03-10
1
-6
/
+12
*
bcachefs: bio per journal buf
Kent Overstreet
2024-03-10
1
-18
/
+22
*
bcachefs: convert journal replay ptrs to darray
Kent Overstreet
2024-03-10
1
-3
/
+2
*
bcachefs: Avoid taking journal lock unnecessarily
Kent Overstreet
2024-03-10
1
-53
/
+54
*
bcachefs: Avoid setting j->write_work unnecessarily
Kent Overstreet
2024-03-10
1
-13
/
+11
*
bcachefs: Split out journal workqueue
Kent Overstreet
2024-03-10
1
-10
/
+12
*
bcachefs: Add gfp flags param to bch2_prt_task_backtrace()
Kent Overstreet
2024-01-22
1
-1
/
+1
*
bcachefs: Better journal tracepoints
Kent Overstreet
2024-01-21
1
-39
/
+72
*
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
2024-01-01
1
-8
/
+4
*
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
2024-01-01
1
-4
/
+1
*
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
2024-01-01
1
-4
/
+2
*
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
2024-01-01
1
-0
/
+44
*
bcachefs: journal->buf_lock
Kent Overstreet
2024-01-01
1
-0
/
+1
*
bcachefs: Add a tracepoint for journal entry close
Kent Overstreet
2024-01-01
1
-0
/
+2
*
bcachefs: track_event_change()
Kent Overstreet
2024-01-01
1
-12
/
+4
*
bcachefs: Include average write size in sysfs journal_debug
Kent Overstreet
2024-01-01
1
-9
/
+13
*
bcachefs: Close journal entry if necessary when flushing all pins
Kent Overstreet
2023-12-10
1
-4
/
+4
*
bcachefs: move journal seq assertion
Kent Overstreet
2023-11-29
1
-0
/
+2
*
bcachefs: Kill journal pre-reservations
Kent Overstreet
2023-11-15
1
-31
/
+0
*
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
2023-10-31
1
-0
/
+19
*
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: fix race between journal entry close and pin set
Brian Foster
2023-10-22
1
-8
/
+13
*
bcachefs: prepare journal buf put to handle pin put
Brian Foster
2023-10-22
1
-1
/
+1
*
bcachefs: refactor pin put helpers
Brian Foster
2023-10-22
1
-1
/
+2
*
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
1
-2
/
+7
*
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Convert more -EROFS to private error codes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Delete redundant log messages
Kent Overstreet
2023-10-22
1
-15
/
+5
*
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
2023-10-22
1
-10
/
+5
[next]