summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-04-29io_uring: return hint on whether more data is available after receivefor-5.19/io_uring-net-2022-05-22Jens Axboe
2022-04-29Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-netJens Axboe
2022-04-29Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-29Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-04-29io_uring: check that data field is 0 in ringfd unregisterio_uring-5.18-2022-04-29Eugene Syromiatnikov
2022-04-28io_uring: fix uninitialized field in rw io_kiocbJoseph Ravichandran
2022-04-28Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-28Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-04-28gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher
2022-04-27Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-04-26io_uring: check reserved fields for recv/recvmsgJens Axboe
2022-04-26io_uring: check reserved fields for send/sendmsgJens Axboe
2022-04-26Merge tag 'gfs2-v5.18-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-26gfs2: Don't re-check for write past EOF unnecessarilyAndreas Gruenbacher
2022-04-26io_uring: add io_uring_get_opcodeDylan Yudaken
2022-04-25Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2022-04-25ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li
2022-04-25ceph: remove incorrect session state checkXiubo Li
2022-04-25ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_capNiels Dossche
2022-04-24io_uring: add socket(2) supportJens Axboe
2022-04-24io_uring: add fgetxattr and getxattr supportStefan Roesch
2022-04-24io_uring: add fsetxattr and setxattr supportStefan Roesch
2022-04-24fs: split off do_getxattr from getxattrStefan Roesch
2022-04-24fs: split off setxattr_copy and do_setxattr function from setxattrStefan Roesch
2022-04-24io_uring: return an error when cqe is droppedDylan Yudaken
2022-04-24io_uring: use constants for cq_overflow bitfieldDylan Yudaken
2022-04-24io_uring: rework io_uring_enter to simplify return valueDylan Yudaken
2022-04-24io_uring: trace cqe overflowsDylan Yudaken
2022-04-24io_uring: allow re-poll if we made progressJens Axboe
2022-04-24io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe
2022-04-24io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' keyJens Axboe
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe
2022-04-24io_uring: pass in struct io_cancel_data consistentlyJens Axboe
2022-04-24io_uring: remove dead 'poll_only' argument to io_poll_cancel()Jens Axboe
2022-04-24io_uring: refactor io_disarm_next() lockingPavel Begunkov
2022-04-24io_uring: move timeout locking in io_timeout_cancel()Pavel Begunkov
2022-04-24io_uring: store SCM state in io_fixed_file->file_ptrJens Axboe
2022-04-24io_uring: kill ctx arg from io_req_put_rsrcPavel Begunkov
2022-04-24io_uring: add a helper for putting rsrc nodesPavel Begunkov
2022-04-24io_uring: store rsrc node in req instead of refsPavel Begunkov
2022-04-24io_uring: refactor io_assign_file error pathPavel Begunkov
2022-04-24io_uring: use right helpers for file assign lockingPavel Begunkov
2022-04-24io_uring: add data_race annotationsPavel Begunkov
2022-04-24io_uring: inline io_req_complete_fail_submit()Pavel Begunkov
2022-04-24io_uring: refactor io_submit_sqe()Pavel Begunkov
2022-04-24io_uring: refactor lazy link failPavel Begunkov
2022-04-24io_uring: introduce IO_REQ_LINK_FLAGSPavel Begunkov
2022-04-24io_uring: refactor io_queue_sqe()Pavel Begunkov