开源镜像站
帮助
动态
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
/
btree_update_leaf.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Ensure that new inodes hit underlying btree
Kent Overstreet
2023-10-22
bcachefs: Don't drop read locks at transaction commit time
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
2023-10-22
bcachefs: Btree splits no longer automatically cause a transaction restart
Kent Overstreet
2023-10-22
bcachefs: __bch2_trans_commit() no longer calls bch2_trans_reset()
Kent Overstreet
2023-10-22
bcachefs: trans->restarted
Kent Overstreet
2023-10-22
bcachefs: Don't traverse iterators in __bch2_trans_commit()
Kent Overstreet
2023-10-22
bcachefs: Fix a btree iterator leak
Kent Overstreet
2023-10-22
bcachefs: Update btree ptrs after every write
Kent Overstreet
2023-10-22
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
2023-10-22
bcachefs: BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE
Kent Overstreet
2023-10-22
bcachefs: Extensive triggers cleanups
Kent Overstreet
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
2023-10-22
bcachefs: Kill __btree_delete_at()
Kent Overstreet
2023-10-22
bcachefs: Fix null ptr deref when splitting compressed extents
Kent Overstreet
2023-10-22
bcachefs: Re-implement extent merging in transaction commit path
Kent Overstreet
2023-10-22
bcachefs: Refactor extent_handle_overwrites()
Kent Overstreet
2023-10-22
bcachefs: Kill trans->updates2
Kent Overstreet
2023-10-22
bcachefs: Move extent_handle_overwrites() to bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: BTREE_ITER_WITH_UPDATES
Kent Overstreet
2023-10-22
bcachefs: Improve btree iterator tracepoints
Kent Overstreet
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Fix for buffered writes getting -ENOSPC
Kent Overstreet
2023-10-22
bcachefs: Split extents if necessary in bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_extent_can_insert() call
Kent Overstreet
2023-10-22
bcachefs: Add a tracepoint for when we block on journal reclaim
Kent Overstreet
2023-10-22
bcachefs: Fix an out of bounds read
Kent Overstreet
2023-10-22
bcachefs: Fix for btree_gc repairing interior btree ptrs
Kent Overstreet
2023-10-22
bcachefs: Always check for invalid bkeys in trans commit path
Kent Overstreet
2023-10-22
bcachefs: Fix journal_reclaim_wait_done()
Kent Overstreet
2023-10-22
bcachefs: Don't call bch2_btree_iter_traverse() unnecessarily
Kent Overstreet
2023-10-22
bcachefs: Make sure to kick journal reclaim when we're waiting on it
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_fs_usage_scratch_get()
Kent Overstreet
2023-10-22
bcachefs: Fix livelock calling bch2_mark_bkey_replicas()
Kent Overstreet
2023-10-22
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
2023-10-22
bcachefs: Fix journal deadlock
Kent Overstreet
2023-10-22
bcachefs: Drop trans->nounlock
Kent Overstreet
2023-10-22
bcachefs: Move btree node merging to before transaction commit
Kent Overstreet
2023-10-22
bcachefs: Don't make foreground writes wait behind journal reclaim too long
Kent Overstreet
2023-10-22
bcachefs: Free iterator in bch2_btree_delete_range_trans()
Kent Overstreet
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
bcachefs: Add a mechanism for running callbacks at trans commit time
Kent Overstreet
2023-10-22
bcachefs: Fix for bch2_trans_commit() unlocking when it's not supposed to
Kent Overstreet
2023-10-22
bcachefs: Switch extent_handle_overwrites() to one key at a time
Kent Overstreet
2023-10-22
bcachefs: Fix btree iterator leak in extent_handle_overwrites()
Kent Overstreet
2023-10-22
bcachefs: __bch2_trans_get_iter() refactoring, BTREE_ITER_NOT_EXTENTS
Kent Overstreet
2023-10-22
bcachefs: btree_iter_live()
Kent Overstreet
2023-10-22
bcachefs: Improve handling of extents in bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
[next]