index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-29
bcachefs: Repair fragmentation_lru in alloc_write_key()
Kent Overstreet
2
-14
/
+13
2024-06-29
bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()
Kent Overstreet
3
-25
/
+65
2024-06-29
bcachefs: bch2_btree_write_buffer_maybe_flush()
Kent Overstreet
4
-44
/
+71
2024-06-29
bcachefs: Add missing printbuf_tabstops_reset() calls
Kent Overstreet
2
-2
/
+4
2024-06-28
bcachefs: Fix loop restart in bch2_btree_transactions_read()
Kent Overstreet
1
-6
/
+6
2024-06-28
bcachefs: Fix bch2_read_retry_nodecode()
Kent Overstreet
1
-0
/
+3
2024-06-28
bcachefs: Don't use the new_fs() bucket alloc path on an initialized fs
Kent Overstreet
3
-6
/
+6
2024-06-28
bcachefs: Fix shift greater than integer size
Kent Overstreet
1
-2
/
+3
2024-06-28
bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warning
Kent Overstreet
1
-3
/
+5
2024-06-28
bcachefs: Delete old faulty bch2_trans_unlock() call
Kent Overstreet
1
-1
/
+0
2024-06-28
bcachefs: Switch online_reserved shutdown assert to WARN()
Kent Overstreet
1
-2
/
+5
2024-06-25
bcachefs: Fix kmalloc bug in __snapshot_t_mut
Pei Li
1
-0
/
+3
2024-06-25
bcachefs: Discard, invalidate workers are now per device
Kent Overstreet
5
-133
/
+161
2024-06-25
bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gc
Pei Li
1
-1
/
+1
2024-06-25
bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpu
Pei Li
1
-4
/
+10
2024-06-23
bcachefs: Add missing bch2_journal_do_writes() call
Kent Overstreet
1
-0
/
+7
2024-06-23
bcachefs: Fix null ptr deref in journal_pins_to_text()
Kent Overstreet
1
-0
/
+5
2024-06-23
bcachefs: Add missing recalc_capacity() call
Kent Overstreet
1
-0
/
+1
2024-06-23
bcachefs: Fix btree_trans list ordering
Kent Overstreet
2
-11
/
+34
2024-06-23
bcachefs: Fix race between trans_put() and btree_transactions_read()
Kent Overstreet
2
-16
/
+13
2024-06-23
closures: closure_get_not_zero(), closure_return_sync()
Kent Overstreet
2
-6
/
+69
2024-06-23
bcachefs: Make btree_deadlock_to_text() clearer
Kent Overstreet
1
-23
/
+29
2024-06-23
bcachefs: fix seqmutex_relock()
Kent Overstreet
2
-13
/
+6
2024-06-22
bcachefs: Fix freeing of error pointers
Kent Overstreet
1
-3
/
+6
2024-06-21
bcachefs: Move the ei_flags setting to after initialization
Youling Tang
1
-5
/
+3
2024-06-21
bcachefs: Fix a UAF after write_super()
Kent Overstreet
1
-2
/
+2
2024-06-21
bcachefs: Use bch2_print_string_as_lines for long err
Kent Overstreet
1
-5
/
+8
2024-06-21
bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()
Kent Overstreet
1
-2
/
+10
2024-06-21
bcachefs: Replace bare EEXIST with private error codes
Kent Overstreet
5
-8
/
+12
2024-06-21
bcachefs: Fix missing alloc_data_type_set()
Kent Overstreet
1
-1
/
+3
2024-06-21
closures: Change BUG_ON() to WARN_ON()
Kent Overstreet
1
-2
/
+8
2024-06-20
bcachefs: fix alignment of VMA for memory mapped files on THP
Youling Tang
1
-0
/
+1
2024-06-20
bcachefs: Fix safe errors by default
Kent Overstreet
5
-289
/
+308
2024-06-19
bcachefs: Fix bch2_trans_put()
Kent Overstreet
1
-3
/
+8
2024-06-19
bcachefs: set_worker_desc() for delete_dead_snapshots
Kent Overstreet
1
-0
/
+2
2024-06-19
bcachefs: Fix bch2_sb_downgrade_update()
Kent Overstreet
1
-1
/
+1
2024-06-19
bcachefs: Handle cached data LRU wraparound
Kent Overstreet
1
-5
/
+41
2024-06-19
bcachefs: Guard against overflowing LRU_TIME_BITS
Kent Overstreet
6
-12
/
+32
2024-06-19
bcachefs: delete_dead_snapshots() doesn't need to go RW
Kent Overstreet
1
-7
/
+0
2024-06-19
bcachefs: Fix early init error path in journal code
Kent Overstreet
1
-0
/
+3
2024-06-19
bcachefs: Check for invalid btree IDs
Kent Overstreet
2
-2
/
+12
2024-06-19
bcachefs: Fix btree ID bitmasks
Kent Overstreet
2
-10
/
+11
2024-06-19
bcachefs: Fix shift overflow in read_one_super()
Kent Overstreet
1
-3
/
+4
2024-06-19
bcachefs: Fix a locking bug in the do_discard_fast() path
Kent Overstreet
1
-1
/
+1
2024-06-19
bcachefs: Fix array-index-out-of-bounds
Kent Overstreet
3
-3
/
+8
2024-06-19
bcachefs: Fix initialization order for srcu barrier
Kent Overstreet
1
-1
/
+1
2024-06-16
Linux 6.10-rc4
Linus Torvalds
1
-1
/
+1
2024-06-16
leds: class: Revert: "If no default trigger is given, make hw_control trigger the default trigger"
Hans de Goede
1
-6
/
+0
2024-06-16
RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation
Yazen Ghannam
3
-41
/
+114
2024-06-15
firewire: core: record card index in bus_reset_handle tracepoints event
Takashi Sakamoto
2
-4
/
+7
[next]