summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-25fscache: Select netfs stats if fscache stats are enabledDavid Howells
2021-08-25erofs: fix double free of 'copied'Gao Xiang
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-08-25io_uring: accept directly into fixed file tablePavel Begunkov
2021-08-25io_uring: hand code io_accept() fd installingPavel Begunkov
2021-08-25io_uring: openat directly into fixed fd tablePavel Begunkov
2021-08-25configfs: fix a race in configfs_lookup()Sishuai Gong
2021-08-25configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig
2021-08-25configfs: simplify the configfs_dirent_is_readyChristoph Hellwig
2021-08-25configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig
2021-08-24xfs: fix I_DONTCACHEDave Chinner
2021-08-24block: mark blkdev_fsync staticChristoph Hellwig
2021-08-24fs: clean up after mandatory file locking support removalLukas Bulwahn
2021-08-23xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong
2021-08-23Keep read and write fds with each nlm_fileJ. Bruce Fields
2021-08-23io_uring: add support for IORING_OP_LINKATDmitry Kadashev
2021-08-23io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev
2021-08-23block: use the percpu bio cache in __blkdev_direct_IOChristoph Hellwig
2021-08-23io_uring: enable use of bio alloc cacheJens Axboe
2021-08-23io_uring: fix io_try_cancel_userdata race for iowqPavel Begunkov
2021-08-23io_uring: add support for IORING_OP_MKDIRATDmitry Kadashev
2021-08-23namei: update do_*() helpers to return intsDmitry Kadashev
2021-08-23namei: make do_linkat() take struct filenameDmitry Kadashev
2021-08-23namei: add getname_uflags()Dmitry Kadashev
2021-08-23namei: make do_symlinkat() take struct filenameDmitry Kadashev
2021-08-23namei: make do_mknodat() take struct filenameDmitry Kadashev
2021-08-23namei: make do_mkdirat() take struct filenameDmitry Kadashev
2021-08-23namei: change filename_parentat() calling conventionsDmitry Kadashev
2021-08-23namei: ignore ERR/NULL names in putname()Dmitry Kadashev
2021-08-23io_uring: IRQ rw completion batchingPavel Begunkov
2021-08-23io_uring: batch task work lockingPavel Begunkov
2021-08-23io_uring: flush completions for fallbacksPavel Begunkov
2021-08-23io_uring: add ->splice_fd_in checksPavel Begunkov
2021-08-23io_uring: add clarifying comment for io_cqring_ev_posted()Jens Axboe
2021-08-23io_uring: place fixed tables under memcg limitsPavel Begunkov
2021-08-23io_uring: limit fixed table size by RLIMIT_NOFILEPavel Begunkov
2021-08-23io_uring: fix lack of protection for compl_nrHao Xu
2021-08-23io_uring: Add register support for non-4k PAGE_SIZEwangyangbo
2021-08-23io_uring: extend task put optimisationsPavel Begunkov
2021-08-23io_uring: add comments on why PF_EXITING checking is safeJens Axboe
2021-08-23io-wq: move nr_running and worker_refs out of wqe->lock protectionHao Xu
2021-08-23io_uring: fix io_timeout_remove lockingPavel Begunkov
2021-08-23io_uring: improve same wq pollingPavel Begunkov
2021-08-23io_uring: reuse io_req_complete_post()Pavel Begunkov
2021-08-23io_uring: better encapsulate buffer select for rwPavel Begunkov
2021-08-23io_uring: optimise io_prep_linked_timeout()Pavel Begunkov
2021-08-23io_uring: cancel not-armed linked touts separatelyPavel Begunkov
2021-08-23io_uring: simplify io_prep_linked_timeoutPavel Begunkov
2021-08-23io_uring: kill REQ_F_LTIMEOUT_ACTIVEPavel Begunkov
2021-08-23io_uring: optimise hot path of ltimeout prepPavel Begunkov