summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-05-26statx: hide interfaces no longer used by io_uringBijan Mottahedeh
2020-05-26io_uring: call statx directlyBijan Mottahedeh
2020-05-26statx: allow system call to be invoked from io_uringBijan Mottahedeh
2020-05-26io_uring: add io_statx structureBijan Mottahedeh
2020-05-26io_uring: get rid of manual punting in io_closePavel Begunkov
2020-05-26io_uring: separate DRAIN flushing into a cold pathPavel Begunkov
2020-05-26io_uring: don't re-read sqe->off in timeout_prep()Pavel Begunkov
2020-05-26io_uring: simplify io_timeout lockingPavel Begunkov
2020-05-26io_uring: fix flush req->refs underflowPavel Begunkov
2020-05-20io_uring: don't submit sqes when ctx->refs is dyingXiaoguang Wang
2020-05-17io_uring: async task poll trigger cleanupJens Axboe
2020-05-17io_uring: add tee(2) supportPavel Begunkov
2020-05-17splice: export do_tee()Pavel Begunkov
2020-05-17io_uring: don't repeat valid flag listPavel Begunkov
2020-05-17io_uring: rename io_file_put()Pavel Begunkov
2020-05-17io_uring: remove req->needs_fixed_filesPavel Begunkov
2020-05-17io_uring: cleanup io_poll_remove_one() logicJens Axboe
2020-05-15io_uring: file registration list and lock optimizationJens Axboe
2020-05-15io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flagsStefano Garzarella
2020-05-15io_uring: add 'cq_flags' field for the CQ ringStefano Garzarella
2020-05-15io_uring: allow POLL_ADD with double poll_wait() usersJens Axboe
2020-05-15io_uring: batch reap of dead file registrationsJens Axboe
2020-05-14io_uring: name sq thread and ref completionsJens Axboe
2020-05-11io_uring: remove duplicate semicolon at the end of lineXiaoming Ni
2020-05-08io_uring: remove obsolete 'state' parameterXiaoguang Wang
2020-05-08io_uring: remove 'fd is io_uring' from close pathJens Axboe
2020-05-07io_uring: don't use 'fd' for openat/openat2/statxJens Axboe
2020-05-07splice: move f_mode checks to do_{splice,tee}()Pavel Begunkov
2020-05-05io_uring: handle -EFAULT properly in io_uring_setup()Xiaoguang Wang
2020-05-04io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()Xiaoguang Wang
2020-05-03Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-05-02Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-05-01Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-01io_uring: punt splice async because of inode mutexPavel Begunkov
2020-05-01io_uring: check non-sync defer_list carefullyPavel Begunkov
2020-05-01io_uring: fix extra put in sync_file_range()Pavel Begunkov
2020-04-30io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()Xiaoguang Wang
2020-04-30io_uring: use proper references for fallback_req lockingBijan Mottahedeh
2020-04-30io_uring: only force async punt if poll based retry can't handle itJens Axboe
2020-04-30io_uring: enable poll retry for any file with ->read_iter / ->write_iterJens Axboe
2020-04-30NFS: Fix a race in __nfs_list_for_each_server()Trond Myklebust
2020-04-30fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani
2020-04-30btrfs: fix gcc-4.8 build warning for struct initializerArnd Bergmann
2020-04-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-04-28Fix use after free in get_tree_bdev()David Howells
2020-04-28NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-04-27Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-04-27io_uring: statx must grab the file table for valid fdJens Axboe
2020-04-27btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo