summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-11fs,io_uring: add infrastructure for uring-cmdJens Axboe1-18/+117
2022-05-09io_uring: support CQE32 for nop operationStefan Roesch1-2/+26
2022-05-09io_uring: enable CQE32Stefan Roesch1-1/+1
2022-05-09io_uring: support CQE32 in /proc infoStefan Roesch1-2/+14
2022-05-09io_uring: add tracing for additional CQE32 fieldsStefan Roesch1-5/+6
2022-05-09io_uring: overflow processing for CQE32Stefan Roesch1-9/+23
2022-05-09io_uring: flush completions for CQE32Stefan Roesch1-2/+6
2022-05-09io_uring: modify io_get_cqe for CQE32Stefan Roesch1-2/+17
2022-05-09io_uring: add CQE32 completion processingStefan Roesch1-8/+45
2022-05-09io_uring: add CQE32 setup processingStefan Roesch1-0/+58
2022-05-09io_uring: change ring size calculation for CQE32Stefan Roesch1-3/+7
2022-05-09io_uring: store add. return values for CQE32Stefan Roesch1-1/+7
2022-05-09io_uring: add support for 128-byte SQEsJens Axboe1-3/+11
2022-05-09Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe3-46/+597
2022-05-09Merge branch 'for-5.19/io_uring' into for-5.19/io_uring-passthroughJens Axboe3-938/+1145
2022-05-09io_uring: don't clear req->kbuf when buffer selection is doneJens Axboe1-2/+0
2022-05-09io_uring: eliminate the need to track provided buffer ID separatelyJens Axboe1-6/+10
2022-05-09io_uring: move provided buffer state closer to submit stateJens Axboe1-3/+5
2022-05-09io_uring: move provided and fixed buffers into the same io_kiocb areaJens Axboe1-4/+8
2022-05-09io_uring: abstract out provided buffer list selectionJens Axboe1-11/+23
2022-05-09io_uring: never call io_buffer_select() for a buffer re-selectJens Axboe1-12/+17
2022-05-09io_uring: get rid of hashed provided buffer groupsJens Axboe1-39/+58
2022-05-09io_uring: always use req->buf_index for the provided buffer groupJens Axboe1-13/+13
2022-05-09io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't setJens Axboe1-4/+0
2022-05-09io_uring: kill io_rw_buffer_select() wrapperJens Axboe1-10/+5
2022-05-09io_uring: make io_buffer_select() return the user address directlyJens Axboe1-26/+20
2022-05-07Merge tag 'io_uring-5.18-2022-05-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2022-05-07Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+53
2022-05-06Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+11
2022-05-06io_uring: kill io_recv_buffer_select() wrapperJens Axboe1-10/+2
2022-05-06io_uring: use 'sr' vs 'req->sr_msg' consistentlyJens Axboe1-9/+8
2022-05-06io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe1-2/+25
2022-05-06io_uring: check IOPOLL/ioprio support upfrontJens Axboe1-95/+58
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba1-0/+3
2022-05-05btrfs: fix assertion failure when logging directory key range itemFilipe Manana1-14/+25
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota1-14/+8
2022-05-05btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota1-6/+6
2022-05-05btrfs: force v2 space cache usage for subpage mountQu Wenruo1-0/+11
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-23/+91
2022-05-02io_uring: assign non-fixed early for async workJens Axboe1-1/+6
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+6
2022-04-30io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()Almog Khaikin1-1/+1
2022-04-30io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe1-3/+11
2022-04-30io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe1-4/+13
2022-04-30io_uring: set task_work notify method at init timeJens Axboe1-12/+11
2022-04-30io-wq: use __set_notify_signal() to wake workersJens Axboe1-2/+2
2022-04-30io_uring: serialize ctx->rings->sq_flags with atomic_or/andJens Axboe1-26/+10
2022-04-30Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2022-04-30Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2-6/+7
2022-04-29io_uring: check that data field is 0 in ringfd unregisterEugene Syromiatnikov1-1/+1