index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
data_update.c
Age
Commit message (
Expand
)
Author
2023-08-14
bcachefs: Don't open code closure_nr_remaining()
Kent Overstreet
2023-08-14
bcachefs: Compression levels
Kent Overstreet
2023-08-14
bcachefs: Kill BTREE_INSERT_USE_RESERVE
Kent Overstreet
2023-08-14
bcachefs: Rename enum alloc_reserve -> bch_watermark
Kent Overstreet
2023-08-14
bcachefs: bch2_extent_ptr_desired_durability()
Kent Overstreet
2023-08-14
bcachefs: Fix corruption with writeable snapshots
Kent Overstreet
2023-08-14
bcachefs: Fix move_extent_fail counter
Kent Overstreet
2023-08-14
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
2023-08-14
bcachefs: Improve move path tracepoints
Kent Overstreet
2023-08-14
bcachefs: Improve trace_move_extent_fail()
Kent Overstreet
2023-08-14
bcachefs: Data update path no longer leaves cached replicas
Kent Overstreet
2023-08-14
bcachefs: New erasure coding shutdown path
Kent Overstreet
2023-08-14
bcachefs: Rework __bch2_data_update_index_update()
Kent Overstreet
2023-08-14
bcachefs: Extent helper improvements
Kent Overstreet
2023-08-14
bcachefs: moving_context->stats is allowed to be NULL
Kent Overstreet
2023-08-14
bcachefs: bch2_data_update_init() considers ptr durability
Kent Overstreet
2023-08-14
bcachefs: bch2_data_update_index_update() -> bch2_trans_run()
Kent Overstreet
2023-08-14
bcachefs: Add option for completely disabling nocow
Kent Overstreet
2023-08-14
bcachefs: Cached pointers should not be erasure coded
Kent Overstreet
2023-08-14
bcachefs: Fix insert_snapshot_whiteouts()
Kent Overstreet
2023-08-14
bcachefs: bch2_btree_insert_nonextent()
Kent Overstreet
2023-08-14
bcachefs: Nocow locking fixup
Kent Overstreet
2023-08-14
bcachefs: don't block reads if we're promoting
Daniel Hill
2023-08-14
bcachefs: Fix deadlock on nocow locks in data move path
Kent Overstreet
2023-08-14
bcachefs: Improved nocow locking
Kent Overstreet
2023-08-14
bcachefs: handle failed data_update_init cleanup
Daniel Hill
2023-08-14
bcachefs: Nocow support
Kent Overstreet
2023-08-14
bcachefs: Data update support for unwritten extents
Kent Overstreet
2023-08-14
bcachefs: Drop old maybe_extending optimization
Kent Overstreet
2023-08-14
bcachefs: Delete in memory ec backpointers
Kent Overstreet
2023-08-14
bcachefs: Fix rereplicate when we already have a cached pointer
Kent Overstreet
2023-08-14
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-08-14
bcachefs: Kill BCH_WRITE_FLUSH
Kent Overstreet
2023-08-14
bcachefs: Kill BCH_WRITE_JOURNAL_SEQ_PTR
Kent Overstreet
2023-08-14
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-08-14
bcachefs: Handle dropping pointers in data_update path
Kent Overstreet
2023-08-14
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-08-14
bcachefs: fsck: Another transaction restart handling fix
Kent Overstreet
2023-08-14
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-08-14
bcachefs: Switch data_update path to snapshot_id_list
Kent Overstreet
2023-08-14
bcachefs: Redo data_update interface
Kent Overstreet
2023-08-14
bcachefs: Pull out data_update.c
Kent Overstreet