index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcachefs: Handle last journal write being torn
Kent Overstreet
2023-10-22
1
-14
/
+25
*
bcachefs: Improve journal_read() logging
Kent Overstreet
2023-10-22
1
-16
/
+10
*
bcachefs: Error message improvement
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Defer full journal entry validation
Kent Overstreet
2023-10-22
1
-54
/
+76
*
bcachefs: Improve journal_entry_add()
Kent Overstreet
2023-10-22
1
-28
/
+54
*
bcachefs: Improve jset_validate()
Kent Overstreet
2023-10-22
1
-68
/
+92
*
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Convert fsck errors to errcode.h
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-24
/
+24
*
bcachefs: Also log overwrites in journal
Kent Overstreet
2023-10-22
1
-11
/
+24
*
bcachefs: Don't kick journal reclaim unless low on space
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Kill old rebuild_replicas option
Kent Overstreet
2023-10-22
1
-5
/
+4
*
bcachefs: Fix CPU usage in journal read path
Kent Overstreet
2023-10-22
1
-43
/
+30
*
bcachefs: Fix a few warnings on 32 bit
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Use a genradix for reading journal entries
Kent Overstreet
2023-10-22
1
-52
/
+86
*
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
2023-10-22
1
-3
/
+1
*
bcachefs: Add rw to .key_invalid()
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
2023-10-22
1
-11
/
+18
*
bcachefs: New discard implementation
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Kill allocator threads & freelists
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: Change journal_io.c assertion to error message
Kent Overstreet
2023-10-22
1
-2
/
+10
*
bcachefs: x-macro metadata version enum
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Restore journal write point at startup
Kent Overstreet
2023-10-22
1
-2
/
+21
*
bcachefs: Finish writing journal after journal error
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: __journal_entry_close() never fails
Kent Overstreet
2023-10-22
1
-5
/
+13
*
bcachefs: Refactor journal code to not use unwritten_idx
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: Journal seq now incremented at entry open, not close
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Kill JOURNAL_NEED_WRITE
Kent Overstreet
2023-10-22
1
-5
/
+7
*
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
1
-24
/
+29
*
bcachefs: Fix 32 bit build
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Drop journal_write_compact()
Kent Overstreet
2023-10-22
1
-45
/
+0
*
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Kill bch_scnmemcpy()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Store logical location of journal entries
Kent Overstreet
2023-10-22
1
-10
/
+15
*
bcachefs: Check for errors from crypto_skcipher_encrypt()
Kent Overstreet
2023-10-22
1
-2
/
+7
*
bcachefs: Improve journal_entry_btree_keys_to_text()
Kent Overstreet
2023-10-22
1
-3
/
+9
*
bcachefs: Log message improvements
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: New data structure for buckets waiting on journal commit
Kent Overstreet
2023-10-22
1
-4
/
+0
*
bcachefs: Fix an uninitialized variable
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Add verbose log messages for journal read
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: bch2_journal_entry_to_text()
Kent Overstreet
2023-10-22
1
-11
/
+130
*
bcachefs: BCH_JSET_ENTRY_log
Kent Overstreet
2023-10-22
1
-0
/
+8
*
bcachefs: bch2_journal_noflush_seq()
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: Fix bch2_journal_meta()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Option improvements
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Add more time_stats
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix error reporting from bch2_journal_flush_seq
Kent Overstreet
2023-10-22
1
-7
/
+8
*
bcachefs: Ensure journal doesn't get stuck in nochanges mode
Kent Overstreet
2023-10-22
1
-1
/
+1
[prev]
[next]