Kent Overstreet
|
36f5588905
aio: refcounting cleanup
|
il y a 12 ans |
Kent Overstreet
|
11599ebac4
aio: make aio_put_req() lockless
|
il y a 12 ans |
Kent Overstreet
|
1d98ebfccc
aio: do fget() after aio_get_req()
|
il y a 12 ans |
Kent Overstreet
|
caf4167aa7
aio: dprintk() -> pr_debug()
|
il y a 12 ans |
Kent Overstreet
|
4e179bca67
aio: move private stuff out of aio.h
|
il y a 12 ans |
Kent Overstreet
|
906b973cf0
aio: add kiocb_cancel()
|
il y a 12 ans |
Kent Overstreet
|
2d68449e86
aio: kill return value of aio_complete()
|
il y a 12 ans |
Zach Brown
|
41003a7bcf
aio: remove retry-based AIO
|
il y a 12 ans |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
il y a 12 ans |
Linus Torvalds
|
08d7676083
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
il y a 12 ans |
Zhao Hongjiang
|
91d80a84bb
aio: fix possible invalid memory access when DEBUG is enabled
|
il y a 12 ans |
Al Viro
|
8d71db4f08
lift sb_start_write/sb_end_write out of ->aio_write()
|
il y a 12 ans |
Al Viro
|
2cf0966683
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
|
il y a 12 ans |
Sasha Levin
|
b67bfe0d42
hlist: drop the node parameter from iterators
|
il y a 12 ans |
Michel Lespinasse
|
41badc15cb
mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool
|
il y a 12 ans |
Michel Lespinasse
|
bebeb3d68b
mm: introduce mm_populate() for populating new vmas
|
il y a 12 ans |
Al Viro
|
3ffa3c0e3f
aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()
|
il y a 13 ans |
Linus Torvalds
|
1193755ac6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
il y a 13 ans |
Al Viro
|
e3fc629d7b
switch aio and shm to do_mmap_pgoff(), make do_mmap() static
|
il y a 13 ans |
Christopher Yeoh
|
ac34ebb3a6
aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()
|
il y a 13 ans |
Linus Torvalds
|
a70b52ec1a
vfs: make AIO use the proper rw_verify_area() area helpers
|
il y a 13 ans |
Al Viro
|
bfce281c28
kill mm argument of vm_munmap()
|
il y a 13 ans |
Al Viro
|
936af1576e
aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()
|
il y a 13 ans |
Linus Torvalds
|
a46ef99d80
VM: add "vm_munmap()" helper function
|
il y a 13 ans |
Al Viro
|
a2e1859adb
aio: take final put_ioctx() into callers of io_destroy()
|
il y a 13 ans |
Al Viro
|
06af121eab
aio: merge aio_cancel_all() with wait_for_all_aios()
|
il y a 13 ans |
Linus Torvalds
|
11bcb32848
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
il y a 13 ans |
Linus Torvalds
|
e2a0883e40
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
il y a 13 ans |
Al Viro
|
9fcf03d0d6
aio: fix the comment in aio_kick_handler()
|
il y a 13 ans |
Al Viro
|
cd1ea261ac
aio: don't bother with cancel_delayed_work() in exit_aio()
|
il y a 13 ans |