aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23block: use the percpu bio cache in __blkdev_direct_IOChristoph Hellwig1-2/+4
2021-08-23io_uring: enable use of bio alloc cacheJens Axboe1-1/+1
2021-08-23io_uring: optimise hot path of ltimeout prepPavel Begunkov1-20/+25
2021-08-23io_uring: skip request refcountingPavel Begunkov1-1/+23
2021-08-23io_uring: remove submission referencesPavel Begunkov1-23/+14
2021-08-23io_uring: remove req_ref_sub_and_test()Pavel Begunkov1-17/+14
2021-08-23io_uring: move req_ref_get() and friendsPavel Begunkov1-35/+35
2021-08-23io_uring: remove IRQ aspect of io_ring_ctx completion lockJens Axboe1-80/+74
2021-08-23io_uring: run regular file completions from task_workJens Axboe1-7/+24
2021-08-23io_uring: run linked timeouts from task_workJens Axboe1-12/+30
2021-08-23io_uring: run timeouts from task_workJens Axboe1-14/+40
2021-08-23io_uring: remove file batch-get optimisationPavel Begunkov1-49/+4
2021-08-23io_uring: clean up tctx_task_work()Pavel Begunkov1-18/+14
2021-08-23io_uring: inline io_poll_remove_waitqsPavel Begunkov1-17/+6
2021-08-23io_uring: remove extra argument for overflow flushPavel Begunkov1-5/+5
2021-08-23io_uring: inline struct io_comp_statePavel Begunkov1-34/+27
2021-08-23io_uring: use inflight_entry instead of compl.listPavel Begunkov1-8/+7
2021-08-23io_uring: remove redundant args from cache_freePavel Begunkov1-4/+2
2021-08-23io_uring: cache __io_free_req()'d requestsPavel Begunkov1-1/+6
2021-08-23io_uring: move io_fallback_req_func()Pavel Begunkov1-15/+13
2021-08-23io_uring: optimise putting task structPavel Begunkov1-6/+11
2021-08-23io_uring: drop exec checks from io_req_task_submitPavel Begunkov1-1/+1
2021-08-23io_uring: kill unused IO_IOPOLL_BATCHPavel Begunkov1-1/+0
2021-08-23io_uring: improve ctx hang handlingPavel Begunkov1-2/+6
2021-08-23io_uring: deduplicate open iopoll checkPavel Begunkov1-7/+4
2021-08-23io_uring: inline io_free_req_deferredPavel Begunkov1-8/+4
2021-08-23io_uring: move io_rsrc_node_alloc() definitionPavel Begunkov1-45/+44
2021-08-23io_uring: move io_put_task() definitionPavel Begunkov1-12/+11
2021-08-23io_uring: extract a helper for ctx quiescePavel Begunkov1-24/+29
2021-08-23io_uring: optimise io_cqring_wait() hot pathPavel Begunkov1-8/+6
2021-08-23io_uring: add more locking annotations for submitPavel Begunkov1-0/+6
2021-08-23io_uring: don't halt iopoll too earlyPavel Begunkov1-9/+6
2021-08-23io_uring: refactor io_alloc_reqPavel Begunkov1-33/+33
2021-08-23io-wq: improve wq_list_add_tail()Pavel Begunkov1-1/+1
2021-08-23io_uring: remove unnecessary PF_EXITING checkPavel Begunkov1-3/+1
2021-08-23io_uring: clean io-wq callbacksPavel Begunkov1-9/+9
2021-08-23io_uring: avoid touching inode in rw prepPavel Begunkov1-10/+15
2021-08-23io_uring: rename io_file_supports_async()Pavel Begunkov1-15/+15
2021-08-23io_uring: inline fixed part of io_file_get()Pavel Begunkov1-26/+39
2021-08-23io_uring: use kvmalloc for fixed filesPavel Begunkov1-23/+10
2021-08-23io_uring: be smarter about waking multiple CQ ring waitersJens Axboe1-14/+13
2021-08-23io-wq: remove GFP_ATOMIC allocation off schedule out pathJens Axboe1-32/+40
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+5
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+10
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-4/+5
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+8
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds1-6/+9
2021-08-17io_uring: pin ctx on fallback executionPavel Begunkov1-0/+2
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from different parentsNeilBrown1-2/+8