index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Add btree node prefetching to bch2_btree_and_journal_walk()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-13
/
+22
2023-10-22
bcachefs: Fix btree lock being incorrectly dropped
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Fix btree node merge -> split operations
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Fix __btree_iter_next() when all iters are in use_next() when all i...
Kent Overstreet
1
-1
/
+10
2023-10-22
bcachefs: Try to print full btree error message
Kent Overstreet
1
-2
/
+12
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
1
-115
/
+26
2023-10-22
bcachefs: Dont' use percpu btree_iter buf in userspace
Kent Overstreet
1
-3
/
+11
2023-10-22
bcachefs: Set preallocated transaction mem to avoid restarts
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: Take a SRCU lock in btree transactions
Kent Overstreet
1
-1
/
+7
2023-10-22
bcachefs: Fix build warning when CONFIG_BCACHEFS_DEBUG=n
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Fix spurious transaction restarts
Kent Overstreet
1
-14
/
+25
2023-10-22
bcachefs: Add a single slot percpu buf for btree iters
Kent Overstreet
1
-27
/
+46
2023-10-22
bcachefs: Don't embed btree iters in btree_trans
Kent Overstreet
1
-10
/
+3
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Fix spurious transaction restarts
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Improve tracing for transaction restarts
Kent Overstreet
1
-26
/
+46
2023-10-22
bcachefs: Fix btree updates when mixing cached and non cached iterators
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix a null ptr deref in bch2_btree_iter_traverse_one()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix lock ordering with new btree cache code
Kent Overstreet
1
-22
/
+72
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
1
-33
/
+82
2023-10-22
bcachefs: Don't deadlock when btree node reuse changes lock ordering
Kent Overstreet
1
-7
/
+31
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
1
-21
/
+48
2023-10-22
bcachefs: bch2_trans_downgrade()
Kent Overstreet
1
-22
/
+19
2023-10-22
bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
Kent Overstreet
1
-3
/
+15
2023-10-22
bcachefs: Add debug code to print btree transactions
Kent Overstreet
1
-1
/
+61
2023-10-22
bcachefs: Add a mechanism for passing extra journal entries to bch2_trans_com...
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Trace where btree iterators are allocated
Kent Overstreet
1
-6
/
+7
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
1
-13
/
+22
2023-10-22
bcachefs: Fix an iterator bug
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
1
-8
/
+17
2023-10-22
bcachefs: btree_iter_peek_with_updates()
Kent Overstreet
1
-0
/
+83
2023-10-22
bcachefs: Fix build when CONFIG_BCACHEFS_DEBUG=n
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: More btree iter invariants
Kent Overstreet
1
-88
/
+54
2023-10-22
bcachefs: Simplify bch2_btree_iter_peek_slot()
Kent Overstreet
1
-52
/
+24
2023-10-22
bcachefs: Iterator debug code improvements
Kent Overstreet
1
-109
/
+107
2023-10-22
bcachefs: Some btree iterator improvements
Kent Overstreet
1
-45
/
+38
2023-10-22
bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookup
Kent Overstreet
1
-0
/
+25
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-6
/
+9
2023-10-22
bcachefs: Fix traversing to interior nodes
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Make BTREE_ITER_IS_EXTENTS private to iter code
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: __bch2_btree_iter_set_pos()
Kent Overstreet
1
-1
/
+25
2023-10-22
bcachefs: Make sure we're releasing btree iterators
Kent Overstreet
1
-3
/
+11
2023-10-22
bcachefs: Fix bch2_sort_keys() to not modify src keys
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: Rework iter->pos handling
Kent Overstreet
1
-85
/
+51
2023-10-22
bcachefs: Fix an iterator error path
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
1
-12
/
+10
2023-10-22
bcachefs: Make btree_insert_entry more private to update path
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Use bch2_trans_reset in bch2_trans_commit()
Kent Overstreet
1
-1
/
+10
2023-10-22
bcachefs: Drop a faulty assertion
Kent Overstreet
1
-5
/
+0
[next]