aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-10cifs: don't show domain= in mount output when domain is emptyGravatar Ronnie Sahlberg 1-1/+1
2018-08-07smb3: snapshot mounts are read-only and make sure info is displayable about t...Gravatar Steve French 1-0/+5
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Gravatar Steve French 1-8/+0
2018-08-07smb3: fill in statfs fsid and correct namelenGravatar Steve French 1-8/+10
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Gravatar Steve French 1-4/+18
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsGravatar Steve French 1-0/+10
2018-05-30cifs: allow disabling less secure legacy dialectsGravatar Steve French 1-0/+10
2018-05-30cifs: make minor clarifications to module params for cifs.koGravatar Steve French 1-2/+4
2018-05-30smb3: add module alias for smb3 to cifs.koGravatar Steve French 1-1/+19
2018-05-27smb3: fix redundant opens on rootGravatar Steve French 1-0/+2
2018-05-10smb3: directory sync should not return an errorGravatar Steve French 1-0/+13
2018-04-01CIFS: add sha512 secmechGravatar Aurelien Aptel 1-0/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+6
2018-01-26cifs: add .splice_writeGravatar Andrés Souto 1-0/+6
2018-01-24CIFS: SMBD: Add rdma mount optionGravatar Long Li 1-0/+2
2018-01-15cifs: Define usercopy region in cifs_request slab cacheGravatar David Windsor 1-4/+6
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-6/+6
2017-09-20cifs: release cifs root_cred after exit_cifsGravatar Shu Wang 1-1/+1
2017-09-20cifs: show 'soft' in the mount options for hard mountsGravatar Ronnie Sahlberg 1-0/+2
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredGravatar Steve French 1-10/+3
2017-06-19cifs: use get_random_u32 for 32-bit lock randomGravatar Jason A. Donenfeld 1-1/+1
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+13
2017-05-03CIFS: fix oplock break deadlocksGravatar Rabin Vincent 1-2/+13
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+6
2017-04-20cifs: Convert to separately allocated bdiGravatar Jan Kara 1-1/+6
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+87
2017-04-07Introduce cifs_copy_file_range()Gravatar Sachin Prabhu 1-0/+87
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hGravatar Andrew Lunn 1-0/+1
2017-02-01CIFS: Encrypt SMB3 requests before sendingGravatar Pavel Shilovsky 1-0/+2
2017-02-01cifs: Add soft dependenciesGravatar Jean Delvare 1-0/+12
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+1
2016-12-15cifs_get_root shouldn't use path with tree nameGravatar Sachin Prabhu 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclGravatar Steve French 1-0/+2
2016-10-13Expose cifs module parameters in sysfsGravatar Germano Percossi 1-3/+3
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 1-1/+0
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsGravatar Steve French 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-09Move check for prefix path to within cifs_get_root()Gravatar Sachin Prabhu 1-5/+4
2016-09-09Fix memory leaks in cifs_do_mount()Gravatar Sachin Prabhu 1-12/+8
2016-07-27fs/cifs: make share unaccessible at root level mountableGravatar Aurelien Aptel 1-1/+13
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestGravatar Jeff Layton 1-0/+3
2016-05-19CIFS: Remove some obsolete commentsGravatar Steve French 1-6/+1
2016-05-19cifs: Create dedicated keyring for spnego operationsGravatar Sachin Prabhu 1-2/+2
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-15/+11
2016-05-02cifs: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1