Show patches with: Submitter = Aneesh Kumar K.V       |    State = Action Required       |   461 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[5/8] hw/9pfs: Add fs driver specific details to fscontext - - - - --- 2011-09-09 Aneesh Kumar K.V New
[4/8] hw/9pfs: Add init callback to fs driver - - - - --- 2011-09-09 Aneesh Kumar K.V New
[3/8] hw/9pfs: Move fid pathname tracking to seperate data type. - - - - --- 2011-09-09 Aneesh Kumar K.V New
[2/8] hw/9pfs: Use read-write lock for protecting fid path. - - - - --- 2011-09-09 Aneesh Kumar K.V New
[1/8] hw/9pfs: Make v9fs_string* functions non-static - - - - --- 2011-09-09 Aneesh Kumar K.V New
[-V2,2/2] hw/9pfs: add 9P2000.L unlinkat operation - - - - --- 2011-09-09 Aneesh Kumar K.V New
[-V2,1/2] hw/9pfs: add 9P2000.L renameat operation - - - - --- 2011-09-09 Aneesh Kumar K.V New
[-V2] iohandler: update qemu_fd_set_handler to work with null call back arg - - - - --- 2011-09-07 Aneesh Kumar K.V New
iohandler: update qemu_fd_set_handler to work with null call back arg - - - - --- 2011-09-07 Aneesh Kumar K.V New
glib mainloop breaks virtfs - - - - --- 2011-09-07 Aneesh Kumar K.V New
glib mainloop breaks virtfs - - - - --- 2011-09-06 Aneesh Kumar K.V New
[PULL] File descriptor reclaim patchset for VirtFS - - - - --- 2011-09-01 Aneesh Kumar K.V New
hw/9pfs: Initialize rest of qid field to zero. - - - - --- 2011-08-25 Aneesh Kumar K.V New
hw/9pfs: Update the fidp path before opendir - - - - --- 2011-08-25 Aneesh Kumar K.V New
[6/6] hw/9pfs: mark directories also as un-reclaimable on unlink - - - - --- 2011-08-25 Aneesh Kumar K.V New
[5/6] hw/9pfs: Add directory reclaim support - - - - --- 2011-08-25 Aneesh Kumar K.V New
[4/6] hw/9pfs: Use v9fs_do_close instead of close - - - - --- 2011-08-25 Aneesh Kumar K.V New
[3/6] hw/9pfs: init fid list properly - - - - --- 2011-08-25 Aneesh Kumar K.V New
[2/6] hw/9pfs: Add file descriptor reclaim support - - - - --- 2011-08-25 Aneesh Kumar K.V New
[1/6] hw/9pfs: Add reference counting for fid - - - - --- 2011-08-25 Aneesh Kumar K.V New
[0/6] hw/9pfs: Implement file descriptor reclaim in VirtFS server - - - - --- 2011-08-25 Aneesh Kumar K.V New
[PULL] VirtFS coroutine changes patchset 2 - - - - --- 2011-08-24 Aneesh Kumar K.V New
[PULL,PATCHSET,2] VirtFS coroutine changes - - - - --- 2011-08-22 Aneesh Kumar K.V New
[PULL,PATCHSET,2] VirtFS coroutine changes - - - - --- 2011-08-16 Aneesh Kumar K.V New
[PULL,PATCHSET,1] VirtFS coroutine changes - - - - --- 2011-08-11 Aneesh Kumar K.V New
[-V4,28/28] use readdir_r instead of readdir for reentrancy - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,27/28] hw/9pfs: Update v9fs_read to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,26/28] hw/9pfs: Add yield support for preadv coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,25/28] hw/9pfs: Update v9fs_attach to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,24/28] hw/9pfs: Update v9fs_wstat to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,23/28] hw/9pfs: Update v9fs_write to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,22/28] hw/9pfs: Add yield support for pwritev coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,21/28,virtio-9p] coroutine and threading for v9fs_do_link - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,20/28,virtio-9p] coroutine and threading for v9fs_do_symlink - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,19/28,virtio-9p] clean up v9fs_symlink - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,18/28,virtio-9p] Remove post functions for v9fs_symlink - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,17/28,virtio-9p] clean up v9fs_create Rearrange the code - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,16/28,virtio-9p] Remove post functions for v9fs_create - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,15/28] hw/9pfs: Update v9fs_fsync to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,14/28] hw/9pfs: Add yield support for fsync coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,13/28] hw/9pfs: Update v9fs_clunk to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,12/28] hw/9pfs: Add yeild support for clunk related coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,11/28] hw/9pfs: Update v9fs_walk to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,10/28] hw/9pfs: Update v9fs_stat to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,09/28,virtio-9p] coroutine and threading for open2 - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,08/28,virtio-9p] clean up v9fs_lcreate - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,07/28,virtio-9p] Remove post functions for v9fs_lcreate - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,06/28] hw/9pfs: Update v9fs_open to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,05/28] hw/9pfs: Add yield support for open and opendir coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,04/28] hw/9pfs: Update v9fs_getlock to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,03/28] hw/9pfs: Update v9fs_lock to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,02/28] hw/9pfs: Add yeild support for fstat coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,01/28] hw/9pfs: Update vfs_rename to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,26/26] hw/9pfs: Add yeild support to rename coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,25/26,virtio-9p] coroutine and threading for remove/unlink - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,24/26,virtio-9p] clean up v9fs_remove. - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,23/26,virtio-9p] Remove post functions for v9fs_remove - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,22/26,virtio-9p] coroutine and threading for mkdir - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,21/26] hw/9pfs: Update v9fs_mknod to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,20/26] hw/9pfs: Add yield support to mknod coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,19/26] hw/9pfs: Update v9fs_xattrcreate to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,18/26] hw/9pfs: Update v9fs_xattrwalk to coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,17/26] hw/9pfs: Add yield support to xattr related coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,16/26] hw/9pfs: Update v9fs_setattr to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,15/26] hw/9pfs: Add yield support to setattr related coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,14/26] hw/9pfs: Update v9fs_getattr to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,13/26] hw/9pfs: Add yield support to lstat coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,12/26] hw/9pfs: Update v9fs_statfs to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,11/26] hw/9pfs: Add yield support to statfs coroutine - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,10/26] hw/9pfs: Update v9fs_readdir to use coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,09/26] hw/9pfs: Add yield support for readdir related coroutines - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,08/26,virtio-9p] clean up v9fs_mkdir. - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,07/26,virtio-9p] Remove post functions for v9fs_mkdir. - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,06/26,virtio-9p] coroutines for readlink - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,05/26,virtio-9p] clean up v9fs_readlink. - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,04/26,virtio-9p] Remove post functions for v9fs_readlink. - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,03/26,virtio-9p] Change all pdu handlers to coroutines. - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,02/26,virtio-9p] Add infrastructure to support glib threads and coroutines. - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V4,01/26] coroutine: add gthread dependency - - - - --- 2011-08-08 Aneesh Kumar K.V New
[PULL] VirtFS coroutine changes - - - - --- 2011-08-08 Aneesh Kumar K.V New
build failure with coroutine-gthread - - - - --- 2011-08-08 Aneesh Kumar K.V New
[-V3] coroutine: Add CoRwlock support - - - - --- 2011-08-02 Aneesh Kumar K.V New
[-V2] coroutine: Add CoRwlock support - - - - --- 2011-07-27 Aneesh Kumar K.V New
[v8,0/5] Coroutines for better asynchronous programming - - - - --- 2011-07-27 Aneesh Kumar K.V New
[v8,0/5] Coroutines for better asynchronous programming - - - - --- 2011-07-27 Aneesh Kumar K.V New
hw/9pfs: Fix segfault on arch that doesn't support VirtFS - - - - --- 2011-06-10 Aneesh Kumar K.V New
fsdev - broken qemu-system-? - - - - --- 2011-06-10 Aneesh Kumar K.V New
coroutine: Implement coroutines using gthread - - - - --- 2011-06-09 Aneesh Kumar K.V New
[5/5] hw/9pfs: Add handle based fs driver - - - - --- 2011-06-06 Aneesh Kumar K.V New
[4/5] hw/9pfs: Add fs driver specific details to fscontext - - - - --- 2011-06-06 Aneesh Kumar K.V New
[3/5] hw/9pfs: Add init callback to fs driver - - - - --- 2011-06-06 Aneesh Kumar K.V New
[2/5] 9p: add 9P2000.L unlinkat operation - - - - --- 2011-06-06 Aneesh Kumar K.V New
[1/5] hw/9pfs: Move fid pathname tracking to seperate data type. - - - - --- 2011-06-06 Aneesh Kumar K.V New
[4/4] hw/9pfs: Use read-write lock for protecting fid path. - - - - --- 2011-06-06 Aneesh Kumar K.V New
[3/4] hw/9pfs: Update the fidp path before opendir - - - - --- 2011-06-06 Aneesh Kumar K.V New
[2/4] coroutine: Add CoRwlock support - - - - --- 2011-06-06 Aneesh Kumar K.V New
[1/4] hw/9pfs: Make v9fs_string* functions non-static - - - - --- 2011-06-06 Aneesh Kumar K.V New
hw/9pfs: add 9P2000.L renameat operation - - - - --- 2011-06-06 Aneesh Kumar K.V New
[2/2] qemu-options.hx: Update virtfs command documentation - - - - --- 2011-06-06 Aneesh Kumar K.V New
[1/2] hw/9pfs: Add new virtfs option cache=writethrough to skip host page cache - - - - --- 2011-06-06 Aneesh Kumar K.V New
« 1 2 3 44 5 »