summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N
2021-08-25smb3: fix posix extensions mount optionSteve French
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui
2021-08-25CIFS: Fix a potencially linear read overflowLen Baker
2021-08-25io_uring: don't free request to slabHao Xu
2021-08-25pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li
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-24block: mark blkdev_fsync staticChristoph Hellwig
2021-08-24fs: clean up after mandatory file locking support removalLukas Bulwahn
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