summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-17io_uring: limit {io|sq}poll submit locking scopePavel Begunkov1-3/+6
2020-12-17io_uring: inline io_cqring_mark_overflow()Pavel Begunkov1-13/+9
2020-12-17io_uring: consolidate CQ nr events calculationPavel Begunkov1-9/+8
2020-12-17io_uring: remove racy overflow list fast checksPavel Begunkov1-4/+1
2020-12-17io_uring: cancel reqs shouldn't kill overflow listPavel Begunkov1-4/+2
2020-12-17io_uring: hold mmap_sem for mm->locked_vm manipulationJens Axboe1-4/+10
2020-12-16cifs: update internal module version numberSteve French1-1/+1
2020-12-16cifs: Fix support for remount when not changing rsize/wsizeSteve French1-0/+7
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner15-78/+78
2020-12-16cifs: handle "guest" mount parameterSteve French1-0/+4
2020-12-16NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Trond Myklebust1-1/+1
2020-12-16pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_readTrond Myklebust1-5/+1
2020-12-16NFSv4/pnfs: Add tracing for the deviceid cacheTrond Myklebust3-8/+92
2020-12-16io_uring: break links on shutdown failureJens Axboe1-0/+2
2020-12-16orangefs: add splice file operationsMike Marshall1-0/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds22-671/+357
2020-12-16Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds5-586/+794
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+8
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2020-12-16Merge tag 'pstore-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-76/+24
2020-12-16fs/lockd: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-16NFSv4.2: fix error return on memory allocation failureColin Ian King1-0/+1
2020-12-16writeback: don't warn on an unregistered BDI in __mark_inode_dirtyChristoph Hellwig1-4/+0
2020-12-16Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-156/+164
2020-12-16cifs: correct four aliased mount parms to allow use of previous namesSteve French1-5/+10
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-34/+71
2020-12-15mm: simplify follow_pte{,pmd}Christoph Hellwig1-5/+4
2020-12-15bfs: don't use WARNING: string when it's just info.Randy Dunlap1-1/+1
2020-12-15fs/nilfs2: remove some unused macros to tame gccAlex Shi1-5/+0
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko1-0/+5
2020-12-15fs/proc: make pde_get() return nothingHui Su1-2/+1
2020-12-15proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan3-18/+29
2020-12-15proc: provide details on indirect branch speculationAnand K Mistry1-0/+28
2020-12-15procfs: delete duplicated words + other fixesRandy Dunlap2-3/+3
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-11/+11
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-135/+109
2020-12-15Merge tag 'close-range-openat2-v5.11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+38
2020-12-15Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-416/+302
2020-12-15Merge tag 'erofs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-111/+149
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds33-1430/+1720
2020-12-15Merge tag 'jfs-5.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds7-9/+13
2020-12-15Merge tag 'dlm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds5-148/+168
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds64-4312/+4488
2020-12-15Merge tag 'locks-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2-6/+8
2020-12-15cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N4-4/+64
2020-12-15cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg1-1/+3
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+2
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-13/+13
2020-12-15cifs: fix rsize/wsize to be negotiated valuesSteve French2-8/+9