plan9fox/sys/src/cmd/hjfs
cinap_lenrek 592b8d5b35 hjfs: fix deadlocks
buffers which still have requests queued on them are not free!

we cannot chanedev() a buffer while it has still requests queued on it
and we canot just queue our request (having different address) on the
buffer while there are other requests before it, otherwise we would
create artificial block dependency that can cause deadlock.
2015-08-13 10:41:12 +02:00
..
9p.c hjfs: disable shutdown when listening on network connections 2013-01-07 04:30:19 +01:00
auth.c hjfs: add users command, fix newuser ? documentation 2013-07-05 15:17:32 +02:00
buf.c hjfs: fix deadlocks 2015-08-13 10:41:12 +02:00
cons.c hjfs: add users command, fix newuser ? documentation 2013-07-05 15:17:32 +02:00
conv.c hjfs: fix dump / create 2012-11-18 00:06:54 +01:00
dat.h hjfs: fix dump / create 2012-11-18 00:06:54 +01:00
dev.c hjfs: eleminate seek syscalls 2012-11-18 12:53:31 +01:00
dump.c hjfs: fix dump / create 2012-11-18 00:06:54 +01:00
fns.h hjfs: add users command, fix newuser ? documentation 2013-07-05 15:17:32 +02:00
fs1.c hjfs: fix missing superblock dirty mark when reaming 2015-01-01 23:18:07 +01:00
fs2.c hjfs: defer parent directory permission check for wstat 2015-06-15 08:28:10 +02:00
main.c hjfs: fix erealloc(..., 0) crash when removing member from group array makes it empty (thanks 9dan) 2015-04-23 18:19:48 +02:00
mkfile added hjfs 2012-08-07 17:57:04 +02:00