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: bch2_trigger_ptr() calculates sectors even when no device
Kent Overstreet
2024-09-21
1
-3
/
+5
*
bcachefs: EIO errcode cleanup
Kent Overstreet
2024-09-21
1
-7
/
+7
*
bcachefs: bch2_dev_rcu_noerror()
Kent Overstreet
2024-09-21
1
-1
/
+1
*
bcachefs: Move tabstop setup to bch2_dev_usage_to_text()
Kent Overstreet
2024-09-21
1
-0
/
+9
*
bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()
Thorsten Blum
2024-09-09
1
-1
/
+1
*
bcachefs: More BCH_SB_MEMBER_INVALID support
Kent Overstreet
2024-09-09
1
-7
/
+8
*
bcachefs: fix rebalance accounting
Kent Overstreet
2024-09-01
1
-1
/
+1
*
bcachefs: Fix rebalance_work accounting
Kent Overstreet
2024-08-24
1
-25
/
+49
*
bcachefs: Fix locking in __bch2_trans_mark_dev_sb()
Kent Overstreet
2024-08-17
1
-5
/
+9
*
bcachefs: Fix forgetting to pass trans to fsck_err()
Kent Overstreet
2024-08-16
1
-1
/
+1
*
bcachefs: bcachefs_metadata_version_disk_accounting_inum
Kent Overstreet
2024-08-14
1
-0
/
+14
*
bcachefs: improve bch2_dev_usage_to_text()
Kent Overstreet
2024-08-09
1
-4
/
+8
*
bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flag
Kent Overstreet
2024-07-15
1
-1
/
+1
*
bcachefs: Reduce the scope of gc_lock
Kent Overstreet
2024-07-15
1
-2
/
+0
*
bcachefs: fsck_err() may now take a btree_trans
Kent Overstreet
2024-07-15
1
-20
/
+20
*
bcachefs: bch_acct_rebalance_work
Kent Overstreet
2024-07-15
1
-0
/
+9
*
bcachefs: bch_acct_btree
Kent Overstreet
2024-07-15
1
-0
/
+10
*
bcachefs: bch_acct_snapshot
Kent Overstreet
2024-07-15
1
-0
/
+10
*
bcachefs: bch_acct_compression
Kent Overstreet
2024-07-15
1
-10
/
+47
*
bcachefs: Convert gc to new accounting
Kent Overstreet
2024-07-15
1
-153
/
+32
*
bcachefs: Kill fs_usage_online
Kent Overstreet
2024-07-15
1
-10
/
+0
*
bcachefs: Kill bch2_fs_usage_to_text()
Kent Overstreet
2024-07-15
1
-39
/
+0
*
bcachefs: Delete journal-buf-sharded old style accounting
Kent Overstreet
2024-07-15
1
-55
/
+6
*
bcachefs: kill bch2_fs_usage_read()
Kent Overstreet
2024-07-15
1
-34
/
+0
*
bcachefs: Kill bch2_fs_usage_initialize()
Kent Overstreet
2024-07-15
1
-29
/
+0
*
bcachefs: dev_usage updated by new accounting
Kent Overstreet
2024-07-15
1
-31
/
+5
*
bcachefs: Disk space accounting rewrite
Kent Overstreet
2024-07-15
1
-243
/
+48
*
bcachefs: BCH_DATA_unstriped
Kent Overstreet
2024-07-15
1
-3
/
+11
*
bcachefs: bch_alloc->stripe_sectors
Kent Overstreet
2024-07-15
1
-7
/
+9
*
bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()
Uros Bizjak
2024-07-15
1
-9
/
+8
*
bcachefs: Fix RCU splat
Kent Overstreet
2024-07-10
1
-1
/
+1
*
bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()
Kent Overstreet
2024-06-10
1
-15
/
+35
*
bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checks
Kent Overstreet
2024-06-10
1
-0
/
+2
*
bcachefs: Fix refcount leak in check_fix_ptrs()
Kent Overstreet
2024-06-10
1
-116
/
+133
*
bcachefs: Fix uninitialized var warning
Kent Overstreet
2024-05-29
1
-1
/
+1
*
bcachefs: Fix ref in trans_mark_dev_sbs() error path
Kent Overstreet
2024-05-20
1
-1
/
+1
*
bcachefs: Fix rcu splat in check_fix_ptrs()
Kent Overstreet
2024-05-20
1
-5
/
+6
*
bcachefs: kill bch2_dev_bkey_exists() in bch2_check_fix_ptrs()
Kent Overstreet
2024-05-09
1
-3
/
+24
*
bcachefs: Kill bch2_dev_bkey_exists() in backpointer code
Kent Overstreet
2024-05-08
1
-1
/
+1
*
bcachefs: PTR_BUCKET_POS() now takes bch_dev
Kent Overstreet
2024-05-08
1
-1
/
+1
*
bcachefs: bch2_bucket_ref_update() now takes bch_dev
Kent Overstreet
2024-05-08
1
-21
/
+26
*
bcachefs: New helpers for device refcounts
Kent Overstreet
2024-05-08
1
-2
/
+2
*
bcachefs: Kill opts.buckets_nouse
Kent Overstreet
2024-05-08
1
-16
/
+27
*
bcachefs: simplify bch2_trans_start_alloc_update()
Kent Overstreet
2024-05-08
1
-11
/
+4
*
bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4
Kent Overstreet
2024-05-08
1
-1
/
+0
*
bcachefs: __mark_pointer now takes bch_alloc_v4
Kent Overstreet
2024-05-08
1
-31
/
+14
*
bcachefs: kill bch2_dev_usage_update_m()
Kent Overstreet
2024-05-08
1
-28
/
+7
*
bcachefs: dirty_sectors -> replicas_sectors
Kent Overstreet
2024-05-08
1
-4
/
+4
*
bcachefs: Run bch2_check_fix_ptrs() via triggers
Kent Overstreet
2024-05-08
1
-2
/
+240
*
bcachefs: bch2_bucket_ref_update()
Kent Overstreet
2024-05-08
1
-23
/
+32
[next]