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
/
include
/
linux
/
aio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-22
move aio compat to fs/aio.c
Al Viro
1
-5
/
+0
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-30
/
+1
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
1
-40
/
+6
2015-03-13
fs: don't allow to complete sync iocbs through aio_complete
Christoph Hellwig
1
-4
/
+0
2015-03-12
fs: remove ki_nbytes
Christoph Hellwig
1
-1
/
+0
2013-07-30
aio: Kill ki_dtor
Kent Overstreet
1
-1
/
+0
2013-07-30
aio: Kill ki_users
Kent Overstreet
1
-5
/
+0
2013-07-30
aio: Kill unneeded kiocb members
Kent Overstreet
1
-9
/
+2
2013-07-30
aio: Kill aio_rw_vect_retry()
Kent Overstreet
1
-2
/
+0
2013-07-30
aio: io_cancel() no longer returns the io_event
Kent Overstreet
1
-1
/
+1
2013-05-07
aio: kill ki_retry
Kent Overstreet
1
-26
/
+0
2013-05-07
aio: kill ki_key
Kent Overstreet
1
-5
/
+4
2013-05-07
aio: kill batch allocation
Kent Overstreet
1
-1
/
+0
2013-05-07
aio: use cancellation list lazily
Kent Overstreet
1
-9
/
+18
2013-05-07
aio: make aio_put_req() lockless
Kent Overstreet
1
-2
/
+2
2013-05-07
aio: move private stuff out of aio.h
Kent Overstreet
1
-61
/
+0
2013-05-07
aio: kill return value of aio_complete()
Kent Overstreet
1
-4
/
+4
2013-05-07
aio: remove retry-based AIO
Zach Brown
1
-22
/
+0
2013-05-07
aio: remove dead code from aio.h
Zach Brown
1
-24
/
+0
2012-07-30
include/linux/aio.h: cpp->C conversions
Andrew Morton
1
-18
/
+20
2012-07-05
aio: make kiocb->private NUll in init_sync_kiocb()
Junxiao Bi
1
-0
/
+1
2011-11-02
aio: allocate kiocbs in batches
Jeff Moyer
1
-0
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2010-05-27
aio: fix the compat vectored operations
Jeff Moyer
1
-0
/
+5
2009-12-16
aio: remove unused field
Shaohua Li
1
-4
/
+0
2009-09-20
includecheck fix: include/linux, aio.h
Jaswinder Singh Rajput
1
-2
/
+0
2009-06-30
eventfd: revised interface and cleanups
Davide Libenzi
1
-2
/
+2
2008-12-29
aio: make the lookup_ioctx() lockless
Jens Axboe
1
-1
/
+4
2008-10-16
Configure out AIO support
Thomas Petazzoni
1
-0
/
+9
2008-07-26
include/linux/aio.h: removed duplicated include
Huang Weiyi
1
-1
/
+0
2008-04-29
fs/aio.c: make 3 functions static
Adrian Bunk
1
-19
/
+0
2008-02-19
fs/block_dev.c: remove #if 0'ed code
Adrian Bunk
1
-1
/
+0
2008-02-13
include/linux: Remove all users of FASTCALL() macro
Harvey Harrison
1
-10
/
+10
2007-10-18
Remove struct task_struct::io_wait
Alexey Dobriyan
1
-12
/
+0
2007-07-19
AIO sparse fix (type of ki_flags)
David Brownell
1
-1
/
+1
2007-05-11
signal/timer/event: KAIO eventfd support example
Davide Libenzi
1
-0
/
+6
2007-05-09
aio is unlikely
Andrew Morton
1
-1
/
+2
2006-12-13
[PATCH] optimize o_direct on block devices
Chen, Kenneth W
1
-0
/
+1
2006-12-07
[PATCH] aio: remove ki_retried debugging member
Benjamin LaHaise
1
-2
/
+0
2006-11-22
WorkStruct: Separate delayable and non-delayable events.
David Howells
1
-1
/
+1
2006-10-01
[PATCH] clean up unused kiocb variables
Chen, Kenneth W
1
-2
/
+0
2006-10-01
[PATCH] Add vector AIO support
Badari Pulavarty
1
-0
/
+4
2006-10-01
[PATCH] Vectorize aio_read/aio_write fileop methods
Badari Pulavarty
1
-0
/
+2
2006-10-01
[PATCH] Remove BUG_ON(unlikely) in include/linux/aio.h
Rolf Eike Beer
1
-2
/
+2
2006-01-08
[PATCH] aio: reorder kiocb structure elements to make sync iocb setup faster
Benjamin LaHaise
1
-5
/
+7
2005-11-13
[PATCH] aio: don't ref kioctx after decref in put_ioctx
Zach Brown
1
-2
/
+9
2005-11-13
[PATCH] aio: remove kioctx from mm_struct
Zach Brown
1
-1
/
+1
2005-11-07
[PATCH] aio: remove aio_max_nr accounting race
Zach Brown
1
-2
/
+3
2005-10-17
[PATCH] aio: revert lock_kiocb()
Zach Brown
1
-1
/
+6
2005-09-30
[PATCH] aio: remove unlocked task_list test and resulting race
Zach Brown
1
-0
/
+34
[next]