aboutsummaryrefslogtreecommitdiff
path: root/fs/aio.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-7/+7
2006-11-22WorkStruct: Separate delayable and non-delayable events.Gravatar David Howells 1-2/+2
2006-10-03[PATCH] pr_debug: aio: use size_t length modifier in pr_debug format argumentsGravatar Zach Brown 1-2/+2
2006-10-01[PATCH] Add vector AIO supportGravatar Badari Pulavarty 1-54/+117
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsGravatar Badari Pulavarty 1-4/+11
2006-06-26spelling fixesGravatar Andreas Mohr 1-1/+1
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Gravatar Oleg Nesterov 1-2/+2
2006-03-25[PATCH] use kzalloc and kcalloc in core fs codeGravatar Oliver Neukum 1-2/+1
2006-01-08[PATCH] rcu file: use atomic primitivesGravatar Nick Piggin 1-2/+1
2005-11-13[PATCH] aio: replace locking comments with assert_spin_locked()Gravatar Zach Brown 1-5/+12
2005-11-13[PATCH] aio: remove kioctx from mm_structGravatar Zach Brown 1-18/+9
2005-11-07[PATCH] aio: remove aio_max_nr accounting raceGravatar Zach Brown 1-10/+21
2005-10-23[PATCH] aio syscalls are not checked by lsmGravatar Kostik Belousov 1-0/+6
2005-10-17[PATCH] aio: revert lock_kiocb()Gravatar Zach Brown 1-25/+1
2005-09-30[PATCH] aio: avoid extra aio_{read,write} call when ki_left == 0Gravatar Zach Brown 1-2/+2
2005-09-30[PATCH] aio: remove unlocked task_list test and resulting raceGravatar Zach Brown 1-46/+33
2005-09-30[PATCH] aio: lock around kiocbTryKick()Gravatar Zach Brown 1-7/+12
2005-09-17[PATCH] Add smp_mb__after_clear_bit() to unlock_kiocb()Gravatar Zach Brown 1-0/+1
2005-09-09[PATCH] files: files struct with RCUGravatar Dipankar Sarma 1-1/+2
2005-09-09[PATCH] aio: kiocb locking to serialise retry and cancelGravatar Benjamin LaHaise 1-4/+25
2005-09-09[PATCH] change io_cancel return code for no cancel caseGravatar Wendy Cheng 1-1/+1
2005-09-05[PATCH] uml: fixes performance regression in activate_mm and thus exec()Gravatar Paolo 'Blaisorblade' Giarrusso 1-0/+4
2005-06-28[PATCH] aio-retry-fix: fix aio retry work queueing1-0/+9
2005-05-01[PATCH] aio: optimize io_submit_one()Gravatar Ken Chen 1-4/+8
2005-05-01[PATCH] aio: clean up debug codeGravatar Ken Chen 1-28/+5
2005-05-01[PATCH] aio: ring wrapping simplificationGravatar Ken Chen 1-1/+2
2005-05-01[PATCH] aio: remove superfluous kiocb member initializationGravatar Ken Chen 1-10/+1
2005-04-25[PATCH] fs/aio.c: make some code staticGravatar Adrian Bunk 1-9/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1729