aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara1-1/+16
2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King1-2/+5
2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li1-6/+4
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+14
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-9/+13
2018-10-23cifs: minor clarification in commentsSteve French1-2/+4
2018-10-23CIFS: Print message when attempting a mountRodrigo Freire1-1/+6
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel1-0/+2
2018-10-23smb3: add way to control slow response threshold for logging and statsSteve French1-0/+13
2018-10-23cifs: minor updates to module description for cifs.koSteve French1-3/+3
2018-08-10cifs: don't show domain= in mount output when domain is emptyRonnie Sahlberg1-1/+1
2018-08-07smb3: snapshot mounts are read-only and make sure info is displayable about the mountSteve French1-0/+5
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-8/+0
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French1-8/+10
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French1-4/+18
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French1-0/+10
2018-05-30cifs: allow disabling less secure legacy dialectsSteve French1-0/+10
2018-05-30cifs: make minor clarifications to module params for cifs.koSteve French1-2/+4
2018-05-30smb3: add module alias for smb3 to cifs.koSteve French1-1/+19
2018-05-27smb3: fix redundant opens on rootSteve French1-0/+2
2018-05-10smb3: directory sync should not return an errorSteve French1-0/+13
2018-04-01CIFS: add sha512 secmechAurelien Aptel1-0/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+6
2018-01-26cifs: add .splice_writeAndrés Souto1-0/+6
2018-01-24CIFS: SMBD: Add rdma mount optionLong Li1-0/+2
2018-01-15cifs: Define usercopy region in cifs_request slab cacheDavid Windsor1-4/+6
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-6/+6
2017-09-20cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2017-09-20cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg1-0/+2
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-1/+1
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French1-10/+3
2017-06-19cifs: use get_random_u32 for 32-bit lock randomJason A. Donenfeld1-1/+1
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+13
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent1-2/+13
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2017-04-20cifs: Convert to separately allocated bdiJan Kara1-1/+6
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+87
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu1-0/+87
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-0/+2
2017-02-01cifs: Add soft dependenciesJean Delvare1-0/+12
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2016-12-15cifs_get_root shouldn't use path with tree nameSachin Prabhu1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French1-0/+2
2016-10-13Expose cifs module parameters in sysfsGermano Percossi1-3/+3
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French1-1/+0
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French1-1/+1