summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-30ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo1-1/+3
2020-12-30fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li1-1/+3
2020-12-30erofs: avoid using generic_block_bmapHuang Jianan1-19/+7
2020-12-30nfs_common: need lock during iterate through the listCheng Lin1-1/+5
2020-12-30NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo1-0/+1
2020-12-30nfsd: Fix message level for normal terminationkazuo ito1-2/+1
2020-12-30f2fs: fix double free of unicode mapHyeongseok Kim1-0/+1
2020-12-30NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown1-1/+1
2020-12-30lockd: don't use interval-based rebinding over TCPCalum Mackay1-9/+11
2020-12-30NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust1-3/+7
2020-12-30NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia1-2/+8
2020-12-30virtiofs fix leak in setupMiklos Szeredi1-0/+2
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-12-26fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Anant Thazhemadam1-1/+1
2020-12-26quota: Sanity-check quota file headers on loadJan Kara1-0/+19
2020-12-26f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-12-26ext4: prevent creating duplicate encrypted filenamesEric Biggers1-0/+3
2020-12-26ubifs: prevent creating duplicate encrypted filenamesEric Biggers1-4/+13
2020-12-26fscrypt: add fscrypt_is_nokey_name()Eric Biggers1-2/+3
2020-12-26fscrypt: remove kernel-internal constants from UAPI headerEric Biggers4-6/+14
2020-12-26f2fs: init dirty_secmap incorrectlyJack Qiu1-1/+1
2020-12-26f2fs: fix to seek incorrect data offset in inline data fileChao Yu1-3/+8
2020-12-26exfat: Avoid allocating upcase table using kcalloc()Artem Labazov1-3/+3
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+11
2020-12-12Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+8
2020-12-12proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-11Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-26/+72
2020-12-11NFS: Disable READ_PLUS by defaultAnna Schumaker2-1/+10
2020-12-11NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo1-1/+1
2020-12-11NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2-9/+13
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal1-6/+8
2020-12-09afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+27
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton1-7/+10
2020-12-07io_uring: fix mis-seting personality's credsPavel Begunkov1-1/+1
2020-12-06coredump: fix core_pattern parse errorMenglong Dong1-1/+2
2020-12-06Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-12-05Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-38/+42
2020-12-04cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2-35/+38
2020-12-04cifs: add NULL check for ses->tcon_ipcAurelien Aptel1-1/+2
2020-12-04smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-12-03Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxLinus Torvalds1-0/+12
2020-12-03Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-12/+42
2020-12-01fs: 9p: add generic splice_write file operationDominique Martinet1-0/+6
2020-12-01fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen1-0/+6
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher1-10/+11
2020-12-01cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-12-01cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara1-2/+2
2020-11-30io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov1-1/+2
2020-11-30pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledTrond Myklebust2-15/+48