index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bch2_bkey_get_mut() improvements
Kent Overstreet
2023-10-22
1
-7
/
+6
*
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
2023-10-22
1
-7
/
+4
*
bcachefs: Fix nocow write path closure bug
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Nocow write error path fix
Kent Overstreet
2023-10-22
1
-11
/
+7
*
bcachefs: Fix bch2_extent_fallocate() in nocow mode
Kent Overstreet
2023-10-22
1
-0
/
+7
*
bcachefs: New erasure coding shutdown path
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: bch2_fs_moving_ctxts_to_text()
Kent Overstreet
2023-10-22
1
-0
/
+28
*
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
1
-9
/
+17
*
bcachefs: Kill bch_write_op->btree_update_ready
Kent Overstreet
2023-10-22
1
-24
/
+13
*
fixup bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Free move buffers as early as possible
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bch2_write_queue()
Kent Overstreet
2023-10-22
1
-9
/
+13
*
bcachefs: Add option for completely disabling nocow
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: don't block reads if we're promoting
Daniel Hill
2023-10-22
1
-0
/
+7
*
bcachefs: Fix promote path leak
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Fix deadlock on nocow locks in data move path
Kent Overstreet
2023-10-22
1
-13
/
+15
*
bcachefs: Improved nocow locking
Kent Overstreet
2023-10-22
1
-10
/
+8
*
bcachefs: Nocow support
Kent Overstreet
2023-10-22
1
-13
/
+439
*
bcachefs: Unwritten extents support
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: bch2_extent_update_i_size_sectors()
Kent Overstreet
2023-10-22
1
-54
/
+60
*
bcachefs: bch2_extent_fallocate()
Kent Overstreet
2023-10-22
1
-0
/
+30
*
bcachefs: Skip inode unpack/pack in bch2_extent_update()
Kent Overstreet
2023-10-22
1
-43
/
+45
*
bcachefs: Drop old maybe_extending optimization
Kent Overstreet
2023-10-22
1
-32
/
+2
*
bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Delete in memory ec backpointers
Kent Overstreet
2023-10-22
1
-4
/
+0
*
bcachefs: trans->notrace_relock_fail
Kent Overstreet
2023-10-22
1
-0
/
+6
*
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
2023-10-22
1
-4
/
+5
*
bcachefs: Better inlining in core write path
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Convert EAGAIN errors to private error codes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Convert EROFS errors to private error codes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Suppress -EROFS messages when shutting down
Kent Overstreet
2023-10-22
1
-2
/
+4
*
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Kill BCH_FEATURE_incompressible
Kent Overstreet
2023-10-22
1
-6
/
+1
*
bcachefs: Error message improvement
Kent Overstreet
2023-10-22
1
-17
/
+35
*
bcachefs: Kill BCH_WRITE_FLUSH
Kent Overstreet
2023-10-22
1
-35
/
+9
*
bcachefs: Kill bch2_alloc_sectors_start()
Kent Overstreet
2023-10-22
1
-13
/
+13
*
bcachefs: BCH_WRITE_SYNC
Kent Overstreet
2023-10-22
1
-30
/
+51
*
bcachefs: Kill BCH_WRITE_JOURNAL_SEQ_PTR
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: fix bch2_write_extent() crc corruption.
Daniel Hill
2023-10-22
1
-2
/
+10
*
bcachefs: Factor out bch2_write_drop_io_error_ptrs()
Kent Overstreet
2023-10-22
1
-13
/
+26
*
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Improve an error message
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix not punting to worqueue when promoting
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
1
-10
/
+15
*
bcachefs: Get ref on c->writes in move.c
Kent Overstreet
2023-10-22
1
-6
/
+0
*
bcachefs: Redo data_update interface
Kent Overstreet
2023-10-22
1
-8
/
+5
[next]