summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-22splice: change exported internal do_splice() helper to take kernel offsetio_uring-5.10-2020-10-24Jens Axboe
2020-10-22io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe
2020-10-22io_uring: remove req cancel in ->flush()Pavel Begunkov
2020-10-22io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe
2020-10-21io_uring: don't reuse linked_timeoutPavel Begunkov
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe
2020-10-19io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov
2020-10-19io_uring: do poll's hash_node init in common codePavel Begunkov
2020-10-19io_uring: inline io_poll_task_handler()Pavel Begunkov
2020-10-19io_uring: remove extra ->file check in poll prepPavel Begunkov
2020-10-19io_uring: make cached_cq_overflow non atomic_tPavel Begunkov
2020-10-19io_uring: inline io_fail_links()Pavel Begunkov
2020-10-19io_uring: kill ref get/drop in personality initPavel Begunkov
2020-10-19io_uring: flags-based creds init in queuePavel Begunkov
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedio_uring-5.10-2020-10-20Jeffle Xu
2020-10-17io_uring: fix double poll mask initPavel Begunkov
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe
2020-10-17io_uring: use percpu counters to track inflight requestsJens Axboe
2020-10-17io_uring: assign new io_identity for task if members have changedJens Axboe
2020-10-17io_uring: store io_identity in io_uring_taskJens Axboe
2020-10-17io_uring: COW io_identity on mismatchJens Axboe
2020-10-17io_uring: move io identity items into separate structJens Axboe
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe
2020-10-17io_uring: pass required context in as flagsJens Axboe
2020-10-17io-wq: assign NUMA node locality if appropriateJens Axboe
2020-10-17io_uring: fix error path cleanup in io_sqe_files_register()Jens Axboe
2020-10-17Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"Jens Axboe
2020-10-17io_uring: fix REQ_F_COMP_LOCKED by killing itPavel Begunkov
2020-10-17io_uring: dig out COMP_LOCK from deep call chainPavel Begunkov
2020-10-17io_uring: don't put a poll req under spinlockPavel Begunkov
2020-10-17io_uring: don't unnecessarily clear F_LINK_TIMEOUTPavel Begunkov
2020-10-17io_uring: don't set COMP_LOCKED if won't putPavel Begunkov
2020-10-17io_uring: Fix sizeof() mismatchColin Ian King
2020-10-16Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-16ROMFS: support inode blocks calculationLibing Zhou
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai
2020-10-16autofs: harden ioctl tableMatthew Wilcox
2020-10-16ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn
2020-10-16coredump: refactor page range dumping into common helperJann Horn
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap