index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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: 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
2023-10-22
bcachefs: Fix read retry path for indirect extents
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Use x-macros for compat feature bits
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Fix bkey format generation for 32 bit fields
Kent Overstreet
1
-1
/
+27
2023-10-22
bcachefs: Scan for old btree nodes if necessary on mount
Kent Overstreet
1
-11
/
+20
2023-10-22
bcachefs: Add code to scan for/rewite old btree nodes
Kent Overstreet
1
-26
/
+105
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-10
/
+16
2023-10-22
bcachefs: Change when we allow overwrites
Kent Overstreet
1
-19
/
+16
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Fix iterator overflow in move path
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Don't drop replicas when copygcing ec data
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Fix copygc of compressed data
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Copy ptr->cached when migrating data
Kent Overstreet
1
-7
/
+13
2023-10-22
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Don't restrict copygc writes to the same device
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Improve warning for copygc failing to move data
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
1
-8
/
+2
2023-10-22
bcachefs: Handle -EINTR bch2_migrate_index_update()
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Don't log errors that are expected during shutdown
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Track incompressible data
Kent Overstreet
1
-7
/
+12
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Convert some enums to x-macros
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
1
-5
/
+4
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
1
-3
/
+7
2023-10-22
bcachefs: Only look up inode io opts in extents btree
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: data move path should not be trying to move reflink_p keys
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Reflink
Kent Overstreet
1
-36
/
+62
2023-10-22
bcachefs: Refactor various code to not be extent specific
Kent Overstreet
1
-18
/
+16
2023-10-22
bcachefs: Add offset_into_extent param to bch2_read_extent()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Redo replicas gc mechanism
Kent Overstreet
1
-62
/
+4
2023-10-22
bcachefs: bch2_trans_mark_update()
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
1
-1
/
+1
[next]