开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
io.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: Correctly order flushes and journal writes on multi device filesystems
Kent Overstreet
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: Change when we allow overwrites
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
2023-10-22
bcachefs: Fix iterator overflow in move path
Kent Overstreet
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
2023-10-22
bcachefs: Always check if we need disk res in extent update path
Kent Overstreet
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: New varints
Kent Overstreet
2023-10-22
bcachefs: Build fixes for 32bit x86
Kent Overstreet
2023-10-22
bcachefs: Indirect inline data extents
Kent Overstreet
2023-10-22
bcachefs: Fix rare use after free in read path
Kent Overstreet
2023-10-22
bcachefs: Don't drop replicas when copygcing ec data
Kent Overstreet
2023-10-22
bcachefs: Fix a couple null ptr derefs when no disk groups exist
Kent Overstreet
2023-10-22
bcachefs: Don't block on allocations when only writing to specific device
Kent Overstreet
2023-10-22
bcachefs: Don't disallow btree writes to RO devices
Kent Overstreet
2023-10-22
bcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUT
Kent Overstreet
2023-10-22
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
2023-10-22
bcachefs: Wrap write path in memalloc_nofs_save()
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
bcachefs: Use blk_status_to_str()
Kent Overstreet
2023-10-22
bcachefs: Refactor dio write code to reinit bch_write_op
Kent Overstreet
2023-10-22
bcachefs: fix stack corruption
Yuxuan Shui
2023-10-22
bcachefs: Fix a workqueue deadlock
Kent Overstreet
2023-10-22
bcachefs: Shut down quicker
Kent Overstreet
2023-10-22
bcachefs: Fix another iterator leak
Kent Overstreet
2023-10-22
bcachefs: Don't log errors that are expected during shutdown
Kent Overstreet
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
2023-10-22
bcachefs: Check for bad key version number
Kent Overstreet
2023-10-22
bcachefs: Track incompressible data
Kent Overstreet
2023-10-22
bcachefs: Make sure bch2_read_extent obeys BCH_READ_MUST_CLONE
Kent Overstreet
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
2023-10-22
bcachefs: Convert some enums to x-macros
Kent Overstreet
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
2023-10-22
bcachefs: Put inline data behind a mount option for now
Kent Overstreet
2023-10-22
bcachefs: bch2_check_set_feature()
Kent Overstreet
2023-10-22
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
2023-10-22
bcachefs: Inline data extents
Kent Overstreet
2023-10-22
bcachefs: Split out extent_update.c
Kent Overstreet
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
2023-10-22
bcachefs: Fix erorr path in bch2_write()
Kent Overstreet
2023-10-22
bcachefs: bch2_read_extent() microoptimizations
Kent Overstreet
2023-10-22
bcachefs: Avoid atomics in write fast path
Kent Overstreet
2023-10-22
bcachefs: Don't use extent_ptr_decoded_append() in write path (fixup patch)
Kent Overstreet
[next]