summaryrefslogtreecommitdiff
path: root/net/9p/client.c
Commit message (Expand)AuthorAge
* net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu2018-04-05
* net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz2018-04-05
* 9p: Fix missing commas in mount optionsTuomas Tynkkynen2017-11-19
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-10-23
* 9p: Implement show_optionsDavid Howells2017-07-11
* net/9p: switch to copy_from_iter_full()Al Viro2017-04-21
* p9_client_readdir() fixAl Viro2017-04-17
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-03
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-12
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
|/
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-27
* 9p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat2015-08-22
* 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-04
* p9_client_write(): avoid double p9_free_req()Al Viro2015-07-04
* 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-04
* p9_client_attach(): set fid->uid correctlyAl Viro2015-04-11
* 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-11
* 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-11
* net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-11
* 9P: remove unnecessary break after returnFabian Frederick2014-07-15
* 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-25
* 9P: Add cancelled() to the transport functions.Simon Derr2014-03-25
* net: Mark function as static in 9p/client.cRashika2014-03-25
* 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-25
* net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen2013-11-23
* Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-11
|\
| * fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-26
* | 9p: client: remove unused code and any reference to "cancelled" functionAndi Shyti2013-07-30
|/
* 9P: Add cancelled() to the transport functions.Simon Derr2013-07-07
* 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-07
* 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-07
* 9P: Fix fcall allocation for rdmaSimon Derr2013-07-07
* net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V2013-05-28
* net/9p: Use virtio transpart as the default transportAneesh Kumar K.V2013-05-28
* net/9p: Make 9P2000.L the default protocol for 9p file systemAneesh Kumar K.V2013-05-28
* 9p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2013-02-12
* 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-12
* net/9p: Check errno validitySimon Derr2012-09-06
* net/9p: Add __force to cast of __user pointerJoe Perches2012-06-04
* net: Remove casts to same typeJoe Perches2012-06-04
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* net/9p: handle flushed Tclunk/TremoveJim Garlick2012-02-26
* net/9p: don't allow Tflush to be interruptedJim Garlick2012-02-26
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-05
* net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2011-10-24
* fs/9p: change an int to unsigned intDan Carpenter2011-10-24
* fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V2011-10-24
* 9p: move dereference after NULL checkDan Carpenter2011-10-24
* fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V2011-10-24
* net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)2011-07-23