summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-24io_uring: rename io_queue_async_work()Pavel Begunkov1-4/+4
2022-04-24io_uring: inline io_queue_sqe()Pavel Begunkov1-13/+8
2022-04-24io_uring: helper for prep+queuing linked timeoutsPavel Begunkov1-9/+13
2022-04-24io_uring: inline io_free_req()Pavel Begunkov1-10/+5
2022-04-24io_uring: kill io_put_req_deferred()Pavel Begunkov1-34/+22
2022-04-24io_uring: minor refactoring for some tw handlersPavel Begunkov1-9/+5
2022-04-24io_uring: clean poll tw PF_EXITING handlingPavel Begunkov1-1/+1
2022-04-24io_uring: optimise io_get_cqe()Pavel Begunkov1-11/+35
2022-04-24io_uring: optimise submission left countingPavel Begunkov1-10/+10
2022-04-24io_uring: optimise submission loop invariantPavel Begunkov1-17/+15
2022-04-24io_uring: add helper to return req to cache listPavel Begunkov1-4/+8
2022-04-24io_uring: helper for empty req cache checksPavel Begunkov1-3/+8
2022-04-24io_uring: inline io_flush_cached_reqsPavel Begunkov1-19/+11
2022-04-24io_uring: shrink final link flushPavel Begunkov1-2/+2
2022-04-24io_uring: memcpy CQE from reqPavel Begunkov1-1/+23
2022-04-24io_uring: explicitly keep a CQE in io_kiocbPavel Begunkov1-65/+69
2022-04-24io_uring: rename io_sqe_file_registerPavel Begunkov1-4/+4
2022-04-24io_uring: deduplicate SCM accountingPavel Begunkov1-67/+40
2022-04-24io_uring: don't pass around fixed index for scmPavel Begunkov1-23/+14
2022-04-24io_uring: refactor __io_sqe_files_scmPavel Begunkov1-35/+13
2022-04-24io_uring: uniform SCM accountingPavel Begunkov1-68/+25
2022-04-24io_uring: don't scm-account for non af_unix socketsPavel Begunkov1-13/+38
2022-04-24io_uring: move finish_wait() outside of loop in cqring_wait()Jens Axboe1-1/+1
2022-04-24io_uring: refactor io_req_add_compl_list()Pavel Begunkov1-3/+2
2022-04-24io_uring: silence io_for_each_link() warningPavel Begunkov1-1/+2
2022-04-24io_uring: partially uninline io_put_task()Pavel Begunkov1-10/+14
2022-04-24io_uring: cleanup conditional submit lockingPavel Begunkov1-54/+41
2022-04-24io_uring: optimise mutex locking for submit+iopollPavel Begunkov1-17/+23
2022-04-24io_uring: pre-calculate syscall iopolling decisionPavel Begunkov1-8/+13
2022-04-24io_uring: split off IOPOLL argument verifictionPavel Begunkov1-7/+22
2022-04-24io_uring: clean up io_queue_next()Pavel Begunkov1-7/+6
2022-04-24io_uring: move poll recycling later in compl flushingPavel Begunkov1-9/+9
2022-04-24io_uring: optimise io_free_batch_listPavel Begunkov1-6/+14
2022-04-24io_uring: refactor io_req_find_nextPavel Begunkov1-6/+7
2022-04-24io_uring: remove extra ifs around io_commit_cqringPavel Begunkov1-11/+14
2022-04-24io_uring: small optimisation of tctx_task_workPavel Begunkov1-5/+4
2022-04-23Merge tag '5.18-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-66/+52
2022-04-23Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+7
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-25/+100
2022-04-22Merge tag '5.18-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-10/+31
2022-04-22Merge tag 'fs.fixes.v5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+13
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-04-21jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-21fs: unset MNT_WRITE_HOLD on failureChristian Brauner1-1/+13
2022-04-20cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-20cifs: use correct lock type in cifs_reconnect()Paulo Alcantara1-1/+8
2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2-7/+14
2022-04-20Merge tag 'erofs-for-5.18-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+5
2022-04-20Revert "fs/pipe: use kvcalloc to allocate a pipe_buffer array"Linus Torvalds1-4/+5
2022-04-19fs: fix acl translationChristian Brauner2-2/+14