index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
netfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
bcachefs: PTR_BUCKET_POS() now takes bch_dev
Kent Overstreet
8
-49
/
+57
2024-05-08
bcachefs: bch2_dev_iterate()
Kent Overstreet
2
-7
/
+19
2024-05-08
bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()
Kent Overstreet
1
-1
/
+6
2024-05-08
bcachefs: bch2_bucket_ref_update() now takes bch_dev
Kent Overstreet
3
-28
/
+42
2024-05-08
bcachefs: bch2_trigger_alloc() -> bch2_dev_tryget()
Kent Overstreet
1
-12
/
+11
2024-05-08
bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()
Kent Overstreet
4
-12
/
+40
2024-05-08
bcachefs: Convert to bch2_dev_tryget_noerror()
Kent Overstreet
2
-18
/
+4
2024-05-08
bcachefs: bch2_dev_tryget()
Kent Overstreet
2
-0
/
+25
2024-05-08
bcachefs: bch2_have_enough_devs() checks for nonexistent device
Kent Overstreet
1
-5
/
+7
2024-05-08
bcachefs: journal_replay_entry_early() checks for nonexistent device
Kent Overstreet
1
-8
/
+11
2024-05-08
bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()
Kent Overstreet
1
-6
/
+19
2024-05-08
bcachefs: Pass device to bch2_bucket_do_index()
Kent Overstreet
1
-6
/
+5
2024-05-08
bcachefs: Pass device to bch2_alloc_write_key()
Kent Overstreet
1
-2
/
+2
2024-05-08
bcachefs: bch2_dev_safe() -> bch2_dev_rcu()
Kent Overstreet
3
-2
/
+3
2024-05-08
bcachefs: Debug asserts for ca->ref
Kent Overstreet
3
-3
/
+37
2024-05-08
bcachefs: New helpers for device refcounts
Kent Overstreet
9
-41
/
+50
2024-05-08
bcachefs: bch2_print_allocator_stuck()
Kent Overstreet
5
-76
/
+114
2024-05-08
closures: closure_sync_timeout()
Kent Overstreet
2
-0
/
+49
2024-05-08
bcachefs: bch2_bkey_drop_ptrs() declares loop iter
Kent Overstreet
7
-10
/
+2
2024-05-08
bcachefs: x-macroize journal flags enums
Kent Overstreet
11
-33
/
+44
2024-05-08
bcachefs: On device add, prefer unused slots
Kent Overstreet
1
-3
/
+22
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_...
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...
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
[next]