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
/
journal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-10
bcachefs: Close journal entry if necessary when flushing all pins
Kent Overstreet
1
-4
/
+4
2023-11-28
bcachefs: move journal seq assertion
Kent Overstreet
1
-0
/
+2
2023-11-14
bcachefs: Kill journal pre-reservations
Kent Overstreet
1
-31
/
+0
2023-10-31
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
1
-0
/
+19
2023-10-22
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: fix race between journal entry close and pin set
Brian Foster
1
-8
/
+13
2023-10-22
bcachefs: prepare journal buf put to handle pin put
Brian Foster
1
-1
/
+1
2023-10-22
bcachefs: refactor pin put helpers
Brian Foster
1
-1
/
+2
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Convert more -EROFS to private error codes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Delete redundant log messages
Kent Overstreet
1
-15
/
+5
2023-10-22
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
1
-10
/
+5
2023-10-22
bcachefs: Rename enum alloc_reserve -> bch_watermark
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: New error message helpers
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: refactor journal stuck checking into standalone helper
Brian Foster
1
-22
/
+63
2023-10-22
bcachefs: gracefully unwind journal res slowpath on shutdown
Brian Foster
1
-0
/
+7
2023-10-22
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Extent helper improvements
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Rework open bucket partial list allocation
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: When shutting down, flush btree node writes last
Kent Overstreet
1
-11
/
+9
2023-10-22
bcachefs: Journal resize fixes
Kent Overstreet
1
-80
/
+74
2023-10-22
bcachefs: Improve locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
1
-24
/
+22
2023-10-22
bcachefs: Convert EAGAIN errors to private error codes
Kent Overstreet
1
-14
/
+8
2023-10-22
bcachefs: Convert EROFS errors to private error codes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Log more messages in the journal
Kent Overstreet
1
-35
/
+15
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
1
-5
/
+8
2023-10-22
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: bch2_trans_run()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-67
/
+68
2023-10-22
bcachefs: Use a genradix for reading journal entries
Kent Overstreet
1
-12
/
+22
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: bch_sb_field_journal_v2
Kent Overstreet
1
-67
/
+120
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
1
-19
/
+32
2023-10-22
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Allocate journal buckets sequentially
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_journal_log_msg()
Kent Overstreet
1
-25
/
+58
2023-10-22
bcachefs: Skip periodic wakeup of journal reclaim when journal empty
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Don't arm journal->write_work when journal entry !open
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Finish writing journal after journal error
Kent Overstreet
1
-45
/
+25
2023-10-22
bcachefs: __journal_entry_close() never fails
Kent Overstreet
1
-28
/
+22
2023-10-22
bcachefs: Refactor journal code to not use unwritten_idx
Kent Overstreet
1
-41
/
+55
2023-10-22
bcachefs: Journal seq now incremented at entry open, not close
Kent Overstreet
1
-87
/
+39
2023-10-22
bcachefs: bch2_journal_halt() now takes journal lock
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Kill JOURNAL_NEED_WRITE
Kent Overstreet
1
-18
/
+45
2023-10-22
bcachefs: Delete some dead journal code
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: Start moving debug info from sysfs to debugfs
Kent Overstreet
1
-16
/
+40
[next]