summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-117-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-091-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-161-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-042-35/+38
| * | | | cifs: add NULL check for ses->tcon_ipcAurelien Aptel2020-12-041-1/+2
| * | | | smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon2020-12-041-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-035-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-252-15/+74
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | smb3: Handle error case during offload read pathRohith Surabattula2020-11-161-1/+19
| * | | | smb3: Avoid Mid pending list corruptionRohith Surabattula2020-11-161-9/+46
| * | | | smb3: Call cifs reconnect from demultiplex threadRohith Surabattula2020-11-161-5/+8
| * | | | cifs: fix a memleak with modefromsidNamjae Jeon2020-11-161-0/+1
* | | | | Merge tag 'efi-urgent-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-221-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi2020-10-261-0/+1