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
/
block
/
fops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-29
block: don't allow multiple bios for IOCB_NOWAIT issue
Jens Axboe
1
-3
/
+18
2022-11-16
block: remove blkdev_writepages
Christoph Hellwig
1
-7
/
+0
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
1
-3
/
+3
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-08-02
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
1
-6
/
+6
2022-06-27
block: relax direct io memory alignment
Keith Busch
1
-2
/
+2
2022-06-27
block: add a helper function for dio alignment
Keith Busch
1
-6
/
+10
2022-06-10
iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
Al Viro
1
-1
/
+1
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-7
/
+5
2022-05-09
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-05-08
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-05-02
block: ignore RWF_HIPRI hint for sync dio
Ming Lei
1
-21
/
+1
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: allow using the per-cpu bio cache from bio_alloc_bioset
Mike Snitzer
1
-3
/
+8
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+0
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+2
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-19
/
+16
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
1
-3
/
+0
2022-03-07
Merge branch 'for-5.18/block' into for-5.18/write-streams
Jens Axboe
1
-19
/
+16
2022-02-22
block: clear iocb->private in blkdev_bio_end_io_async()
Stefano Garzarella
1
-0
/
+2
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
1
-9
/
+9
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+1
2022-02-02
block: pass a block_device and opf to bio_alloc_kiocb
Christoph Hellwig
1
-9
/
+8
2022-02-02
block: fix DIO handling regressions in blkdev_read_iter()
Ilya Dryomov
1
-14
/
+19
2022-01-12
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+32
2021-12-11
Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2021-12-07
block: fix single bio async DIO error handling
Pavel Begunkov
1
-2
/
+1
2021-12-03
block: move direct_IO into our own read_iter handler
Jens Axboe
1
-5
/
+32
2021-12-03
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
1
-0
/
+1
2021-11-09
Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2021-11-05
block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()
Jens Axboe
1
-2
/
+2
2021-11-01
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-10-27
block: add async version of bio_set_polled
Pavel Begunkov
1
-4
/
+3
2021-10-27
block: kill DIO_MULTI_BIO
Pavel Begunkov
1
-21
/
+12
2021-10-27
block: kill unused polling bits in __blkdev_direct_IO()
Pavel Begunkov
1
-17
/
+3
2021-10-27
block: avoid extra iter advance with async iocb
Pavel Begunkov
1
-5
/
+15
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-1
/
+1
2021-10-25
block: add single bio async direct IO helper
Pavel Begunkov
1
-3
/
+84
2021-10-21
block: convert fops.c magic constants to SHIFT_SECTOR
Pavel Begunkov
1
-8
/
+10
2021-10-21
block: optimise boundary blkdev_read_iter's checks
Pavel Begunkov
1
-8
/
+11
2021-10-19
block: align blkdev_dio inlined bio to a cacheline
Jens Axboe
1
-1
/
+1
2021-10-18
block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
Christoph Hellwig
1
-1
/
+1
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
1
-2
/
+2
2021-10-18
block: use flags instead of bit fields for blkdev_dio
Jens Axboe
1
-14
/
+20
[next]