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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Don't deadlock when btree node reuse changes lock ordering
Kent Overstreet
4
-16
/
+62
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
4
-32
/
+67
2023-10-22
bcachefs: Refactor btree insert path
Kent Overstreet
1
-52
/
+38
2023-10-22
bcachefs: Always give out journal pre-res if we already have one
Kent Overstreet
3
-15
/
+30
2023-10-22
bcachefs: More open buckets
Kent Overstreet
3
-11
/
+17
2023-10-22
bcachefs: Don't allocate memory under the btree cache lock
Kent Overstreet
1
-29
/
+58
2023-10-22
bcachefs: Fix a linked list bug
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Make open bucket reserves more conservative
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: btree_update_nodes_written() requires alloc reserve
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Check gfp_flags correctly in bch2_btree_cache_scan()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Call bch2_btree_iter_traverse() if necessary in commit path
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: bch2_trans_downgrade()
Kent Overstreet
3
-24
/
+22
2023-10-22
bcachefs: Improve warning for copygc failing to move data
Kent Overstreet
3
-3
/
+20
2023-10-22
bcachefs: Always increment bucket gen on bucket reuse
Kent Overstreet
2
-21
/
+47
2023-10-22
bcachefs: Kill old allocator startup code
Kent Overstreet
5
-257
/
+1
2023-10-22
bcachefs: Improve assorted error messages
Kent Overstreet
5
-136
/
+127
2023-10-22
bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
Kent Overstreet
4
-11
/
+29
2023-10-22
bcachefs: Add debug code to print btree transactions
Kent Overstreet
8
-5
/
+92
2023-10-22
bcachefs: Set filesystem features earlier in fs init path
Kent Overstreet
1
-5
/
+9
2023-10-22
bcachefs: Add an option to disable reflink support
Kent Overstreet
4
-0
/
+13
2023-10-22
bcachefs: Fixes for going RO
Kent Overstreet
5
-33
/
+60
2023-10-22
bcachefs: Don't require alloc btree to be updated before buckets are used
Kent Overstreet
2
-16
/
+42
2023-10-22
bcachefs: fsck_error_lock requires GFP_NOFS
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
21
-626
/
+412
2023-10-22
bcachefs: Factor out bch2_fs_btree_interior_update_init()
Kent Overstreet
3
-11
/
+24
2023-10-22
bcachefs: Add a mechanism for passing extra journal entries to bch2_trans_com...
Kent Overstreet
4
-4
/
+25
2023-10-22
bcachefs: Fix reading of alloc info after unclean shutdown
Kent Overstreet
6
-51
/
+114
2023-10-22
bcachefs: fix memalloc_nofs_restore() usage
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Better error messages on bucket sector count overflows
Kent Overstreet
2
-17
/
+26
2023-10-22
bcachefs: Be more rigorous about marking the filesystem clean
Kent Overstreet
2
-3
/
+13
2023-10-22
bcachefs: Handle printing of null bkeys
Kent Overstreet
1
-7
/
+14
2023-10-22
bcachefs: Add vmalloc fallback for decompress workspace
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Print out d_type in dirent_to_text()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: fix stack corruption
Yuxuan Shui
4
-10
/
+11
2023-10-22
bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Fix another iterator counting bug
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix setquota
Kent Overstreet
1
-29
/
+30
2023-10-22
bcachefs: Fix a workqueue deadlock
Kent Overstreet
2
-2
/
+28
2023-10-22
bcachefs: Validate that we read the correct btree node
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs: Fixes for startup on very full filesystems
Kent Overstreet
2
-3
/
+16
2023-10-22
bcachefs: Fix initialization of bounce mempools
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Some compression improvements
Kent Overstreet
1
-16
/
+37
2023-10-22
bcachefs: Fix two more deadlocks
Kent Overstreet
2
-53
/
+64
2023-10-22
bcachefs: Fix another deadlock in btree_update_nodes_written()
Kent Overstreet
1
-3
/
+38
2023-10-22
bcachefs: Add some printks for error paths
Kent Overstreet
2
-7
/
+20
2023-10-22
bcachefs: Don't issue writes that are more than 1 MB
Kent Overstreet
1
-1
/
+12
2023-10-22
bcachefs: More fixes for counting extent update iterators
Kent Overstreet
1
-12
/
+24
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Handle -EINTR bch2_migrate_index_update()
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Fix for the bkey compat path
Kent Overstreet
1
-40
/
+55
[next]