mars/kernel
Thomas Schoebel-Theuer 0d579d48ba net: fix O_NONBLOCK races
Runtime modification of _shared_ socket flags like O_NONBLOCK
is a bad idea. If I remember correctly, long ago there was no
other way. Current kernels allow different flags on the stack per
kernel_*() call, but I am not sure whether this could break
compatibility with some very ancient kernels. Unfortunately, I
cannot test MARS with these dinosaur kernels anymore, but hopefully
nobody uses them anyway.
2018-10-22 10:49:29 +02:00
..
sy_old main: remove annoying orphan error message 2018-09-26 10:00:39 +02:00
Kbuild
Kconfig infra: only allow compilation as a module 2017-05-04 06:14:02 +02:00
Makefile
brick.c infra: fix signal handling 2017-05-22 11:25:00 +02:00
brick.h infra: fix signal handling 2017-05-22 11:25:00 +02:00
brick_atomic.h
brick_checking.h
brick_locks.h infra: generally disable irqs during spinlocks 2017-05-16 10:24:18 +02:00
brick_mem.c infra: memory debugging must disable irqs during spinlocks 2017-05-16 09:59:44 +02:00
brick_mem.h infra: start dual compatibility with/out prepatch 2017-05-04 09:10:44 +02:00
brick_say.c infra: fix silly deadlock on improbable race 2018-05-09 07:54:38 +02:00
brick_say.h
brick_wait.h logger: fix condition checking using locks during wait 2018-10-10 10:51:34 +02:00
compat.h infra: remove unwanted sys_utimes() 2017-05-04 10:32:50 +02:00
gpl-2.0.txt
lamport.c infra: protect lamport clock against illegal future values 2018-01-31 08:09:00 +01:00
lamport.h infra: protect lamport clock against illegal future values 2018-01-31 08:09:00 +01:00
lib_limiter.c infra: add reset of limiter 2017-07-05 07:37:12 +02:00
lib_limiter.h infra: add reset of limiter 2017-07-05 07:37:12 +02:00
lib_log.c
lib_log.h
lib_mapfree.c all: remove old dirtifying 2017-12-10 20:54:27 +01:00
lib_mapfree.h all: remove old dirtifying 2017-12-10 20:54:27 +01:00
lib_pairing_heap.h
lib_queue.h infra: remove superfluous event trigger 2017-06-07 06:22:46 +02:00
lib_rank.c
lib_rank.h
lib_timing.c
lib_timing.h infra: use static inline for cpu_clock() (kernel 4.7) 2016-08-25 15:39:06 +02:00
mars.h compat: disable aio when necessary 2017-05-04 09:16:17 +02:00
mars_aio.c aio: replace spinlock with mutex 2018-01-31 07:21:08 +01:00
mars_aio.h aio: replace spinlock with mutex 2018-01-31 07:21:08 +01:00
mars_bio.c bio: adapt bio_endio() to kernel 4.3 2016-08-25 07:16:39 +02:00
mars_bio.h
mars_buf.c
mars_buf.h
mars_check.c
mars_check.h
mars_client.c client: dont try get_info when brick isnt working 2018-03-19 06:41:10 +01:00
mars_client.h client: replace spinlock with mutex 2018-01-31 07:23:41 +01:00
mars_copy.c copy: stabilize table for race prevention 2018-10-10 10:54:42 +02:00
mars_copy.h copy: leave lifelock when EOF position decreases 2017-04-04 08:03:09 +02:00
mars_dummy.c
mars_dummy.h
mars_generic.c infra: adapt to new crypto interface (kernel 4.6) 2016-08-25 15:39:06 +02:00
mars_if.c if: fix merge_bvec_fn() regression for old kernels 2016-10-23 12:21:04 +02:00
mars_if.h
mars_net.c net: fix O_NONBLOCK races 2018-10-22 10:49:29 +02:00
mars_net.h net: early detection of socket hangups 2017-09-08 23:42:30 +02:00
mars_server.c all: deletions tuning 2017-09-11 11:34:20 +02:00
mars_server.h server: handler limit 2017-09-07 12:56:23 +02:00
mars_sio.c all: new mapfree dirtifying 2017-12-10 20:54:27 +01:00
mars_sio.h
mars_trans_logger.c logger: use brick_wait() for caller delay 2018-10-10 10:51:34 +02:00
mars_trans_logger.h all: replace replay magic numbers by named constants 2018-04-10 09:04:41 +02:00
mars_usebuf.c
mars_usebuf.h
meta.h