index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
bcachefs: bucket_data_type_mismatch()
Kent Overstreet
2024-05-08
4
-25
/
+26
*
bcachefs: Clean up inode alloc
Kent Overstreet
2024-05-08
1
-22
/
+29
*
bcachefs: journal seq blacklist gc no longer has to walk btree
Kent Overstreet
2024-05-08
7
-66
/
+26
*
bcachefs: plumb data_type into bch2_bucket_alloc_trans()
Kent Overstreet
2024-05-08
3
-6
/
+12
*
bcachefs: Add btree_allocated_bitmap to member_to_text()
Kent Overstreet
2024-05-08
1
-0
/
+8
*
bcachefs: Btree key cache instrumentation
Kent Overstreet
2024-05-08
3
-26
/
+69
*
bcachefs: Remove calls to folio_set_error
Matthew Wilcox (Oracle)
2024-05-08
1
-10
/
+2
*
bcachefs: Move gc of bucket.oldest_gen to workqueue
Kent Overstreet
2024-05-08
7
-102
/
+22
*
bcachefs: fix flag printing in journal_buf_to_text()
Kent Overstreet
2024-05-08
1
-2
/
+2
*
bcachefs: Sync journal when we complete a recovery pass
Kent Overstreet
2024-05-08
1
-1
/
+2
*
bcachefs: make btree read errors silent during scan
Kent Overstreet
2024-05-08
1
-5
/
+11
*
bcachefs: Rip bch2_snapshot_equiv() out of fsck
Kent Overstreet
2024-05-08
2
-95
/
+30
*
bcachefs: Check for writing btree_ptr_v2.sectors_written == 0
Kent Overstreet
2024-05-08
2
-1
/
+7
*
bcachefs: Add asserts to bch2_dev_btree_bitmap_marked_sectors()
Kent Overstreet
2024-05-08
1
-0
/
+3
*
bcachefs: fs_alloc_debug_to_text()
Kent Overstreet
2024-05-08
1
-0
/
+35
*
bcachefs: assert that online_reserved == 0 on shutdown
Kent Overstreet
2024-05-08
1
-0
/
+1
*
bcachefs: bch2_trans_verify_not_unlocked()
Kent Overstreet
2024-05-08
5
-2
/
+46
*
bcachefs: bch2_btree_path_can_relock()
Kent Overstreet
2024-05-08
1
-4
/
+29
*
bcachefs: trans->locked
Kent Overstreet
2024-05-08
4
-23
/
+43
*
bcachefs: bch2_btree_root_alloc_fake_trans()
Kent Overstreet
2024-05-08
3
-5
/
+7
*
bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()
Kent Overstreet
2024-05-08
10
-4
/
+29
*
bcachefs: Use bch2_btree_path_upgrade() in key cache traverse
Kent Overstreet
2024-05-08
1
-16
/
+3
*
bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodate
Kent Overstreet
2024-05-08
2
-9
/
+8
*
bcachefs: maintain lock invariants in btree_iter_next_node()
Kent Overstreet
2024-05-08
1
-0
/
+3
*
bcachefs: bch2_trans_commit_flags_to_text()
Kent Overstreet
2024-05-08
4
-5
/
+29
*
bcachefs: prefer drop_locks_do()
Kent Overstreet
2024-05-08
1
-3
/
+2
*
bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mut
Kent Overstreet
2024-05-08
3
-23
/
+26
*
bcachefs: fix typo in reference to BCACHEFS_DEBUG
Lukas Bulwahn
2024-05-08
1
-1
/
+1
*
bcachefs: chardev: make bch_chardev_class constant
Ricardo B. Marliere
2024-05-08
1
-13
/
+22
*
bcachefs: member helper cleanups
Kent Overstreet
2024-05-08
26
-126
/
+133
*
bcachefs: bucket_valid()
Kent Overstreet
2024-05-08
7
-25
/
+35
*
bcachefs: bch2_trans_relock_fail() - factor out slowpath
Kent Overstreet
2024-05-08
1
-46
/
+52
[prev]
[next]