index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2024-11-12
bcachefs: Fix journal_entry_dev_usage_to_text() overrun
Kent Overstreet
1
-0
/
+3
2024-11-08
bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket
Pei Xiao
1
-0
/
+2
2024-09-28
bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()
Kent Overstreet
1
-1
/
+1
2024-09-09
bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()
Thorsten Blum
1
-1
/
+2
2024-09-09
bcachefs: Convert to use jiffies macros
Chen Yufan
1
-1
/
+2
2024-08-14
bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
Kent Overstreet
1
-19
/
+5
2024-07-15
bcachefs: Improve "unable to allocate journal write" message
Kent Overstreet
1
-2
/
+3
2024-07-15
bcachefs: Eytzinger accumulation for accounting keys
Kent Overstreet
1
-2
/
+8
2024-07-15
bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()
Uros Bizjak
1
-4
/
+5
2024-07-15
bcachefs: Fix missing spaces in journal_entry_dev_usage_to_text
Youling Tang
1
-0
/
+3
2024-07-10
bcachefs: Fix missing error check in journal_entry_btree_keys_validate()
Kent Overstreet
1
-0
/
+2
2024-07-10
bcachefs: Fix journal getting stuck on a flush commit
Kent Overstreet
1
-4
/
+6
2024-06-23
bcachefs: Add missing bch2_journal_do_writes() call
Kent Overstreet
1
-0
/
+7
2024-06-21
bcachefs: Use bch2_print_string_as_lines for long err
Kent Overstreet
1
-5
/
+8
2024-05-09
bcachefs: s/bkey_invalid_flags/bch_validate_flags
Kent Overstreet
1
-23
/
+23
2024-05-09
bcachefs: Invalid devices are now checked for by fsck, not .invalid methods
Kent Overstreet
1
-11
/
+0
2024-05-09
bcachefs: bch2_dev_get_ioref() checks for device not present
Kent Overstreet
1
-1
/
+1
2024-05-09
bcachefs: bch2_dev_get_ioref2(); journal_io.c
Kent Overstreet
1
-4
/
+3
2024-05-09
bcachefs: kill bch2_dev_bkey_exists() in journal_ptrs_to_text()
Kent Overstreet
1
-5
/
+0
2024-05-09
bcachefs: bch2_dev_have_ref()
Kent Overstreet
1
-2
/
+2
2024-05-09
bcachefs: x-macroize journal flags enums
Kent Overstreet
1
-3
/
+3
2024-05-09
bcachefs: Simplify resuming of journal position
Kent Overstreet
1
-43
/
+7
2024-05-09
bcachefs: bch_member.last_journal_bucket
Kent Overstreet
1
-0
/
+28
2024-05-09
bcachefs: journal seq blacklist gc no longer has to walk btree
Kent Overstreet
1
-0
/
+4
2024-05-09
bcachefs: member helper cleanups
Kent Overstreet
1
-5
/
+5
2024-05-09
bcachefs: allow for custom action in fsck error messages
Kent Overstreet
1
-1
/
+1
2024-04-21
bcachefs: Fix deadlock in journal write path
Kent Overstreet
1
-18
/
+42
2024-04-14
bcachefs: Standardize helpers for printing enum strs with bounds checks
Kent Overstreet
1
-8
/
+9
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
1
-7
/
+5
2024-03-18
bcachefs: Change "accounting overran journal reservation" to a warning
Kent Overstreet
1
-1
/
+2
2024-03-14
bcachefs: pull out time_stats.[ch]
Kent Overstreet
1
-2
/
+1
2024-03-14
bcachefs: fix lost journal buf wakeup due to improved pipelining
Brian Foster
1
-1
/
+1
2024-03-14
bcachefs: Fix bch2_journal_noflush_seq()
Kent Overstreet
1
-0
/
+1
2024-03-14
bcachefs: split out ignore_blacklisted, ignore_not_dirty
Kent Overstreet
1
-14
/
+19
2024-03-14
bcachefs: jset_entry for loops declare loop iter
Kent Overstreet
1
-3
/
+0
2024-03-14
bcachefs: Fix journal_buf bitfield accesses
Kent Overstreet
1
-6
/
+11
2024-03-14
bcachefs: kill kvpmalloc()
Kent Overstreet
1
-8
/
+7
2024-03-10
bcachefs: better journal pipelining
Kent Overstreet
1
-43
/
+49
2024-03-10
bcachefs: closure per journal buf
Kent Overstreet
1
-15
/
+19
2024-03-10
bcachefs: bio per journal buf
Kent Overstreet
1
-10
/
+11
2024-03-10
bcachefs: jset_entry_datetime
Kent Overstreet
1
-0
/
+44
2024-03-10
bcachefs: improve journal entry read fsck error messages
Kent Overstreet
1
-41
/
+55
2024-03-10
bcachefs: convert journal replay ptrs to darray
Kent Overstreet
1
-47
/
+23
2024-03-10
bcachefs: Journal writes should be REQ_SYNC|REQ_META
Kent Overstreet
1
-1
/
+1
2024-03-10
bcachefs: Split out journal workqueue
Kent Overstreet
1
-6
/
+6
2024-02-14
bcachefs: Clamp replicas_required to replicas
Kent Overstreet
1
-1
/
+3
2024-01-22
bcachefs: fix incorrect usage of REQ_OP_FLUSH
Christoph Hellwig
1
-1
/
+2
2024-01-21
bcachefs: helpers for printing data types
Kent Overstreet
1
-4
/
+1
2024-01-06
bcachefs: improve checksum error messages
Kent Overstreet
1
-14
/
+31
2024-01-01
bcachefs: bkey_for_each_ptr() now declares loop iter
Kent Overstreet
1
-1
/
+0
[next]