summaryrefslogtreecommitdiff
path: root/sys/src/9/port/devmnt.c
AgeCommit message (Expand)Author
2020-08-04devmnt: print chanpath for unexpected reply tagcinap_lenrek
2018-07-16devmnt: make sure auth chan is on said conection in mntattach()cinap_lenrek
2017-12-28devmnt: use u32int for tagmask, simplify alloctag()cinap_lenrek
2017-01-12kernel: make the mntcache robust against fileserver like fossil that do not c...cinap_lenrek
2016-11-07kernel/qio: big cleanup of qio functionscinap_lenrek
2016-11-05devmnt: avoid memory copies of I/O rpc buffer by using bwrite()cinap_lenrek
2016-08-16devmnt: fix mistake in mntrahread()cinap_lenrek
2016-03-17abandon streaming experimentcinap_lenrek
2016-03-10kernel: make fversion()/mntversion() types consistentcinap_lenrek
2016-02-15devmnt: deal with partial response for Tversion request in mntversion()cinap_lenrek
2015-10-07port: fix typo in devmnt mntproc namemischief
2015-07-30devmnt: fix mntcache()cinap_lenrek
2015-07-28kernel: export mntattach() from devmnt.c avoiding bogus struct passing and sp...cinap_lenrek
2015-07-27kernel: clunk the cache when removing cache flag on a channel, only call crea...cinap_lenrek
2015-07-27devmnt: use c->iounit instead of msize-IOHDRSZ to chunk reads and writes, red...cinap_lenrek
2015-07-26devmnt: dont reset readahead window when requested offset still has pending rpccinap_lenrek
2015-07-26kernel: pipelined read ahead for the mount cachecinap_lenrek
2015-07-19devmnt: do not use user buffer to update the mount cachecinap_lenrek
2015-07-19devstream: fast sequential file access with 9p pipelining experimentcinap_lenrek
2015-03-01devmnt: remove unused mntstats fields from Mntrpccinap_lenrek
2015-01-27devmnt: handle rpc buffer exhaustion on mntflushalloc()cinap_lenrek
2014-08-08devmnt: fix potential race with mntflushfree(), remove mntstats, 0 vs nil cle...cinap_lenrek
2014-04-28devmnt: make abandoning fid on botched clunk handle flushescinap_lenrek
2014-04-28devmnt: abandon fid on botched Tclunk or Tremovecinap_lenrek
2013-06-16devmnt: add debug print for convS2M failing, suspecting this causing zero len...cinap_lenrek
2013-05-11devmnt: fix mount device leak and allocation error handling in mntversion()cinap_lenrek
2012-08-24devmnt: more carefull wakeup in mountmuxcinap_lenrek
2012-03-28panic: trailing newlinescinap_lenrek
2011-12-22kernel: make mntcache effective, be carefullcinap_lenrek
2011-08-17change definition of Chan.create to return a chan like opencinap_lenrek
2011-08-10added eqlock(), a interruptable version of qlock. addresses issue #81cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen