summaryrefslogtreecommitdiffstats
path: root/net/9p/client.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix whitespace issuesStephen Hemminger2018-08-131-2/+2
* 9p: validate PDU lengthTomas Bortoli2018-08-131-9/+16
* 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-131-14/+5Star
* 9p: Replace the fidlist with an IDRMatthew Wilcox2018-08-131-28/+16Star
* 9p: Change p9_fid_create calling conventionMatthew Wilcox2018-08-131-14/+9Star
* 9p: Fix comment on smp_wmbMatthew Wilcox2018-08-131-1/+1
* net/9p/client.c: version pointer uninitializedTomas Bortoli2018-08-131-1/+1
* net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun2018-08-131-1/+1
* net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun2018-07-141-1/+2
* net/9p: detect invalid options as much as possibleChengguang Xu2018-06-081-8/+5Star
* net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu2018-04-061-1/+4
* net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz2018-04-061-2/+4
* 9p: Fix missing commas in mount optionsTuomas Tynkkynen2017-11-191-1/+1
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-10-241-2/+1Star
* 9p: Implement show_optionsDavid Howells2017-07-111-0/+25
* net/9p: switch to copy_from_iter_full()Al Viro2017-04-211-3/+2Star
* p9_client_readdir() fixAl Viro2017-04-171-0/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-041-9/+9
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-121-9/+9
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
|/
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-281-4/+4
* 9p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat2015-08-231-0/+2
* 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
* p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
* 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2
* p9_client_attach(): set fid->uid correctlyAl Viro2015-04-121-0/+1
* 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-121-63/+61Star
* 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-121-57/+41Star
* net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-121-58/+59
* 9P: remove unnecessary break after returnFabian Frederick2014-07-161-1/+0Star
* 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-251-1/+1
* 9P: Add cancelled() to the transport functions.Simon Derr2014-03-251-6/+3Star
* net: Mark function as static in 9p/client.cRashika2014-03-251-1/+1
* 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-251-1/+15
* net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen2013-11-231-3/+0Star
* Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-111-0/+5
|\
| * fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-261-0/+5
* | 9p: client: remove unused code and any reference to "cancelled" functionAndi Shyti2013-07-311-7/+2Star
|/
* 9P: Add cancelled() to the transport functions.Simon Derr2013-07-081-3/+9
* 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-081-2/+4
* 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-081-17/+18
* 9P: Fix fcall allocation for rdmaSimon Derr2013-07-081-16/+23
* net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V2013-05-281-37/+18Star
* net/9p: Use virtio transpart as the default transportAneesh Kumar K.V2013-05-281-0/+3
* net/9p: Make 9P2000.L the default protocol for 9p file systemAneesh Kumar K.V2013-05-281-1/+1
* 9p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2013-02-121-5/+13
* 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-121-12/+13
* net/9p: Check errno validitySimon Derr2012-09-061-2/+16
* net/9p: Add __force to cast of __user pointerJoe Perches2012-06-041-1/+1
* net: Remove casts to same typeJoe Perches2012-06-041-1/+1