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: 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
2023-10-22
bcachefs: Improve diagnostics when journal entries are missing
Kent Overstreet
1
-1
/
+7
2023-10-22
bcachefs: Mark superblocks transactionally
Kent Overstreet
1
-4
/
+15
2023-10-22
bcachefs: Fix a faulty assertion
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Correctly order flushes and journal writes on multi device filesystems
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Run jset_validate in write path as well
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Be more conservation about journal pre-reservations
Kent Overstreet
1
-17
/
+8
2023-10-22
bcachefs: Don't require flush/fua on every journal write
Kent Overstreet
1
-5
/
+49
2023-10-22
bcachefs: Improve journal free space calculations
Kent Overstreet
1
-5
/
+20
2023-10-22
bcachefs: Increase journal pipelining
Kent Overstreet
1
-55
/
+88
2023-10-22
bcachefs: Fix journal_flush_seq()
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: Optimize bch2_journal_flush_seq_async()
Kent Overstreet
1
-1
/
+9
2023-10-22
bcachefs: Fix an rcu splat
Kent Overstreet
1
-5
/
+8
2023-10-22
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
1
-4
/
+12
2023-10-22
bcachefs: Be more precise with journal error reporting
Kent Overstreet
1
-37
/
+39
2023-10-22
bcachefs: Add an ioctl for resizing journal on a device
Kent Overstreet
1
-1
/
+9
2023-10-22
bcachefs: Dump journal state when the journal deadlocks
Kent Overstreet
1
-2
/
+11
2023-10-22
bcachefs: Assorted journal refactoring
Kent Overstreet
1
-55
/
+50
2023-10-22
bcachefs: Delete dead journalling code
Kent Overstreet
1
-112
/
+0
2023-10-22
bcachefs: Always write a journal entry when stopping journal
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: Fix journal_seq_copy()
Kent Overstreet
1
-0
/
+15
2023-10-22
bcachefs: Convert various code to printbuf
Kent Overstreet
1
-21
/
+15
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Add an internal option for reading entire journal
Kent Overstreet
1
-4
/
+5
2023-10-22
bcachefs: Always give out journal pre-res if we already have one
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Add debug code to print btree transactions
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: Switch a BUG_ON() to a warning
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: kill bch2_extent_has_device()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix journal shutdown path
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Journal replay refactoring
Kent Overstreet
1
-8
/
+7
2023-10-22
bcachefs: delete duplicated code
Kent Overstreet
1
-13
/
+0
[next]