summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+8
2020-12-16Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-8/+8
2020-12-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-8/+8
2020-12-12io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe1-15/+6
2020-12-12io_uring: JOBCTL_TASK_WORK is no longer used by task_workJens Axboe1-7/+2
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman1-1/+1
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton1-7/+10
2020-12-07io_uring: fix mis-seting personality's credsPavel Begunkov1-1/+1
2020-12-05net: Remove the err argument from sock_from_fileFlorent Revest1-8/+8
2020-11-30io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov1-1/+2
2020-11-26io_uring: fix files grab/cancel racePavel Begunkov1-16/+15
2020-11-24io_uring: fix ITER_BVEC checkPavel Begunkov1-1/+1
2020-11-24io_uring: fix shift-out-of-bounds when round up cq sizeJoseph Qi1-2/+4
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+42
2020-11-18io_uring: order refnode recyclingPavel Begunkov1-10/+23
2020-11-18io_uring: get an active ref_node from files_dataPavel Begunkov1-3/+1
2020-11-18io_uring: don't double complete failed reissue requestJens Axboe1-1/+0
2020-11-14io_uring: handle -EOPNOTSUPP on path resolutionJens Axboe1-1/+18
2020-11-14Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+1
2020-11-11io_uring: round-up cq size before comparing with rounded sq sizeJens Axboe1-1/+1
2020-11-11vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong1-2/+1
2020-11-06io_uring: fix link lookup racing with link timeoutPavel Begunkov1-1/+15
2020-11-05io_uring: use correct pointer for io_uring_show_cred()Jens Axboe1-1/+2
2020-11-05io_uring: don't forget to task-cancel drained reqsPavel Begunkov1-2/+8
2020-11-04io_uring: fix overflowed cancel w/ linked ->filesPavel Begunkov1-22/+21
2020-11-04io_uring: drop req/tctx io_identity separatelyJens Axboe1-3/+6
2020-11-04io_uring: ensure consistent view of original task ->mm from SQPOLLJens Axboe1-7/+20
2020-11-04io_uring: properly handle SQPOLL request cancelationsJens Axboe1-12/+65
2020-10-31Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-70/+38
2020-10-25io_uring: use type appropriate io_kiocb handler for double pollJens Axboe1-2/+4
2020-10-24Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-97/+76
2020-10-23io_uring: simplify __io_queue_sqe()Pavel Begunkov1-17/+11
2020-10-23io_uring: simplify nxt propagation in io_queue_sqePavel Begunkov1-7/+3
2020-10-23io_uring: don't miss setting IO_WQ_WORK_CONCURRENTPavel Begunkov1-7/+3
2020-10-23io_uring: don't defer put of cancelled ltimeoutPavel Begunkov1-38/+20
2020-10-23io_uring: always clear LINK_TIMEOUT after cancelPavel Begunkov1-1/+1
2020-10-23io_uring: don't adjust LINK_HEAD in cancel ltimeoutPavel Begunkov1-1/+0
2020-10-23io_uring: remove opcode check on ltimeout killPavel Begunkov1-2/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2020-10-22io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe1-14/+12
2020-10-22io_uring: remove req cancel in ->flush()Pavel Begunkov1-23/+5
2020-10-22io_uring: don't reuse linked_timeoutPavel Begunkov1-1/+3
2020-10-21io_uring: unify fsize with def->work_flagsJens Axboe1-12/+11
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-260/+388
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