index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
port
/
devmnt.c
Age
Commit message (
Expand
)
Author
2020-08-04
devmnt: print chanpath for unexpected reply tag
cinap_lenrek
2018-07-16
devmnt: make sure auth chan is on said conection in mntattach()
cinap_lenrek
2017-12-28
devmnt: use u32int for tagmask, simplify alloctag()
cinap_lenrek
2017-01-12
kernel: make the mntcache robust against fileserver like fossil that do not c...
cinap_lenrek
2016-11-07
kernel/qio: big cleanup of qio functions
cinap_lenrek
2016-11-05
devmnt: avoid memory copies of I/O rpc buffer by using bwrite()
cinap_lenrek
2016-08-16
devmnt: fix mistake in mntrahread()
cinap_lenrek
2016-03-17
abandon streaming experiment
cinap_lenrek
2016-03-10
kernel: make fversion()/mntversion() types consistent
cinap_lenrek
2016-02-15
devmnt: deal with partial response for Tversion request in mntversion()
cinap_lenrek
2015-10-07
port: fix typo in devmnt mntproc name
mischief
2015-07-30
devmnt: fix mntcache()
cinap_lenrek
2015-07-28
kernel: export mntattach() from devmnt.c avoiding bogus struct passing and sp...
cinap_lenrek
2015-07-27
kernel: clunk the cache when removing cache flag on a channel, only call crea...
cinap_lenrek
2015-07-27
devmnt: use c->iounit instead of msize-IOHDRSZ to chunk reads and writes, red...
cinap_lenrek
2015-07-26
devmnt: dont reset readahead window when requested offset still has pending rpc
cinap_lenrek
2015-07-26
kernel: pipelined read ahead for the mount cache
cinap_lenrek
2015-07-19
devmnt: do not use user buffer to update the mount cache
cinap_lenrek
2015-07-19
devstream: fast sequential file access with 9p pipelining experiment
cinap_lenrek
2015-03-01
devmnt: remove unused mntstats fields from Mntrpc
cinap_lenrek
2015-01-27
devmnt: handle rpc buffer exhaustion on mntflushalloc()
cinap_lenrek
2014-08-08
devmnt: fix potential race with mntflushfree(), remove mntstats, 0 vs nil cle...
cinap_lenrek
2014-04-28
devmnt: make abandoning fid on botched clunk handle flushes
cinap_lenrek
2014-04-28
devmnt: abandon fid on botched Tclunk or Tremove
cinap_lenrek
2013-06-16
devmnt: add debug print for convS2M failing, suspecting this causing zero len...
cinap_lenrek
2013-05-11
devmnt: fix mount device leak and allocation error handling in mntversion()
cinap_lenrek
2012-08-24
devmnt: more carefull wakeup in mountmux
cinap_lenrek
2012-03-28
panic: trailing newlines
cinap_lenrek
2011-12-22
kernel: make mntcache effective, be carefull
cinap_lenrek
2011-08-17
change definition of Chan.create to return a chan like open
cinap_lenrek
2011-08-10
added eqlock(), a interruptable version of qlock. addresses issue #81
cinap_lenrek
2011-03-30
Import sources from 2011-03-30 iso image - lib
Taru Karttunen
2011-03-30
Import sources from 2011-03-30 iso image
Taru Karttunen