summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-06-26io_uring: use task_work for links if possibleJens Axboe
2020-06-25io_uring: enable READ/WRITE to use deferred completionsJens Axboe
2020-06-25io_uring: pass in completion state to appropriate issue side handlersJens Axboe
2020-06-25io_uring: pass down completion state on the issue sideJens Axboe
2020-06-25io_uring: add 'io_comp_state' to struct io_submit_stateJens Axboe
2020-06-25io_uring: provide generic io_req_complete() helperJens Axboe
2020-06-25io_uring: fix NULL-mm for linked reqsPavel Begunkov
2020-06-21io_uring: kill NULL checks for submit statePavel Begunkov
2020-06-21io_uring: set @poll->file after @poll initPavel Begunkov
2020-06-21io_uring: remove REQ_F_MUST_PUNTPavel Begunkov
2020-06-21io_uring: remove setting REQ_F_MUST_PUNT in rwPavel Begunkov
2020-06-21io_uring: support true async buffered reads, if file provides itJens Axboe
2020-06-21btrfs: flag files as supporting buffered async readsJens Axboe
2020-06-21xfs: flag files as supporting buffered async readsJens Axboe
2020-06-21block: flag block devices as supporting IOCB_WAITQJens Axboe
2020-06-21io_uring: re-issue block requests that failed because of resourcesJens Axboe
2020-06-21io_uring: catch -EIO from buffered issue request failureJens Axboe
2020-06-21io_uring: always plug for any number of IOsJens Axboe
2020-06-21io_uring: separate reporting of ring pages from registered pagesBijan Mottahedeh
2020-06-21io_uring: report pinned memory usageBijan Mottahedeh
2020-06-21io_uring: rename ctx->account_mem fieldBijan Mottahedeh
2020-06-21io_uring: add wrappers for memory accountingBijan Mottahedeh
2020-06-21io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behaviorJiufei Xue
2020-06-21io_uring: change the poll type to be 32-bitsJiufei Xue
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells
2020-06-19Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds
2020-06-18block: make function 'kill_bdev' staticZheng Bin
2020-06-18io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang
2020-06-17io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe
2020-06-17io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe
2020-06-17io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang
2020-06-17io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-16proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu
2020-06-16Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-16Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-06-16afs: Fix silly renameDavid Howells
2020-06-16block: Fix use-after-free in blkdev_get()Jason Yan
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells
2020-06-16afs: Fix yfs_fs_fetch_status() to honour vnode selectorDavid Howells
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells
2020-06-15Squashfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15jffs2: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15aio: Replace zero-length array with flexible-arrayGustavo A. R. Silva