index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: bch2_trans_run()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-67
/
+68
2023-10-22
bcachefs: Use a genradix for reading journal entries
Kent Overstreet
1
-12
/
+22
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: bch_sb_field_journal_v2
Kent Overstreet
1
-67
/
+120
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
1
-19
/
+32
2023-10-22
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Allocate journal buckets sequentially
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_journal_log_msg()
Kent Overstreet
1
-25
/
+58
2023-10-22
bcachefs: Skip periodic wakeup of journal reclaim when journal empty
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Don't arm journal->write_work when journal entry !open
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Finish writing journal after journal error
Kent Overstreet
1
-45
/
+25
2023-10-22
bcachefs: __journal_entry_close() never fails
Kent Overstreet
1
-28
/
+22
2023-10-22
bcachefs: Refactor journal code to not use unwritten_idx
Kent Overstreet
1
-41
/
+55
2023-10-22
bcachefs: Journal seq now incremented at entry open, not close
Kent Overstreet
1
-87
/
+39
2023-10-22
bcachefs: bch2_journal_halt() now takes journal lock
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Kill JOURNAL_NEED_WRITE
Kent Overstreet
1
-18
/
+45
2023-10-22
bcachefs: Delete some dead journal code
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: Start moving debug info from sysfs to debugfs
Kent Overstreet
1
-16
/
+40
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-8
/
+16
2023-10-22
bcachefs: Fix bch2_journal_pins_to_text()
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Fix for journal getting stuck
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_journal_noflush_seq()
Kent Overstreet
1
-0
/
+38
2023-10-22
bcachefs: Refactor open_bucket code
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Journal initialization fixes
Kent Overstreet
1
-0
/
+10
2023-10-22
bcachefs: Fix bch2_journal_meta()
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marks
Kent Overstreet
1
-11
/
+1
2023-10-22
bcachefs: Add more time_stats
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Make __bch2_journal_debug_to_text() more readable
Kent Overstreet
1
-55
/
+28
2023-10-22
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: Fix error reporting from bch2_journal_flush_seq
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Convert journal BUG_ON() to a warning
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Kill journal buf bloom filter
Kent Overstreet
1
-51
/
+0
2023-10-22
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Fix locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
1
-5
/
+10
2023-10-22
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Make sure to initialize j->last_flushed
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Simplify bch2_set_nr_journal_buckets()
Kent Overstreet
1
-20
/
+15
2023-10-22
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
1
-16
/
+14
2023-10-22
bcachefs: Eliminate memory barrier from fast path of journal_preres_put()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
1
-0
/
+24
2023-10-22
bcachefs: Don't make foreground writes wait behind journal reclaim too long
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Increase default journal size
Kent Overstreet
1
-4
/
+7
2023-10-22
bcachefs: Don't list non journal devs in journal_debug_to_text()
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Start journal reclaim thread earlier
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Assert that we're not trying to flush journal seq in the future
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Fixes/improvements for journal entry reservations
Kent Overstreet
1
-7
/
+0
2023-10-22
bcachefs: Persist 64 bit io clocks
Kent Overstreet
1
-0
/
+3
[next]