summaryrefslogtreecommitdiffstats
path: root/fs/qnx4 (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-22io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe1-4/+56
2020-10-22io_uring: don't reuse linked_timeoutPavel Begunkov1-1/+3
2020-10-21io_uring: unify fsize with def->work_flagsJens Axboe3-14/+18
2020-10-19io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov1-4/+13
2020-10-19io_uring: do poll's hash_node init in common codePavel Begunkov1-2/+1
2020-10-19io_uring: inline io_poll_task_handler()Pavel Begunkov1-19/+12
2020-10-19io_uring: remove extra ->file check in poll prepPavel Begunkov1-2/+0
2020-10-19io_uring: make cached_cq_overflow non atomic_tPavel Begunkov1-5/+6
2020-10-19io_uring: inline io_fail_links()Pavel Begunkov1-10/+3
2020-10-19io_uring: kill ref get/drop in personality initPavel Begunkov1-4/+9
2020-10-19io_uring: flags-based creds init in queuePavel Begunkov1-2/+2
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu1-1/+1
2020-10-17mm: use limited read-ahead to satisfy readJens Axboe1-6/+14
2020-10-17mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe1-0/+8
2020-10-17io_uring: fix double poll mask initPavel Begunkov1-1/+3
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe4-1/+41
2020-10-17io_uring: use percpu counters to track inflight requestsJens Axboe2-27/+30
2020-10-17io_uring: assign new io_identity for task if members have changedJens Axboe2-5/+17
2020-10-17io_uring: store io_identity in io_uring_taskJens Axboe2-10/+12
2020-10-17io_uring: COW io_identity on mismatchJens Axboe2-52/+171
2020-10-17io_uring: move io identity items into separate structJens Axboe4-57/+64
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe2-22/+33
2020-10-17io_uring: pass required context in as flagsJens Axboe3-64/+52
2020-10-17io-wq: assign NUMA node locality if appropriateJens Axboe1-0/+1
2020-10-17io_uring: fix error path cleanup in io_sqe_files_register()Jens Axboe1-1/+2
2020-10-17Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"Jens Axboe1-2/+2
2020-10-17io_uring: fix REQ_F_COMP_LOCKED by killing itPavel Begunkov1-80/+69
2020-10-17io_uring: dig out COMP_LOCK from deep call chainPavel Begunkov1-24/+9
2020-10-17io_uring: don't put a poll req under spinlockPavel Begunkov1-2/+1
2020-10-17io_uring: don't unnecessarily clear F_LINK_TIMEOUTPavel Begunkov1-1/+0
2020-10-17io_uring: don't set COMP_LOCKED if won't putPavel Begunkov1-1/+1
2020-10-17io_uring: Fix sizeof() mismatchColin Ian King1-1/+1
2020-10-16lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde4-2/+22
2020-10-16lib, include/linux: add usercopy failure capabilityAlbert van der Linde6-1/+76
2020-10-16ROMFS: support inode blocks calculationLibing Zhou1-0/+1
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu2-1/+23
2020-10-16sched.h: drop in_ubsan field when UBSAN is in trap modeElena Petrova1-1/+1
2020-10-16scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani1-4/+5
2020-10-16scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Ritesh Harjani1-8/+7
2020-10-16kernel/relay.c: drop unneeded initializationSudip Mukherjee1-1/+1
2020-10-16panic: dump registers on panic_on_warnAlexey Kardashevskiy1-6/+6
2020-10-16rapidio: fix the missed put_device() for rio_mport_add_riodevJing Xiangfeng1-1/+4
2020-10-16rapidio: fix error handling pathSouptick Joarder1-6/+7
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai4-7/+6
2020-10-16autofs: harden ioctl tableMatthew Wilcox1-2/+6
2020-10-16ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)1-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn8-107/+29
2020-10-16mm/gup: take mmap_lock in get_dump_page()Jann Horn1-6/+10
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn4-120/+138
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn4-199/+106