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
/
fs-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Use bch2_inode_find_by_inum() in truncate
Kent Overstreet
1
-12
/
+1
2023-10-22
bcachefs: Fix a memory leak in the dio write path
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: fix truncate without a size change
Dan Robertson
1
-9
/
+10
2023-10-22
bcachefs: fix truncate with ATTR_MODE
Kent Overstreet
1
-20
/
+23
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix a memory leak in dio write path
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Preallocate transaction mem
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Don't use bch_write_op->cl for delivering completions
Kent Overstreet
1
-17
/
+6
2023-10-22
bcachefs: Fix for buffered writes getting -ENOSPC
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Make bch2_remap_range respect O_SYNC
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Ratelimiting for writeback IOs
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Ensure that fpunch updates inode timestamps
Kent Overstreet
1
-0
/
+14
2023-10-22
bcachefs: Refactor bchfs_fallocate() to not nest btree_trans on stack
Kent Overstreet
1
-55
/
+48
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-22
/
+27
2023-10-22
bcachefs: Kill reflink option
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Fix read retry path for indirect extents
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_prev()
Kent Overstreet
1
-6
/
+4
2023-10-22
bcachefs: Fix loopback in dio mode
Kent Overstreet
1
-4
/
+26
2023-10-22
bcachefs: Fix .splice_write
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Change when we allow overwrites
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Flag inodes that had btree update errors
Kent Overstreet
1
-2
/
+11
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Fix for __readahead_batch getting partial batch
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Deadlock prevention for ei_pagecache_lock
Kent Overstreet
1
-2
/
+66
2023-10-22
bcachefs: Use attach_page_private and detach_page_private
Matthew Wilcox (Oracle)
1
-25
/
+4
2023-10-22
bcachefs: Remove page_state_init_for_read
Matthew Wilcox (Oracle)
1
-6
/
+0
2023-10-22
bcachefs: Fix rare use after free in read path
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Fix __bch2_truncate_page()
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Fix short buffered writes
Kent Overstreet
1
-10
/
+11
2023-10-22
bcachefs: Don't cap ios in dio write path at 2 MB
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Refactor dio write code to reinit bch_write_op
Kent Overstreet
1
-37
/
+28
2023-10-22
bcachefs: Add an option to disable reflink support
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: fix stack corruption
Yuxuan Shui
1
-1
/
+1
2023-10-22
bcachefs: Don't issue writes that are more than 1 MB
Kent Overstreet
1
-1
/
+12
2023-10-22
bcachefs: Fix fallocate FL_INSERT_RANGE
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: Fix a use after free in dio write path
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
1
-34
/
+6
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix for an assertion on filesystem error
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
1
-4
/
+4
[next]