aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Gravatar Linus Torvalds 1-0/+4
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-48/+9
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-48/+17
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-9/+48
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsGravatar Ronnie Sahlberg 2-5/+73
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 3-9/+48
2019-06-27keys: Pass the network namespace into request_key mechanismGravatar David Howells 1-1/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-26/+1
2019-06-20fs: cifs: switch to RC4 library interfaceGravatar Ard Biesheuvel 3-48/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Gravatar Thomas Gleixner 2-26/+1
2019-06-17cifs: fix GlobalMid_Lock bug in cifs_reconnectGravatar Ronnie Sahlberg 1-0/+2
2019-06-17SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeGravatar Steve French 1-1/+1
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoGravatar Ronnie Sahlberg 3-2/+12
2019-06-13cifs: fix panic in smb2_reconnectGravatar Ronnie Sahlberg 1-1/+9
2019-06-09vfs: allow copy_file_range to copy across devicesGravatar Amir Goldstein 1-1/+1
2019-06-09vfs: no fallback for ->copy_file_rangeGravatar Dave Chinner 1-0/+4
2019-05-31Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-6/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 2-20/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 8-114/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-05-29CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMGravatar Roberto Bergantinos Corpas 1-1/+3
2019-05-28dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gravatar Gen Zhang 1-2/+2
2019-05-28fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeGravatar Murphy Zhou 1-2/+4
2019-05-28cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseGravatar Colin Ian King 1-1/+2
2019-05-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigGravatar Eric W. Biederman 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 3-40/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 8-51/+173
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLEGravatar Ronnie Sahlberg 3-0/+99
2019-05-15Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Gravatar Kovtunenko Oleksandr 1-5/+0
2019-05-15cifs: Allocate memory for all iovs in smb2_ioctlGravatar Long Li 1-2/+19
2019-05-15cifs: Don't match port on SMBDirect transportGravatar Long Li 1-0/+4
2019-05-15dns_resolver: Allow used keys to be invalidatedGravatar David Howells 1-1/+1
2019-05-14cifs:smbd Use the correct DMA direction when sending dataGravatar Long Li 1-3/+5
2019-05-14cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Gravatar Long Li 1-17/+20
2019-05-12cifs: use the right include for signal_pending()Gravatar Ronnie Sahlberg 1-1/+1
2019-05-09smb3: trivial cleanup to smb2ops.cGravatar Steve French 1-1/+1
2019-05-09cifs: cleanup smb2ops.c and normalize stringsGravatar Christoph Probst 1-22/+22
2019-05-09smb3: display session id in debug dataGravatar Steve French 1-0/+2
2019-05-07cifs: update module internal version numberGravatar Steve French 1-1/+1
2019-05-07SMB3: Clean up query symlink when reparse pointGravatar Ronnie Sahlberg 4-17/+118
2019-05-07cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Gravatar Christoph Probst 1-6/+8
2019-05-07Negotiate and save preferred compression algorithmsGravatar Steve French 4-7/+61
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPGravatar Ronnie Sahlberg 4-107/+14
2019-05-07cifs: fix credits leak for SMB1 oplock breaksGravatar Ronnie Sahlberg 3-6/+7
2019-05-07smb3: Add protocol structs for change notify supportGravatar Steve French 1-0/+36
2019-05-07cifs: fix smb3_zero_range for AzureGravatar Ronnie Sahlberg 1-47/+7