aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 9-37/+174
2021-07-18Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-20/+13
2021-07-17Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 8-20/+124
2021-07-16Merge tag 'io_uring-5.14-2021-07-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+5
2021-07-16Merge tag 'zonefs-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+0
2021-07-16cifs: do not share tcp sessions of dfs connectionsGravatar Paulo Alcantara 2-3/+38
2021-07-16zonefs: remove redundant null bio checkGravatar Xianting Tian 1-3/+0
2021-07-15Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-7/+22
2021-07-15SMB3.1.1: fix mount failure to some servers when compression enabledGravatar Steve French 1-0/+1
2021-07-15cifs: added WARN_ON for all the count decrementsGravatar Shyam Prasad N 2-0/+11
2021-07-15cifs: fix missing null session check in mountGravatar Steve French 1-1/+1
2021-07-15cifs: handle reconnect of tcon when there is no cached dfs referralGravatar Paulo Alcantara 1-4/+2
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 2-9/+9
2021-07-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-11/+45
2021-07-15hfs: add lock nesting notation to hfs_find_initGravatar Desmond Cheong Zhi Xi 2-1/+20
2021-07-15hfs: fix high memory mapping in hfs_bnode_readGravatar Desmond Cheong Zhi Xi 1-5/+20
2021-07-15hfs: add missing clean-up in hfs_fill_superGravatar Desmond Cheong Zhi Xi 1-5/+5
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsGravatar Darrick J. Wong 1-2/+16
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtGravatar Darrick J. Wong 1-5/+5
2021-07-15xfs: improve FSGROWFSRT precondition checkingGravatar Darrick J. Wong 1-7/+32
2021-07-15xfs: don't expose misaligned extszinherit hints to userspaceGravatar Darrick J. Wong 1-1/+18
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsGravatar Darrick J. Wong 3-22/+24
2021-07-15xfs: reset child dir '..' entry when unlinking childGravatar Darrick J. Wong 1-0/+13
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingGravatar Darrick J. Wong 3-0/+66
2021-07-15iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorGravatar Andreas Gruenbacher 1-1/+0
2021-07-15iomap: Don't create iomap_page objects for inline filesGravatar Andreas Gruenbacher 1-1/+3
2021-07-15iomap: Permit pages without an iop to enter writebackGravatar Andreas Gruenbacher 1-2/+1
2021-07-15iomap: remove the length variable in iomap_seek_holeGravatar Christoph Hellwig 1-6/+3
2021-07-15iomap: remove the length variable in iomap_seek_dataGravatar Christoph Hellwig 1-10/+6
2021-07-14fs: add vfs_parse_fs_param_source() helperGravatar Christian Brauner 1-18/+36
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesGravatar Hyunchul Lee 1-2/+2
2021-07-14cifs: Do not use the original cruid when following DFS links for multiuser mo...Gravatar Ronnie Sahlberg 1-0/+4
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionGravatar Shyam Prasad N 6-10/+65
2021-07-13Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Gravatar Linus Torvalds 3-38/+116
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-286/+687
2021-07-13configfs: fix the read and write iteratorsGravatar Bart Van Assche 1-7/+22
2021-07-12fcntl: Fix unreachable code in do_fcntl()Gravatar Gustavo A. R. Silva 1-1/+1
2021-07-12xfs: Fix multiple fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-8/+8
2021-07-11io_uring: fix io_drain_req()Gravatar Pavel Begunkov 1-2/+4
2021-07-11io_uring: use right task for exiting checksGravatar Pavel Begunkov 1-1/+1
2021-07-10Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 12-29/+135
2021-07-09Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-123/+68
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-07-09cifs: update internal version numberGravatar Steve French 1-1/+1
2021-07-09cifs: prevent NULL deref in cifs_compose_mount_options()Gravatar Paulo Alcantara 1-0/+3
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmGravatar Steve French 4-11/+86
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 9-22/+51
2021-07-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-128/+113
2021-07-09Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 14-340/+300
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 16-224/+347