aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25io_uring: Always REQ_F_FREE_SQE for allocated sqePavel Begunkov1-27/+22
2019-11-25io_uring: io_fail_links() should only consider first linked timeoutJens Axboe1-3/+4
2019-11-25io_uring: Fix leaking linked timeoutsPavel Begunkov1-0/+1
2019-11-25io_uring: remove redundant checkPavel Begunkov1-4/+0
2019-11-25io_uring: break links for failed deferPavel Begunkov1-0/+4
2019-11-25io-wq: remove extra space charactersDan Carpenter1-3/+3
2019-11-25io-wq: wait for io_wq_create() to setup necessary workersJens Axboe1-15/+35
2019-11-25io_uring: request cancellations should break linksJens Axboe1-0/+6
2019-11-25io_uring: correct poll cancel and linked timeout expiration completionJens Axboe1-11/+22
2019-11-25io_uring: remove dead REQ_F_SEQ_PREV flagJens Axboe1-1/+0
2019-11-25io_uring: fix sequencing issues with linked timeoutsJens Axboe1-41/+61
2019-11-25io_uring: make req->timeout be dynamically allocatedJens Axboe1-59/+70
2019-11-25io_uring: make io_double_put_req() use normal completion pathJens Axboe1-2/+14
2019-11-25io_uring: cleanup return values from the queueing functionsJens Axboe1-16/+12
2019-11-25io_uring: io_async_cancel() should pass in 'nxt' request pointerJens Axboe1-1/+1
2019-11-25libbpf: Fix usage of u32 in userspace codeAndrii Nakryiko1-1/+1
2019-11-25mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko1-2/+13
2019-11-25slip: Fix use-after-free Read in slip_openJouni Hogander1-0/+1
2019-11-25net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel1-5/+5
2019-11-25macvlan: schedule bc_work even if errorMenglong Dong1-1/+2
2019-11-25enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu5-2/+138
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit2-14/+24
2019-11-25mdio_bus: don't use managed reset-controllerDavid Bauer1-2/+4
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds3-8/+2
2019-11-25f2fs: stop GC when the victim becomes fully validJaegeuk Kim1-2/+8
2019-11-25f2fs: expose main_blkaddr in sysfsJaegeuk Kim3-0/+11
2019-11-25f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project()Chengguang Xu1-6/+14
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds2-2/+5
2019-11-25cifs: update internal module version numberSteve French1-1/+1
2019-11-25cifs: Always update signing key of first channelPaulo Alcantara (SUSE)1-0/+4
2019-11-25writeback: fix -Wformat compilation warningsQian Cai1-24/+24
2019-11-25ALSA: usb-audio: Fix Focusrite Scarlett 6i6 gen1 - input handlingJens Verwiebe1-2/+21
2019-11-25cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)1-10/+22
2019-11-25cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)1-12/+29
2019-11-25cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)1-2/+1
2019-11-25cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)1-11/+35
2019-11-25ALSA: hda/realtek - Enable internal speaker of ASUS UX431FLCJian-Hong Pan1-1/+9
2019-11-25RDMA/hns: Delete unnecessary callback functions for cqYixian Liu2-58/+36
2019-11-25RDMA/hns: Rename the functions used inside creating cqYixian Liu5-56/+35
2019-11-25RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu4-56/+38
2019-11-25RDMA/hns: Redefine interfaces used in creating cqYixian Liu4-55/+53
2019-11-25RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf5-5/+46
2019-11-25RDMA/efa: Support remote read access in MR registrationDaniel Kranzdorf4-13/+14
2019-11-25RDMA/efa: Store network attributes in device attributesGal Pressman5-51/+18
2019-11-25IB/hfi1: remove redundant assignment to variable retColin Ian King1-1/+1
2019-11-25RDMA/bnxt_re: Fix missing le16_to_cpuDevesh Sharma1-4/+4
2019-11-25RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devicesDevesh Sharma1-0/+1
2019-11-25RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 seriesLuke Starrett1-2/+6
2019-11-25RDMA/bnxt_re: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2019-11-25x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski1-3/+18