index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
buckets.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcachefs: Separate out gc_bucket()
Kent Overstreet
2023-10-22
1
-4
/
+14
*
bcachefs: Kill ptr_bucket_mark()
Kent Overstreet
2023-10-22
1
-13
/
+7
*
bcachefs: Push c->mark_lock usage down to where it is needed
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Kill bch2_replicas_delta_list_marked()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Run insert triggers before overwrite triggers
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: btree_path
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Extensive triggers cleanups
Kent Overstreet
2023-10-22
1
-19
/
+4
*
bcachefs: Inline fastpath of bch2_disk_reservation_add()
Kent Overstreet
2023-10-22
1
-5
/
+25
*
bcachefs: statfs resports incorrect avail blocks
Dan Robertson
2023-10-22
1
-0
/
+7
*
bcachefs: gc shouldn't care about owned_by_allocator
Kent Overstreet
2023-10-22
1
-2
/
+1
*
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
2023-10-22
1
-5
/
+3
*
bcachefs: Kill bch2_fs_usage_scratch_get()
Kent Overstreet
2023-10-22
1
-9
/
+1
*
bcachefs: Fix livelock calling bch2_mark_bkey_replicas()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
buckets.c fixups XXX squash
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Fix copygc threshold
Kent Overstreet
2023-10-22
1
-10
/
+16
*
bcachefs: Journal updates to dev usage
Kent Overstreet
2023-10-22
1
-2
/
+5
*
bcachefs: Persist 64 bit io clocks
Kent Overstreet
2023-10-22
1
-8
/
+1
*
bcachefs: Mark superblocks transactionally
Kent Overstreet
2023-10-22
1
-0
/
+6
*
bcachefs: Kill bch2_invalidate_bucket()
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Refactor dev usage
Kent Overstreet
2023-10-22
1
-10
/
+1
*
bcachefs: Fix integer overflow in bch2_disk_reservation_get()
Kent Overstreet
2023-10-22
1
-4
/
+3
*
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
2023-10-22
1
-6
/
+0
*
bcachefs: Update transactional triggers interface to pass old & new keys
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Delete unused arguments
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Rework triggers interface
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Kill BTREE_TRIGGER_NOOVERWRITES
Kent Overstreet
2023-10-22
1
-3
/
+0
*
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: btree_ptr_v2
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Split out btree_trigger_flags
Kent Overstreet
2023-10-22
1
-11
/
+2
*
bcachefs: Make btree_insert_entry more private to update path
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Inline more of bch2_trans_commit hot path
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Fix erasure coding disk space accounting
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Improve pointer marking checks and error messages
Kent Overstreet
2023-10-22
1
-0
/
+9
*
bcachefs: Rework calling convention for marking overwrites
Kent Overstreet
2023-10-22
1
-7
/
+9
*
bcachefs: Update path now handles triggers that generate more triggers
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Improve key marking interface
Kent Overstreet
2023-10-22
1
-11
/
+12
*
bcachefs: Don't use a fixed size buffer for fs_usage_deltas
Kent Overstreet
2023-10-22
1
-4
/
+2
*
bcachefs: Fix spurious inconsistency in recovery
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: bch2_trans_mark_update()
Kent Overstreet
2023-10-22
1
-1
/
+10
*
bcachefs: Write out fs usage consistently
Kent Overstreet
2023-10-22
1
-11
/
+16
*
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Mark overwrites from journal replay in initial gc
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: add ability to run gc on metadata only
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Caller now responsible for calling mark_key for gc
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Allocate fs_usage in do_btree_insert_at()
Kent Overstreet
2023-10-22
1
-8
/
+6
*
bcachefs: kill struct btree_insert
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix gc handling of bucket gens
Kent Overstreet
2023-10-22
1
-1
/
+1
[prev]
[next]