aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20io_uring: add support for IORING_OP_OPENAT2Jens Axboe2-6/+64
2020-01-20io_uring: remove 'fname' from io_open structureJens Axboe1-5/+6
2020-01-20io_uring: add 'struct open_how' to the openat request contextJens Axboe1-9/+8
2020-01-20io_uring: enable option to only trigger eventfd for async completionsJens Axboe2-1/+17
2020-01-20io_uring: change io_ring_ctx bool fields into bit fieldsJens Axboe1-7/+7
2020-01-20io_uring: file set registration should use interruptible waitsJens Axboe1-2/+8
2020-01-20io_uring: Remove unnecessary null checkYueHaibing1-2/+1
2020-01-20io_uring: add support for send(2) and recv(2)Jens Axboe2-5/+137
2020-01-20io_uring: remove extra io_wq_current_is_worker()Pavel Begunkov1-2/+1
2020-01-20io_uring: optimise commit_sqring() for common casePavel Begunkov1-8/+6
2020-01-20io_uring: optimise head checks in io_get_sqring()Pavel Begunkov1-9/+4
2020-01-20io_uring: clamp to_submit in io_submit_sqes()Pavel Begunkov1-2/+2
2020-01-20io_uring: add support for IORING_SETUP_CLAMPJens Axboe2-3/+15
2020-01-20io_uring: extend batch freeing to cover more casesJens Axboe1-31/+69
2020-01-20io_uring: wrap multi-req freeing in struct req_batchJens Axboe1-34/+31
2020-01-20io_uring: batch getting pcpu referencesPavel Begunkov1-9/+17
2020-01-20pcpu_ref: add percpu_ref_tryget_many()Pavel Begunkov1-5/+21
2020-01-20io_uring: add IORING_OP_MADVISEJens Axboe2-0/+60
2020-01-20mm: make do_madvise() available internallyJens Axboe2-1/+7
2020-01-20io_uring: add IORING_OP_FADVISEJens Axboe2-0/+55
2020-01-20io_uring: allow use of offset == -1 to mean file positionJens Axboe2-1/+11
2020-01-20io_uring: add non-vectored read/write commandsJens Axboe2-0/+25
2020-01-20io_uring: improve poll completion performanceJens Axboe1-20/+88
2020-01-20io_uring: split overflow state into SQ and CQ sideJens Axboe1-13/+27
2020-01-20io_uring: add lookup table for various opcode needsJens Axboe1-53/+155
2020-01-20io_uring: remove two unnecessary function declarationsJens Axboe1-2/+0
2020-01-20io_uring: move *queue_link_head() from common pathPavel Begunkov1-17/+15
2020-01-20io_uring: rename prev to headPavel Begunkov1-5/+5
2020-01-20io_uring: add IOSQE_ASYNCJens Axboe2-2/+15
2020-01-20io-wq: support concurrent non-blocking workJens Axboe2-1/+5
2020-01-20io_uring: add support for IORING_OP_STATXJens Axboe2-1/+87
2020-01-20fs: make two stat prep helpers availableJens Axboe2-12/+28
2020-01-20io_uring: avoid ring quiesce for fixed file set unregister and updateJens Axboe2-135/+351
2020-01-20io_uring: add support for IORING_OP_CLOSEJens Axboe2-0/+110
2020-01-20io-wq: add support for uncancellable workJens Axboe3-2/+12
2020-01-20fs: move filp_close() outside of __close_fd_get_file()Jens Axboe2-4/+8
2020-01-20io_uring: add support for IORING_OP_OPENATJens Axboe2-2/+95
2020-01-20fs: make build_open_flags() available internallyJens Axboe2-3/+4
2020-01-20io_uring: add support for fallocate()Jens Axboe2-0/+61
2020-01-20io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov2-2/+5
2020-01-19Linux 5.5-rc7Linus Torvalds1-1/+1
2020-01-19cxgb4: reject overlapped queues in TC-MQPRIO offloadRahul Lakkireddy1-1/+27
2020-01-19cxgb4: fix Tx multi channel port rate limitRahul Lakkireddy4-3/+96
2020-01-19net: sched: act_ctinfo: fix memory leakEric Dumazet1-0/+11
2020-01-18riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson2-18/+61
2020-01-18riscv: delete temporary filesIlie Halip1-1/+2
2020-01-18Documentation: path-lookup: include new LOOKUP flagsAleksa Sarai1-6/+62
2020-01-18selftests: add openat2(2) selftestsAleksa Sarai8-0/+1220
2020-01-18open: introduce openat2(2) syscallAleksa Sarai26-39/+198
2020-01-18bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan3-4/+7