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-05-08
bcachefs: Kill opts.buckets_nouse
Kent Overstreet
4
-24
/
+32
2024-05-08
bcachefs: CodingStyle
Kent Overstreet
2
-0
/
+187
2024-05-08
bcachefs: simplify bch2_trans_start_alloc_update()
Kent Overstreet
4
-46
/
+37
2024-05-08
bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4
Kent Overstreet
2
-63
/
+38
2024-05-08
bcachefs: __mark_pointer now takes bch_alloc_v4
Kent Overstreet
3
-41
/
+33
2024-05-08
bcachefs: kill bch2_dev_usage_update_m()
Kent Overstreet
5
-63
/
+41
2024-05-08
bcachefs: alloc_data_type_set()
Kent Overstreet
4
-31
/
+36
2024-05-08
bcachefs: dirty_sectors -> replicas_sectors
Kent Overstreet
1
-4
/
+4
2024-05-08
bcachefs: delete old gen check bch2_alloc_write_key()
Kent Overstreet
1
-3
/
+0
2024-05-08
bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_ioctl()
Youling Tang
1
-1
/
+1
2024-05-08
bcachefs: Fix error path of bch2_link_trans()
Youling Tang
1
-2
/
+2
2024-05-08
bcachefs: Change destroy_inode to free_inode
Youling Tang
1
-11
/
+3
2024-05-08
bcachefs: Simplify resuming of journal position
Kent Overstreet
2
-43
/
+8
2024-05-08
bcachefs: check inode backpointer in bch2_lookup()
Kent Overstreet
1
-6
/
+18
2024-05-08
bcachefs: check for inodes that should have backpointers in fsck
Kent Overstreet
2
-0
/
+18
2024-05-08
bcachefs: bch_member.last_journal_bucket
Kent Overstreet
5
-0
/
+42
2024-05-08
bcachefs: uninline set_btree_iter_dontneed()
Kent Overstreet
5
-18
/
+20
2024-05-08
bcachefs: eliminate the uninitialized compilation warning in bch2_reconstruct_snapshots
Hongbo Li
1
-1
/
+2
2024-05-08
bcachefs: fix btree_path_clone() ip_allocated
Kent Overstreet
1
-3
/
+7
2024-05-08
bcachefs: Fix format specifiers in bch2_btree_key_cache_to_text()
Nathan Chancellor
1
-2
/
+2
2024-05-08
bcachefs: Fix type of flags parameter for some ->trigger() implementations
Nathan Chancellor
10
-12
/
+18
2024-05-08
bcachefs: Kill gc_init_recurse()
Kent Overstreet
3
-158
/
+55
2024-05-08
bcachefs: do reflink_p repair from BTREE_TRIGGER_check_repair
Kent Overstreet
1
-2
/
+5
2024-05-08
bcachefs: Run bch2_check_fix_ptrs() via triggers
Kent Overstreet
7
-296
/
+326
2024-05-08
bcachefs: kill gc looping for bucket gens
Kent Overstreet
2
-86
/
+18
2024-05-08
bcachefs: bch2_bucket_ref_update()
Kent Overstreet
3
-33
/
+42
2024-05-08
bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket()
Kent Overstreet
1
-116
/
+135
2024-05-08
bcachefs: mark_stripe_bucket cleanup
Kent Overstreet
1
-35
/
+65
2024-05-08
bcachefs: bucket_data_type_mismatch()
Kent Overstreet
4
-25
/
+26
2024-05-08
bcachefs: Clean up inode alloc
Kent Overstreet
1
-22
/
+29
2024-05-08
bcachefs: journal seq blacklist gc no longer has to walk btree
Kent Overstreet
7
-66
/
+26
2024-05-08
bcachefs: plumb data_type into bch2_bucket_alloc_trans()
Kent Overstreet
3
-6
/
+12
2024-05-08
bcachefs: Add btree_allocated_bitmap to member_to_text()
Kent Overstreet
1
-0
/
+8
2024-05-08
bcachefs: Btree key cache instrumentation
Kent Overstreet
3
-26
/
+69
2024-05-08
bcachefs: Remove calls to folio_set_error
Matthew Wilcox (Oracle)
1
-10
/
+2
2024-05-08
bcachefs: Move gc of bucket.oldest_gen to workqueue
Kent Overstreet
7
-102
/
+22
2024-05-08
bcachefs: fix flag printing in journal_buf_to_text()
Kent Overstreet
1
-2
/
+2
2024-05-08
bcachefs: Sync journal when we complete a recovery pass
Kent Overstreet
1
-1
/
+2
2024-05-08
bcachefs: make btree read errors silent during scan
Kent Overstreet
1
-5
/
+11
2024-05-08
bcachefs: Rip bch2_snapshot_equiv() out of fsck
Kent Overstreet
2
-95
/
+30
2024-05-08
bcachefs: Check for writing btree_ptr_v2.sectors_written == 0
Kent Overstreet
2
-1
/
+7
2024-05-08
bcachefs: Add asserts to bch2_dev_btree_bitmap_marked_sectors()
Kent Overstreet
1
-0
/
+3
2024-05-08
bcachefs: fs_alloc_debug_to_text()
Kent Overstreet
1
-0
/
+35
2024-05-08
bcachefs: assert that online_reserved == 0 on shutdown
Kent Overstreet
1
-0
/
+1
2024-05-08
bcachefs: bch2_trans_verify_not_unlocked()
Kent Overstreet
5
-2
/
+46
2024-05-08
bcachefs: bch2_btree_path_can_relock()
Kent Overstreet
1
-4
/
+29
2024-05-08
bcachefs: trans->locked
Kent Overstreet
4
-23
/
+43
2024-05-08
bcachefs: bch2_btree_root_alloc_fake_trans()
Kent Overstreet
3
-5
/
+7
2024-05-08
bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()
Kent Overstreet
10
-4
/
+29
2024-05-08
bcachefs: Use bch2_btree_path_upgrade() in key cache traverse
Kent Overstreet
1
-16
/
+3
[next]