summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-121-8/+11
|\
| * io_uring: fix file leak on error path of io ctx creationHillf Danton2020-12-081-7/+10
| * io_uring: fix mis-seting personality's credsPavel Begunkov2020-12-071-1/+1
* | Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-111-6/+8
|\ \
| * | zonefs: fix page reference and BIO leakDamien Le Moal2020-12-101-6/+8
* | | proc: use untagged_addr() for pagemap_read addressesMiles Chen2020-12-111-2/+6
* | | Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-12-107-26/+72
|\ \ \
| * | | NFS: Disable READ_PLUS by defaultAnna Schumaker2020-12-102-1/+10
| * | | NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-101-1/+1
| * | | NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2020-12-102-9/+13
| * | | pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledTrond Myklebust2020-11-302-15/+48
* | | | afs: Fix memory leak when mounting with multiple source parametersDavid Howells2020-12-081-0/+3
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-12-081-30/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | fix return values of seq_read_iter()Al Viro2020-11-151-30/+27
* | | | coredump: fix core_pattern parse errorMenglong Dong2020-12-061-1/+2
* | | | Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-051-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov2020-11-301-1/+2
* | | | Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-12-054-38/+42
|\ \ \ \
| * | | | cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2020-12-032-35/+38
| * | | | cifs: add NULL check for ses->tcon_ipcAurelien Aptel2020-12-031-1/+2
| * | | | smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon2020-12-031-2/+2
* | | | | Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxLinus Torvalds2020-12-031-0/+12
|\ \ \ \ \
| * | | | | fs: 9p: add generic splice_write file operationDominique Martinet2020-12-011-0/+6
| * | | | | fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen2020-12-011-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-025-12/+42
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher2020-12-011-10/+11
| * | | | gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher2020-11-261-0/+21
| * | | | gfs2: Don't freeze the file system during unmountBob Peterson2020-11-251-1/+2
| * | | | gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson2020-11-251-0/+4
| * | | | gfs2: set lockdep subclass for iopen glocksAlexander Aring2020-11-243-0/+3
| * | | | gfs2: Fix deadlock dumping resource group glocksAlexander Aring2020-11-241-1/+1
* | | | | cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-11-301-0/+2
* | | | | cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara2020-11-301-2/+2
| |/ / / |/| | |
* | | | Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-292-1/+2
|\ \ \ \
| * | | | efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2020-11-252-1/+2
* | | | | Merge tag 'io_uring-5.10-2020-11-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-271-19/+20
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | io_uring: fix files grab/cancel racePavel Begunkov2020-11-261-16/+15
| * | | | io_uring: fix ITER_BVEC checkPavel Begunkov2020-11-241-1/+1
| * | | | io_uring: fix shift-out-of-bounds when round up cq sizeJoseph Qi2020-11-241-2/+4
| | |/ / | |/| |
* | | | Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-11-277-73/+158
|\ \ \ \
| * | | | btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana2020-11-232-9/+53
| * | | | btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana2020-11-231-0/+9
| * | | | btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-11-231-1/+1
| * | | | btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba2020-11-231-0/+2
| * | | | btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn2020-11-231-1/+7
| * | | | btrfs: tree-checker: add missing return after error in root_itemDaniel Xu2020-11-131-0/+1
| * | | | btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo2020-11-131-1/+19
| * | | | btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana2020-11-133-61/+66
* | | | | Merge tag '5.10-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-11-242-15/+74
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | smb3: Handle error case during offload read pathRohith Surabattula2020-11-151-1/+19