aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin1-4/+20
2015-01-21virtio/9p: verify device has config spaceMichael S. Tsirkin1-0/+6
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-07-159P: remove unnecessary break after returnFabian Frederick1-1/+0
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds4-72/+92
2014-03-259pnet_rdma: check token type before int conversionSimon Derr1-0/+2
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr1-46/+25
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr2-6/+3
2014-03-259pnet_rdma: add cancelled()Simon Derr1-1/+14
2014-03-259pnet_rdma: update request status during sendSimon Derr1-0/+6
2014-03-259P: Add cancelled() to the transport functions.Simon Derr2-6/+20
2014-03-25net: Mark function as static in 9p/client.cRashika1-1/+1
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet4-14/+23
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2014-02-09net: Mark function as static in 9p/client.cRashika Kheria1-1/+1
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen3-5/+2
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+4
2013-10-24file->f_op is never NULL...Al Viro1-2/+2
2013-10-17virtio: use size-based config accessors.Rusty Russell1-5/+4
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+10
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-0/+5
2013-08-269p: send uevent after adding/removing mount_tag attributeMichael Marineau1-0/+5
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-7/+2
2013-07-24net: trans_rdma: remove unused functionAndi Shyti1-11/+0
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+5
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds3-76/+167
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+4
2013-07-079P: Add cancelled() to the transport functions.Simon Derr2-3/+20
2013-07-079P/RDMA: count posted buffers without a pending requestSimon Derr2-3/+34
2013-07-079P/RDMA: Improve error handling in rdma_requestSimon Derr1-16/+28
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr1-6/+3
2013-07-079P/RDMA: Use a semaphore to protect the RQSimon Derr1-10/+12
2013-07-079P/RDMA: Protect against duplicate repliesSimon Derr1-0/+7
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr1-3/+1
2013-07-079pnet: refactor struct p9_fcall alloc codeSimon Derr1-17/+18
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcSimon Derr1-19/+0
2013-07-079P: Fix fcall allocation for rdmaSimon Derr1-16/+23
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick1-1/+39
2013-06-10Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-37/+18
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V1-37/+18
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V1-37/+18
2013-05-28net/9p: Use virtio transpart as the default transportAneesh Kumar K.V1-0/+3
2013-05-28net/9p: Make 9P2000.L the default protocol for 9p file systemAneesh Kumar K.V1-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+39
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell1-9/+39
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-27net/9p: convert to idr_alloc()Tejun Heo1-11/+6
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-23/+69
2013-02-23net: change type of virtio_chan->p9_max_pagesZhang Yanfei1-1/+1
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2-11/+20
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman1-12/+13
2013-02-129p: Add 'u' and 'g' format specifies for kuids and kgidsEric W. Biederman1-0/+36
2013-01-11net/9p: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-10-22virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon1-1/+2
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-20/+36
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr1-1/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+7
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-9/+7
2012-09-179P: Fix race in p9_write_work()Simon Derr1-9/+10
2012-09-179P: fix test at the end of p9_write_work()Simon Derr1-1/+1
2012-09-179P: Fix race in p9_read_work()Simon Derr1-7/+7
2012-09-06net/9p: Check errno validitySimon Derr1-2/+16
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter1-1/+1
2012-06-119p: BUG before corrupting memorySasha Levin1-1/+1
2012-06-04net/9p: Add __force to cast of __user pointerJoe Perches1-1/+1
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-05-21Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2012-05-229p: disconnect channel when PCI device is removedSasha Levin1-1/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet2-4/+4
2012-02-26net/9p: handle flushed Tclunk/TremoveJim Garlick1-3/+15
2012-02-26net/9p: don't allow Tflush to be interruptedJim Garlick1-0/+8
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-2/+4
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches8-216/+248
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V3-79/+54
2011-10-24fs/9p: change an int to unsigned intDan Carpenter1-1/+2
2011-10-24fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V1-7/+5
2011-10-249p: move dereference after NULL checkDan Carpenter1-2/+2
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V6-331/+500
2011-09-06net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V1-5/+12
2011-07-23net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)1-2/+2
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-0/+23
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-1/+32
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2-16/+35
2011-07-23fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V1-2/+4
2011-07-23VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao1-1/+1
2011-07-23Fix the size of receive buffer packing onto VirtIO ring.jvrao1-1/+1
2011-07-239p: clean up packet dump codeEric Van Hensbergen2-46/+37
2011-07-23net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen1-1/+2
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+2
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+2
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley1-3/+4
2011-05-25net/9p: p9_idpool_get return -1 on errorAneesh Kumar K.V2-9/+13
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen1-4/+4
2011-05-259p: typo fixes and minor cleanupsRob Landley1-5/+5
2011-05-25net/9p: Change linuxdoc names to match functions.Rob Landley1-2/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-10/+3
2011-05-199p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller1-2/+0
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller1-2/+0
2011-05-12net/9p/protocol.c: Fix a memory leakPedro Scarapicchia Junior1-0/+1
2011-05-09net/9p: Handle get_user_pages_fast return properlyM. Mohan Kumar2-9/+4
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora2-6/+6
2011-04-159p: Fix sparse errorAneesh Kumar K.V3-6/+14
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V1-21/+0
2011-04-129p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_re...David S. Miller1-6/+3
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-03-22[net/9p]: Introduce basic flow-control for VirtIO transport.Venkateswararao Jujjuri (JV)1-1/+22
2011-03-22[net/9p] Don't re-pin pages on retrying virtqueue_add_buf().Venkateswararao Jujjuri (JV)1-2/+2
2011-03-22[net/9p] Set the condition just before waking up.Venkateswararao Jujjuri (JV)1-22/+22
2011-03-22[net/9p] unconditional wake_up to proc waiting for space on VirtIO ringVenkateswararao Jujjuri (JV)1-4/+3
2011-03-22net/9p: Fix compile warningAneesh Kumar K.V1-5/+5
2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V5-13/+13
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds6-50/+419
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V1-0/+21
2011-03-15[net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)1-6/+17
2011-03-15[net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case.Venkateswararao Jujjuri (JV)1-23/+41
2011-03-15[net/9p] readdir zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2-2/+27
2011-03-15[net/9p] Write side zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)1-6/+15
2011-03-15[net/9p] Read side zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2-8/+39
2011-03-15[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)1-0/+1
2011-03-15[net/9p] Add gup/zero_copy support to VirtIO transport layer.Venkateswararao Jujjuri (JV)2-5/+126
2011-03-15[net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed.Venkateswararao Jujjuri (JV)1-0/+1
2011-03-15[net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)4-0/+131
2011-02-01net/9p: replace p9_poll_task with a workTejun Heo1-24/+8
2011-02-01net/9p: use system_wq instead of p9_mux_wqTejun Heo1-15/+5
2011-01-19net: cleanup unused macros in net directoryShan Wei1-1/+0
2011-01-11net/9p: Use proper data typesM. Mohan Kumar1-12/+10
2010-12-08net/9p/protocol.c: Remove duplicated macros.Thiago Farina1-24/+9
2010-10-28net/9p: Return error on read with NULL bufferSanchit Garg1-4/+1
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-3/+4
2010-10-28net/9p: Return error if we fail to encode protocol dataAneesh Kumar K.V2-3/+4
2010-10-28net/9p: Add waitq to VirtIO transport.Venkateswararao Jujjuri (JV)2-8/+41
2010-10-28[net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe.Venkateswararao Jujjuri (JV)1-10/+24
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar1-0/+26
2010-10-289p: Implement TGETLOCKM. Mohan Kumar1-0/+34
2010-10-289p: Implement TLOCKM. Mohan Kumar1-0/+33
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)1-0/+25
2010-10-28net/9p: Add a Warning to catch NULL fids passed to p9_client_clunk().jvrao1-0/+6
2010-10-28net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj1-16/+27
2010-10-219p: client code cleanupstephen hemminger1-50/+1
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-12/+24
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2010-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2010-09-27net/9p: Mount only matching virtio channelsSven Eckelmann1-1/+2
2010-09-27net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso1-11/+18
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-1/+6
2010-09-06net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall1-1/+1
2010-08-02fs/9p: destroy fid on failed removeAneesh Kumar K.V1-2/+1
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V1-0/+25
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V1-0/+50
2010-08-029p: Implement LOPENM. Mohan Kumar1-7/+10
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)1-0/+44
2010-08-029p: Implement TMKDIRM. Mohan Kumar1-0/+31
2010-08-029p: Implement TMKNODM. Mohan Kumar1-0/+31
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+34
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+19
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi2-0/+47
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2-0/+87
2010-08-02net/9p: Handle the server returned error properlyAneesh Kumar K.V1-1/+2
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi2-0/+74
2010-08-029p: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan1-1/+1
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2-3/+73
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-3/+3
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+28
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-0/+39
2010-05-219p: VFS switches for 9p2000.L: protocol and client changesSripathi Kodi2-3/+6
2010-05-19trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-4/+19
2010-04-059p: saving negative to unsigned charDan Carpenter1-2/+3
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-2/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-0/+6
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-8/+8
2010-03-13net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V1-0/+20
2010-03-13net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V1-6/+38
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi1-3/+22
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi3-62/+83
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi1-0/+28
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V1-1/+3
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V1-43/+27
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V1-6/+8
2010-02-089p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen1-12/+19
2010-02-089p: Fix the kernel crash on a failed mountAneesh Kumar K.V1-1/+2
2010-02-089p: fix option parsingEric Van Hensbergen3-12/+16
2010-02-08net/9p: fix statsize inside twstatEric Van Hensbergen1-2/+3
2010-02-08net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen1-0/+8
2010-02-08net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen1-0/+1
2009-12-169p connect fixesAl Viro1-66/+46
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-3/+2
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1