summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)Author
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg
2019-05-15Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Kovtunenko Oleksandr
2019-05-07cifs: add fiemap supportRonnie Sahlberg
2019-05-07CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...Kenneth D'souza
2019-05-01cifs: switch to ->free_inode()Al Viro
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French
2019-03-22cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng
2019-03-05smb3: for kerberos mounts display the credential uid usedSteve French
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara
2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King
2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-23cifs: minor clarification in commentsSteve French
2018-10-23CIFS: Print message when attempting a mountRodrigo Freire
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel
2018-10-23smb3: add way to control slow response threshold for logging and statsSteve French
2018-10-23cifs: minor updates to module description for cifs.koSteve French
2018-08-10cifs: don't show domain= in mount output when domain is emptyRonnie Sahlberg
2018-08-07smb3: snapshot mounts are read-only and make sure info is displayable about t...Steve French
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French
2018-05-30cifs: allow disabling less secure legacy dialectsSteve French
2018-05-30cifs: make minor clarifications to module params for cifs.koSteve French
2018-05-30smb3: add module alias for smb3 to cifs.koSteve French
2018-05-27smb3: fix redundant opens on rootSteve French
2018-05-10smb3: directory sync should not return an errorSteve French
2018-04-01CIFS: add sha512 secmechAurelien Aptel
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-26cifs: add .splice_writeAndrés Souto
2018-01-24CIFS: SMBD: Add rdma mount optionLong Li
2018-01-15cifs: Define usercopy region in cifs_request slab cacheDavid Windsor
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-20cifs: release cifs root_cred after exit_cifsShu Wang
2017-09-20cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French
2017-06-19cifs: use get_random_u32 for 32-bit lock randomJason A. Donenfeld
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-20cifs: Convert to separately allocated bdiJan Kara
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu