summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-44/+13
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig1-14/+0
2020-10-03fs: remove various compat readv/writev helpersChristoph Hellwig1-149/+30
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig4-21/+15
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-10-03Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+18
2020-10-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-41/+31
2020-10-02Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+52
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2-3/+1
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever2-138/+130
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever5-122/+171
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever3-11/+26
2020-10-02NFSD: Remove vestigial typedefsChuck Lever1-3/+0
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever1-25/+35
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever1-8/+7
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever1-10/+16
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever1-4/+4
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever9-3/+25
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever2-43/+78
2020-10-02lockd: Replace PROC() macro with open codeChuck Lever2-100/+398
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever1-0/+16
2020-10-02fs: nfs: return per memcg count for xattr shrinkersYang Shi1-2/+2
2020-10-02NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEBenjamin Coddington3-34/+56
2020-10-02nfs: remove incorrect fallthrough labelNick Desaulniers1-1/+1
2020-10-02sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches1-0/+55
2020-10-02pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2-25/+45
2020-10-01fs: dlm: fix race in nodeid2conAlexander Aring1-1/+15
2020-10-01pipe: Fix memory leaks in create_pipe_files()Qian Cai1-6/+5
2020-10-01reiserfs: Fix oops during mountJan Kara1-0/+7
2020-10-01io_uring: kill callback_head argument for io_req_task_work_add()Jens Axboe1-6/+5
2020-10-01io_uring: move req preps out of io_issue_sqe()Pavel Begunkov1-17/+13
2020-10-01io_uring: decouple issuing and req preparationPavel Begunkov1-206/+57
2020-10-01io_uring: remove nonblock arg from io_{rw}_prep()Pavel Begunkov1-13/+10
2020-10-01io_uring: set/clear IOCB_NOWAIT into io_read/writePavel Begunkov1-8/+9
2020-10-01io_uring: remove F_NEED_CLEANUP check in *prep()Pavel Begunkov1-16/+2
2020-10-01io_uring: io_kiocb_ppos() style changePavel Begunkov1-1/+1
2020-10-01io_uring: simplify io_alloc_req()Pavel Begunkov1-9/+4
2020-10-01io-wq: kill unused IO_WORKER_F_EXITINGJens Axboe1-3/+2
2020-10-01io-wq: fix use-after-free in io_wq_worker_runningHillf Danton1-58/+58
2020-10-01io_uring: show sqthread pid and cpu in fdinfoJoseph Qi1-0/+6
2020-10-01io_uring: process task work in io_uring_register()Jens Axboe1-12/+28
2020-10-01io_uring: add blkcg accounting to offloaded operationsDennis Zhou3-0/+118
2020-10-01io_uring: improve registered buffer accounting for huge pagesJens Axboe1-10/+80
2020-10-01io_uring: remove unneeded semicolonZheng Bin1-1/+1
2020-10-01io_uring: cap SQ submit size for SQPOLL with multiple ringsJens Axboe1-2/+9
2020-10-01io_uring: get rid of req->io/io_async_ctx unionJens Axboe1-94/+117
2020-10-01io_uring: kill extra user_bufs checkPavel Begunkov1-7/+1
2020-10-01io_uring: fix overlapped memcpy in io_req_map_rw()Pavel Begunkov1-1/+4
2020-10-01io_uring: refactor io_req_map_rw()Pavel Begunkov1-2/+1
2020-10-01io_uring: simplify io_rw_prep_async()Pavel Begunkov1-4/+2