index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
move.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix move path when move_stats == NULL
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Get ref on c->writes in move.c
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: move.c refactoring
Kent Overstreet
1
-75
/
+93
2023-10-22
bcachefs: data jobs, including rebalance wait for copygc.
Daniel Hill
1
-46
/
+64
2023-10-22
bcachefs: Redo data_update interface
Kent Overstreet
1
-86
/
+54
2023-10-22
bcachefs: Pull out data_update.c
Kent Overstreet
1
-389
/
+4
2023-10-22
bcachefs: Make IO in flight by copygc/rebalance configurable
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: Add persistent counters
Daniel Hill
1
-0
/
+1
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Shutdown path improvements
Kent Overstreet
1
-3
/
+1
2023-10-22
bcachefs: Copygc allocations shouldn't be nowait
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: darrays
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
1
-3
/
+1
2023-10-22
bcachefs: Check for stale dirty pointer before reads
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Fix locking in data move path
Kent Overstreet
1
-17
/
+20
2023-10-22
bcachefs: Handle transaction restarts in __bch2_move_data()
Kent Overstreet
1
-6
/
+7
2023-10-22
bcachefs: Don't erasure code cached ptrs
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: Fix copygc sectors_to_move calculation
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Assorted ec fixes
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Ensure we flush btree updates in evacuate path
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: bch2_btree_node_rewrite() now returns transaction restarts
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Must check for errors from bch2_trans_cond_resched()
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: for_each_btree_node() now returns errors directly
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: Fix implementation of KEY_TYPE_error
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix rereplicate_pred()
Kent Overstreet
1
-10
/
+3
2023-10-22
bcachefs: Fix bch2_move_btree()
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Update data move path for snapshots
Kent Overstreet
1
-1
/
+80
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-31
/
+31
2023-10-22
bcachefs: Fix initialization of bch_write_op.nonce
Kent Overstreet
1
-5
/
+13
2023-10-22
bcachefs: Kill BTREE_ITER_SET_POS_AFTER_COMMIT
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: add progress stats to sysfs
Brett Holman
1
-0
/
+31
2023-10-22
bcachefs: Use bch2_trans_begin() more consistently
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Split out SPOS_MAX
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Assorted endianness fixes
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Don't use bch_write_op->cl for delivering completions
Kent Overstreet
1
-14
/
+15
2023-10-22
bcachefs: Kill bch_write_op.index_update_fn
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix two btree iterator leaks
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Preallocate trans mem in bch2_migrate_index_update()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't use bch2_inode_find_by_inum() in move.c
Kent Overstreet
1
-6
/
+36
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-0
/
+3
[next]