Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net
authorJens Axboe <axboe@kernel.dk>
Sat, 30 Apr 2022 03:10:52 +0000 (21:10 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 30 Apr 2022 03:10:52 +0000 (21:10 -0600)
commit27738039fcdc6cb63400fe9b820b4027753568b7
tree6d19d6fc32dfc551c07090ad4e6d0d557c0529fa
parent8013d1d3d2e33236dee13a133fba49ad55045e79
parent033b87d24f7257c45506bd043ad85ed24a9925e2
Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net

* for-5.19/io_uring-socket: (73 commits)
  io_uring: use the text representation of ops in trace
  io_uring: rename op -> opcode
  io_uring: add io_uring_get_opcode
  io_uring: add type to op enum
  io_uring: add socket(2) support
  net: add __sys_socket_file()
  io_uring: fix trace for reduced sqe padding
  io_uring: add fgetxattr and getxattr support
  io_uring: add fsetxattr and setxattr support
  fs: split off do_getxattr from getxattr
  fs: split off setxattr_copy and do_setxattr function from setxattr
  io_uring: return an error when cqe is dropped
  io_uring: use constants for cq_overflow bitfield
  io_uring: rework io_uring_enter to simplify return value
  io_uring: trace cqe overflows
  io_uring: add trace support for CQE overflow
  io_uring: allow re-poll if we made progress
  io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
  io_uring: add support for IORING_ASYNC_CANCEL_ANY
  io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
  ...
fs/io_uring.c