summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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/jlay...Linus 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...Linus Torvalds1-2/+8
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds1-6/+9
2021-08-18io_uring: pin ctx on fallback executionPavel Begunkov1-0/+2
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-08-15Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+3
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe1-2/+3
2021-08-14Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-12/+6
2021-08-14Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-33/+80
2021-08-14Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2-36/+48
2021-08-13Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds4-28/+50
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-12/+22
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula3-30/+56
2021-08-12cifs: Handle race conditions during renameRohith Surabattula2-7/+28
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams2-5/+3
2021-08-10Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-16/+80
2021-08-10cifs: use the correct max-length for dentry_path_raw()Ronnie Sahlberg1-1/+1
2021-08-10ovl: prevent private clone if bind mount is not allowedMiklos Szeredi1-14/+28