index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Kill bch2_dev_bkey_exists() in backpointer code
Kent Overstreet
2024-05-08
6
-52
/
+102
*
bcachefs: PTR_BUCKET_POS() now takes bch_dev
Kent Overstreet
2024-05-08
8
-49
/
+57
*
bcachefs: bch2_dev_iterate()
Kent Overstreet
2024-05-08
2
-7
/
+19
*
bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()
Kent Overstreet
2024-05-08
1
-1
/
+6
*
bcachefs: bch2_bucket_ref_update() now takes bch_dev
Kent Overstreet
2024-05-08
3
-28
/
+42
*
bcachefs: bch2_trigger_alloc() -> bch2_dev_tryget()
Kent Overstreet
2024-05-08
1
-12
/
+11
*
bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()
Kent Overstreet
2024-05-08
4
-12
/
+40
*
bcachefs: Convert to bch2_dev_tryget_noerror()
Kent Overstreet
2024-05-08
2
-18
/
+4
*
bcachefs: bch2_dev_tryget()
Kent Overstreet
2024-05-08
2
-0
/
+25
*
bcachefs: bch2_have_enough_devs() checks for nonexistent device
Kent Overstreet
2024-05-08
1
-5
/
+7
*
bcachefs: journal_replay_entry_early() checks for nonexistent device
Kent Overstreet
2024-05-08
1
-8
/
+11
*
bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()
Kent Overstreet
2024-05-08
1
-6
/
+19
*
bcachefs: Pass device to bch2_bucket_do_index()
Kent Overstreet
2024-05-08
1
-6
/
+5
*
bcachefs: Pass device to bch2_alloc_write_key()
Kent Overstreet
2024-05-08
1
-2
/
+2
*
bcachefs: bch2_dev_safe() -> bch2_dev_rcu()
Kent Overstreet
2024-05-08
3
-2
/
+3
*
bcachefs: Debug asserts for ca->ref
Kent Overstreet
2024-05-08
3
-3
/
+37
*
bcachefs: New helpers for device refcounts
Kent Overstreet
2024-05-08
9
-41
/
+50
*
bcachefs: bch2_print_allocator_stuck()
Kent Overstreet
2024-05-08
5
-76
/
+114
*
closures: closure_sync_timeout()
Kent Overstreet
2024-05-08
2
-0
/
+49
*
bcachefs: bch2_bkey_drop_ptrs() declares loop iter
Kent Overstreet
2024-05-08
7
-10
/
+2
*
bcachefs: x-macroize journal flags enums
Kent Overstreet
2024-05-08
11
-33
/
+44
*
bcachefs: On device add, prefer unused slots
Kent Overstreet
2024-05-08
1
-3
/
+22
*
bcachefs: Kill opts.buckets_nouse
Kent Overstreet
2024-05-08
4
-24
/
+32
*
bcachefs: CodingStyle
Kent Overstreet
2024-05-08
2
-0
/
+187
*
bcachefs: simplify bch2_trans_start_alloc_update()
Kent Overstreet
2024-05-08
4
-46
/
+37
*
bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4
Kent Overstreet
2024-05-08
2
-63
/
+38
*
bcachefs: __mark_pointer now takes bch_alloc_v4
Kent Overstreet
2024-05-08
3
-41
/
+33
*
bcachefs: kill bch2_dev_usage_update_m()
Kent Overstreet
2024-05-08
5
-63
/
+41
*
bcachefs: alloc_data_type_set()
Kent Overstreet
2024-05-08
4
-31
/
+36
*
bcachefs: dirty_sectors -> replicas_sectors
Kent Overstreet
2024-05-08
1
-4
/
+4
*
bcachefs: delete old gen check bch2_alloc_write_key()
Kent Overstreet
2024-05-08
1
-3
/
+0
*
bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_...
Youling Tang
2024-05-08
1
-1
/
+1
*
bcachefs: Fix error path of bch2_link_trans()
Youling Tang
2024-05-08
1
-2
/
+2
*
bcachefs: Change destroy_inode to free_inode
Youling Tang
2024-05-08
1
-11
/
+3
*
bcachefs: Simplify resuming of journal position
Kent Overstreet
2024-05-08
2
-43
/
+8
*
bcachefs: check inode backpointer in bch2_lookup()
Kent Overstreet
2024-05-08
1
-6
/
+18
*
bcachefs: check for inodes that should have backpointers in fsck
Kent Overstreet
2024-05-08
2
-0
/
+18
*
bcachefs: bch_member.last_journal_bucket
Kent Overstreet
2024-05-08
5
-0
/
+42
*
bcachefs: uninline set_btree_iter_dontneed()
Kent Overstreet
2024-05-08
5
-18
/
+20
*
bcachefs: eliminate the uninitialized compilation warning in bch2_reconstruct...
Hongbo Li
2024-05-08
1
-1
/
+2
*
bcachefs: fix btree_path_clone() ip_allocated
Kent Overstreet
2024-05-08
1
-3
/
+7
*
bcachefs: Fix format specifiers in bch2_btree_key_cache_to_text()
Nathan Chancellor
2024-05-08
1
-2
/
+2
*
bcachefs: Fix type of flags parameter for some ->trigger() implementations
Nathan Chancellor
2024-05-08
10
-12
/
+18
*
bcachefs: Kill gc_init_recurse()
Kent Overstreet
2024-05-08
3
-158
/
+55
*
bcachefs: do reflink_p repair from BTREE_TRIGGER_check_repair
Kent Overstreet
2024-05-08
1
-2
/
+5
*
bcachefs: Run bch2_check_fix_ptrs() via triggers
Kent Overstreet
2024-05-08
7
-296
/
+326
*
bcachefs: kill gc looping for bucket gens
Kent Overstreet
2024-05-08
2
-86
/
+18
*
bcachefs: bch2_bucket_ref_update()
Kent Overstreet
2024-05-08
3
-33
/
+42
*
bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket()
Kent Overstreet
2024-05-08
1
-116
/
+135
*
bcachefs: mark_stripe_bucket cleanup
Kent Overstreet
2024-05-08
1
-35
/
+65
[next]