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_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Assorted endianness fixes
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Fix journal write error path
Kent Overstreet
1
-14
/
+11
2023-10-22
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix compat code for superblock
Kent Overstreet
1
-55
/
+53
2023-10-22
bcachefs: Use x-macros for more enums
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Dump journal state when we get stuck
Kent Overstreet
1
-1
/
+10
2023-10-22
bcachefs: Fix a 64 bit divide on 32 bit
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Journal updates to dev usage
Kent Overstreet
1
-0
/
+37
2023-10-22
bcachefs: Persist 64 bit io clocks
Kent Overstreet
1
-5
/
+28
2023-10-22
bcachefs: Add missing call to bch2_replicas_entry_sort()
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Add an assertion to check for journal writes to same location
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Add an option for metadata_target
Kent Overstreet
1
-2
/
+13
2023-10-22
bcachefs: Improve diagnostics when journal entries are missing
Kent Overstreet
1
-26
/
+86
2023-10-22
bcachefs: Correctly order flushes and journal writes on multi device filesystems
Kent Overstreet
1
-36
/
+63
2023-10-22
bcachefs: Run jset_validate in write path as well
Kent Overstreet
1
-17
/
+37
2023-10-22
bcachefs: Don't error out of recovery process on journal read error
Kent Overstreet
1
-2
/
+9
2023-10-22
bcachefs: Fix journal_buf_realloc()
Kent Overstreet
1
-3
/
+7
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Be more conservation about journal pre-reservations
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Don't require flush/fua on every journal write
Kent Overstreet
1
-41
/
+167
2023-10-22
bcachefs: Increase journal pipelining
Kent Overstreet
1
-8
/
+22
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Fix journal entry repair code
Kent Overstreet
1
-16
/
+32
2023-10-22
bcachefs: Assorted journal refactoring
Kent Overstreet
1
-11
/
+14
2023-10-22
bcachefs: Improve journal error messages
Kent Overstreet
1
-7
/
+14
2023-10-22
bcachefs: Improve journal entry validate code
Kent Overstreet
1
-17
/
+16
2023-10-22
bcachefs: Improvements to the journal read error paths
Kent Overstreet
1
-26
/
+58
2023-10-22
bcachefs: Delete unused arguments
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Refactor replicas code
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Use blk_status_to_str()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Add an internal option for reading entire journal
Kent Overstreet
1
-12
/
+14
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
1
-2
/
+18
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
1
-20
/
+19
2023-10-22
bcachefs: Issue discards when needed to allocate journal write
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Fix bch2_ptr_swab for indirect extents
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: kill bch2_extent_has_device()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Kill direct access to bi_io_vec
Kent Overstreet
1
-5
/
+3
2023-10-22
bcachefs: Various improvements to bch2_alloc_write()
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Journal replay refactoring
Kent Overstreet
1
-130
/
+0
2023-10-22
bcachefs: Rewrite journal_seq_blacklist machinery
Kent Overstreet
1
-98
/
+10
2023-10-22
bcachefs: Caller now responsible for calling mark_key for gc
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Go rw lazily
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()
Kent Overstreet
1
-15
/
+18
2023-10-22
bcachefs: Fix for when compressed extent is split during journal replay
Kent Overstreet
1
-16
/
+66
2023-10-22
bcachefs: Add a pre-reserve mechanism for the journal
Kent Overstreet
1
-0
/
+6
[next]