Commit Graph

222 Commits (0359de7dd501f694f01b61364c9b633eab41f494)

Author SHA1 Message Date
Venkateswararao Jujjuri (JV) c9ffb05ca5 net/9p: Fix the msize calculation. 14 years ago
Aneesh Kumar K.V 48e370ff93 fs/9p: add 9P2000.L unlinkat operation 14 years ago
Aneesh Kumar K.V 9e8fb38e7d fs/9p: add 9P2000.L renameat operation 14 years ago
Prem Karat 4d63055fa9 fs/9p: Clean-up get_protocol_version() to use strcmp 14 years ago
Aneesh Kumar K.V 5034990e28 fs/9p: Fid is not valid after a failed clunk. 14 years ago
jvrao 7f781679dd VirtIO can transfer VIRTQUEUE_NUM of pages. 14 years ago
jvrao 114e6f3a5e Fix the size of receive buffer packing onto VirtIO ring. 14 years ago
Eric Van Hensbergen e660a828f0 9p: clean up packet dump code 14 years ago
Eric Van Hensbergen b85f7d92d7 net/9p: fix client code to fail more gracefully on protocol error 14 years ago
Sean Hefty b26f9b9949 RDMA/cma: Pass QP type into rdma_create_id() 14 years ago
Rob Landley e75762fdcd net/9p: enable 9p to work in non-default network namespace 14 years ago
Aneesh Kumar K.V fe1cbabaea net/9p: p9_idpool_get return -1 on error 14 years ago
Eric Van Hensbergen 87211cd8db 9p: remove experimental tag from tested configurations 14 years ago
Rob Landley aca0076336 9p: typo fixes and minor cleanups 14 years ago
Rob Landley 961a5a5028 net/9p: Change linuxdoc names to match functions. 14 years ago
David S. Miller 5b5ed8afe4 9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts() 14 years ago
David S. Miller 99517e3d79 9p: Kill set but not used variable 'ret' in parse_opts() 14 years ago
Pedro Scarapicchia Junior 1b0bcbcf62 net/9p/protocol.c: Fix a memory leak 14 years ago
M. Mohan Kumar 3cd7967825 net/9p: Handle get_user_pages_fast return properly 14 years ago
Harsh Prateek Bora b76225e22a net/9p: nwname should be an unsigned int 14 years ago
Aneesh Kumar K.V bd8c8ade6b 9p: Fix sparse error 14 years ago
Aneesh Kumar K.V df5d8c80f1 9p: revert tsyncfs related changes 14 years ago
David S. Miller 095d3da610 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_readdir() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Venkateswararao Jujjuri (JV) 68da9ba4ee [net/9p]: Introduce basic flow-control for VirtIO transport. 14 years ago
Venkateswararao Jujjuri (JV) 316ad5501c [net/9p] Don't re-pin pages on retrying virtqueue_add_buf(). 14 years ago
Venkateswararao Jujjuri (JV) a01a984035 [net/9p] Set the condition just before waking up. 14 years ago
Venkateswararao Jujjuri (JV) 53bda3e5b4 [net/9p] unconditional wake_up to proc waiting for space on VirtIO ring 14 years ago
Aneesh Kumar K.V 472e7f9f8b net/9p: Fix compile warning 14 years ago
Aneesh Kumar K.V eeff66ef6e net/9p: Convert the in the 9p rpc call path to GFP_NOFS 14 years ago
Aneesh Kumar K.V c0aa4caf4c net/9p: Implement syncfs 9P operation 14 years ago
Venkateswararao Jujjuri (JV) f735195d51 [net/9p] Small non-IO PDUs for zero-copy supporting transports. 14 years ago
Venkateswararao Jujjuri (JV) ca41bb3e21 [net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case. 14 years ago
Venkateswararao Jujjuri (JV) 2c66523fd2 [net/9p] readdir zerocopy changes for 9P2000.L protocol. 14 years ago
Venkateswararao Jujjuri (JV) 1fc52481c2 [net/9p] Write side zerocopy changes for 9P2000.L protocol. 14 years ago
Venkateswararao Jujjuri (JV) bb2f8a5515 [net/9p] Read side zerocopy changes for 9P2000.L protocol. 14 years ago
Venkateswararao Jujjuri (JV) 6f69c395ce [net/9p] Add preferences to transport layer. 14 years ago
Venkateswararao Jujjuri (JV) 4038866dab [net/9p] Add gup/zero_copy support to VirtIO transport layer. 14 years ago
Venkateswararao Jujjuri (JV) 9bb6c10a4e [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed. 14 years ago
Venkateswararao Jujjuri (JV) 022cae3655 [net/9p] Preparation and helper functions for zero copy 14 years ago
Tejun Heo aa70c585b1 net/9p: replace p9_poll_task with a work 14 years ago
Tejun Heo 61edeeed91 net/9p: use system_wq instead of p9_mux_wq 14 years ago
Shan Wei 441c793a56 net: cleanup unused macros in net directory 14 years ago
M. Mohan Kumar 219fd58be6 net/9p: Use proper data types 14 years ago
Thiago Farina 01b0c5cfb2 net/9p/protocol.c: Remove duplicated macros. 14 years ago
Sanchit Garg f6ac55b6c1 net/9p: Return error on read with NULL buffer 14 years ago
Venkateswararao Jujjuri (JV) b165d60145 9p: Add datasync to client side TFSYNC/RFSYNC for dotl 14 years ago
Aneesh Kumar K.V 7b3bb3fe16 net/9p: Return error if we fail to encode protocol data 14 years ago
Venkateswararao Jujjuri (JV) 52f44e0d08 net/9p: Add waitq to VirtIO transport. 14 years ago
Venkateswararao Jujjuri (JV) 419b39561e [net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe. 14 years ago