summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-06-10io_uring: add feature flag for rsrc tagsio_uring-5.13-2021-06-12Pavel Begunkov
2021-06-10io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov
2021-05-29io_uring: fix misaccounting fix buf pinned pagesio_uring-5.13-2021-06-03Pavel Begunkov
2021-05-27io_uring: fix data race to avoid potential NULL-derefio_uring-5.13-2021-05-28Marco Elver
2021-05-26io-wq: Fix UAF when wakeup wqe in hash waitqueueZqiang
2021-05-25io_uring/io-wq: close io-wq full-stop gapPavel Begunkov
2021-05-20io_uring: fortify tctx/io_wq cleanupio_uring-5.13-2021-05-22Pavel Begunkov
2021-05-17io_uring: don't modify req->poll for rwPavel Begunkov
2021-05-14io_uring: increase max number of reg buffersio_uring-5.13-2021-05-14Pavel Begunkov
2021-05-14io_uring: further remove sqpoll limits on opcodesPavel Begunkov
2021-05-14io_uring: fix ltout double free on completion racePavel Begunkov
2021-05-08io_uring: fix link timeout refsPavel Begunkov
2021-05-05io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo
2021-04-30io_uring: Fix memory leak in io_sqe_buffers_register()Zqiang
2021-04-29io_uring: Fix premature return from loop and memory leakColin Ian King
2021-04-29io_uring: fix unchecked error in switch_start()Pavel Begunkov
2021-04-29io_uring: allow empty slots for reg buffersPavel Begunkov
2021-04-29io_uring: add more build check for uapiPavel Begunkov
2021-04-29io_uring: dont overlap internal and user req flagsPavel Begunkov
2021-04-29io_uring: fix drain with rsrc CQEsPavel Begunkov
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2021-04-29Merge tag 'exfat-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-27Merge tag 'iomap-5.13-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-27Merge tag 'pstore-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-27Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-27io_uring: maintain drain logic for multishot poll requestsfor-5.13/io_uring-2021-04-27Hao Xu
2021-04-27io_uring: Check current->io_uring in io_uring_cancel_sqpollPalash Oswal
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim
2021-04-27exfat: fix erroneous discard when clear cluster bitHyeongseok Kim