summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-30io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang
2020-12-30io_uring: fix racy IOPOLL completionsPavel Begunkov
2020-12-30io_uring: fix io_cqring_events()'s noflushPavel Begunkov
2020-12-30proc mountinfo: make splice available againLinus Torvalds
2020-12-30io_uring: cancel reqs shouldn't kill overflow listPavel Begunkov
2020-12-30io_uring: fix racy IOPOLL flush overflowPavel Begunkov
2020-12-30epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh
2020-12-30io_uring: cancel only requests of current taskPavel Begunkov
2020-12-30NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Trond Myklebust
2020-12-30proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan
2020-12-30ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo
2020-12-30fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li
2020-12-30erofs: avoid using generic_block_bmapHuang Jianan
2020-12-30nfs_common: need lock during iterate through the listCheng Lin
2020-12-30NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo
2020-12-30nfsd: Fix message level for normal terminationkazuo ito
2020-12-30f2fs: fix double free of unicode mapHyeongseok Kim
2020-12-30NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown
2020-12-30lockd: don't use interval-based rebinding over TCPCalum Mackay
2020-12-30NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust
2020-12-30NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia
2020-12-30virtiofs fix leak in setupMiklos Szeredi
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim
2020-12-26fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Anant Thazhemadam
2020-12-26quota: Sanity-check quota file headers on loadJan Kara
2020-12-26f2fs: prevent creating duplicate encrypted filenamesEric Biggers
2020-12-26ext4: prevent creating duplicate encrypted filenamesEric Biggers
2020-12-26ubifs: prevent creating duplicate encrypted filenamesEric Biggers
2020-12-26fscrypt: add fscrypt_is_nokey_name()Eric Biggers
2020-12-26fscrypt: remove kernel-internal constants from UAPI headerEric Biggers
2020-12-26f2fs: init dirty_secmap incorrectlyJack Qiu
2020-12-26f2fs: fix to seek incorrect data offset in inline data fileChao Yu
2020-12-26exfat: Avoid allocating upcase table using kcalloc()Artem Labazov
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-12-08io_uring: fix file leak on error path of io ctx creationio_uring-5.10-2020-12-11Hillf Danton
2020-12-07io_uring: fix mis-seting personality's credsPavel Begunkov
2020-12-06coredump: fix core_pattern parse errorMenglong Dong
2020-12-05Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-05Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg
2020-12-03cifs: add NULL check for ses->tcon_ipcAurelien Aptel