index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
buckets.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
2024-05-08
1
-37
/
+40
*
bcachefs: mark_superblock cleanup
Kent Overstreet
2024-05-08
1
-78
/
+82
*
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
2024-05-08
1
-16
/
+5
*
bcachefs: Remove accidental debug assert
Kent Overstreet
2024-04-29
1
-2
/
+0
*
bcachefs: Kill bch2_bkey_ptr_data_type()
Kent Overstreet
2024-04-01
1
-5
/
+7
*
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
2024-03-18
1
-3
/
+3
*
bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_buffered
Kent Overstreet
2024-03-14
1
-1
/
+2
*
bcachefs: kill kvpmalloc()
Kent Overstreet
2024-03-13
1
-18
/
+11
*
bcachefs: bch2_trans_account_disk_usage_change()
Kent Overstreet
2024-01-21
1
-29
/
+41
*
bcachefs: bch_fs_usage_base
Kent Overstreet
2024-01-21
1
-28
/
+28
*
bcachefs: helpers for printing data types
Kent Overstreet
2024-01-21
1
-13
/
+13
*
bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()
Kent Overstreet
2024-01-06
1
-0
/
+12
*
bcachefs: unify extent trigger
Kent Overstreet
2024-01-06
1
-85
/
+29
*
bcachefs: bch2_trigger_stripe_ptr()
Kent Overstreet
2024-01-06
1
-67
/
+61
*
bcachefs: bch2_trigger_pointer()
Kent Overstreet
2024-01-06
1
-234
/
+209
*
bcachefs: move stripe triggers to ec.c
Kent Overstreet
2024-01-06
1
-337
/
+19
*
bcachefs: move bch2_mark_alloc() to alloc_background.c
Kent Overstreet
2024-01-06
1
-126
/
+18
*
bcachefs: unify reservation trigger
Kent Overstreet
2024-01-06
1
-59
/
+37
*
bcachefs: kill mem_trigger_run_overwrite_then_insert()
Kent Overstreet
2024-01-06
1
-2
/
+2
*
bcachefs: mark now takes bkey_s
Kent Overstreet
2024-01-06
1
-5
/
+6
*
bcachefs: trans_mark now takes bkey_s
Kent Overstreet
2024-01-06
1
-9
/
+9
*
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
2024-01-01
1
-3
/
+2
*
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
2024-01-01
1
-13
/
+6
*
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
2024-01-01
1
-2
/
+1
*
bcachefs: Move reflink_p triggers into reflink.c
Kent Overstreet
2024-01-01
1
-200
/
+0
*
bcachefs: Kill journal_seq/gc args to bch2_dev_usage_update_m()
Kent Overstreet
2024-01-01
1
-8
/
+5
*
bcachefs: Kill dev_usage->buckets_ec
Kent Overstreet
2024-01-01
1
-9
/
+0
*
bcachefs: bch2_dev_usage_to_text()
Kent Overstreet
2024-01-01
1
-0
/
+30
*
bcachefs: New bucket sector count helpers
Kent Overstreet
2024-01-01
1
-31
/
+21
*
bcachefs: Simplify check_bucket_ref()
Kent Overstreet
2024-01-01
1
-8
/
+4
*
bcachefs: Don't use update_cached_sectors() in bch2_mark_alloc()
Kent Overstreet
2024-01-01
1
-29
/
+11
*
bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1
Kent Overstreet
2024-01-01
1
-5
/
+5
*
bcachefs: Fix bucket data type for stripe buckets
Kent Overstreet
2023-11-28
1
-2
/
+6
*
bcachefs: Don't stop copygc thread on device resize
Kent Overstreet
2023-11-24
1
-2
/
+0
*
bcachefs: Fix an integer overflow
Kent Overstreet
2023-11-02
1
-2
/
+2
*
bcachefs: Enumerate fsck errors
Kent Overstreet
2023-11-02
1
-3
/
+10
*
bcachefs: rebalance_work
Kent Overstreet
2023-11-02
1
-0
/
+10
*
bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEW
Kent Overstreet
2023-10-31
1
-47
/
+76
*
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
2023-10-31
1
-8
/
+24
*
bcachefs: Switch to unsafe_memcpy() in a few places
Kent Overstreet
2023-10-22
1
-2
/
+3
*
bcachefs: bucket_lock() is now a sleepable lock
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Fix an overflow check
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: remove redundant initialization of pointer d
Colin Ian King
2023-10-22
1
-1
/
+1
*
bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: move inode triggers to inode.c
Kent Overstreet
2023-10-22
1
-68
/
+3
*
bcachefs: Upgrade path fixes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: bch2_trans_mark_pointer() refactoring
Kent Overstreet
2023-10-22
1
-7
/
+7
[next]