aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 2-4/+3
2020-12-14Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+7
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-7/+17
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-4/+3
2020-12-14Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Gravatar Linus Torvalds 8-65/+35
2020-12-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 11-118/+151
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+11
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+8
2020-12-11proc: use untagged_addr() for pagemap_read addressesGravatar Miles Chen 1-2/+6
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 7-26/+72
2020-12-10NFS: Disable READ_PLUS by defaultGravatar Anna Schumaker 2-1/+10
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyGravatar Dai Ngo 1-1/+1
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationGravatar Chuck Lever 2-9/+13
2020-12-10zonefs: fix page reference and BIO leakGravatar Damien Le Moal 1-6/+8
2020-12-08afs: Fix memory leak when mounting with multiple source parametersGravatar David Howells 1-0/+3
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-30/+27
2020-12-08io_uring: fix file leak on error path of io ctx creationGravatar Hillf Danton 1-7/+10
2020-12-07io_uring: fix mis-seting personality's credsGravatar Pavel Begunkov 1-1/+1
2020-12-06coredump: fix core_pattern parse errorGravatar Menglong Dong 1-1/+2
2020-12-05Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2020-12-05Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-38/+42
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferGravatar Ronnie Sahlberg 2-35/+38
2020-12-03cifs: add NULL check for ses->tcon_ipcGravatar Aurelien Aptel 1-1/+2
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestGravatar Namjae Jeon 1-2/+2
2020-12-03Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxGravatar Linus Torvalds 1-0/+12
2020-12-02fscrypt: allow deleting files with unsupported encryption policyGravatar Eric Biggers 5-16/+41
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Gravatar Eric Biggers 2-1/+2
2020-12-02fscrypt: move fscrypt_require_key() to fscrypt_private.hGravatar Eric Biggers 1-0/+26
2020-12-02fscrypt: move body of fscrypt_prepare_setattr() out-of-lineGravatar Eric Biggers 1-0/+8
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Gravatar Eric Biggers 5-8/+12
2020-12-02ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()Gravatar Eric Biggers 1-7/+1
2020-12-02ubifs: remove ubifs_dir_open()Gravatar Eric Biggers 1-9/+0
2020-12-02f2fs: remove f2fs_dir_open()Gravatar Eric Biggers 1-8/+0
2020-12-02ext4: remove ext4_dir_open()Gravatar Eric Biggers 1-8/+0
2020-12-02Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-12/+42
2020-12-02kernel: Implement selective syscall userspace redirectionGravatar Gabriel Krisman Bertazi 1-0/+3
2020-12-01fs: 9p: add generic splice_write file operationGravatar Dominique Martinet 1-0/+6
2020-12-01fs: 9p: add generic splice_read file operationsGravatar Toke Høiland-Jørgensen 1-0/+6
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcGravatar Andreas Gruenbacher 1-10/+11
2020-11-30cifs: fix potential use-after-free in cifs_echo_request()Gravatar Paulo Alcantara 1-0/+2
2020-11-30cifs: allow syscalls to be restarted in __smb_send_rqst()Gravatar Paulo Alcantara 1-2/+2
2020-11-30io_uring: fix recvmsg setup with compat buf-selectGravatar Pavel Begunkov 1-1/+2
2020-11-30pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledGravatar Trond Myklebust 2-15/+48
2020-11-29Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+2
2020-11-27Merge tag 'io_uring-5.10-2020-11-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-19/+20
2020-11-27Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-73/+158
2020-11-26gfs2: Upgrade shared glocks for atime updatesGravatar Andreas Gruenbacher 1-0/+21
2020-11-26io_uring: fix files grab/cancel raceGravatar Pavel Begunkov 1-16/+15
2020-11-25gfs2: Don't freeze the file system during unmountGravatar Bob Peterson 1-1/+2