summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCio_uring-5.8-2020-07-24Pavel Begunkov
2020-07-18io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano
2020-07-17io_uring: ensure double poll additions work with both request typesJens Axboe
2020-07-15io_uring: fix recvmsg memory leak with buffer selectionio_uring-5.8-2020-07-17Pavel Begunkov
2020-07-12io_uring: fix not initialised work->flagsio_uring-5.8-2020-07-12Pavel Begunkov
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov
2020-07-10io_uring: account user memory freed when exit has been queuedio_uring-5.8-2020-07-10Jens Axboe
2020-07-10io_uring: fix memleak in io_sqe_files_register()Yang Yingliang
2020-07-08io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()io_uring-5.8-2020-07-05Jens Axboe
2020-06-30io_uring: use signal based task_work runningio_uring-5.8-2020-07-01Jens Axboe
2020-06-25io_uring: fix current->mm NULL dereference on exitio_uring-5.8-2020-06-26Pavel Begunkov
2020-06-25io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov
2020-06-23io_uring: fix io_sq_thread no schedule when busyXuan Zhuo
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' staticblock-5.8-2020-06-19Zheng Bin
2020-06-18io_uring: fix possible race condition against REQ_F_NEED_CLEANUPio_uring-5.8-2020-06-19Xiaoguang 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
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-15io_uring: cancel by ->task not pidPavel Begunkov
2020-06-15io_uring: lazy get taskPavel Begunkov
2020-06-15io_uring: batch cancel in io_uring_cancel_files()Pavel Begunkov
2020-06-15io_uring: cancel all task's requests on exitPavel Begunkov
2020-06-15io-wq: add an option to cancel all matched reqsPavel Begunkov
2020-06-15io-wq: reorder cancellation pending -> runningPavel Begunkov
2020-06-15afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells