summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsproto.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-041-1/+43
* cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara2023-03-011-0/+1
* cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara2023-03-011-5/+15
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-7/+4
|\
| * cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-201-7/+1
| * cifs: Add a function to read into an iter from a socketDavid Howells2023-02-201-0/+3
* | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* cifs: use origin fullpath for automountsPaulo Alcantara2022-12-191-0/+3
* cifs: share dfs connections and supersPaulo Alcantara2022-12-191-0/+2
* cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara2022-12-191-0/+2
* cifs: get rid of mount options string parsingPaulo Alcantara2022-12-191-6/+1
* Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-151-3/+3
|\
| * cifs: fix oops during encryptionPaulo Alcantara2022-12-121-2/+2
| * cifs: fix various whitespace errors in headersSteve French2022-12-121-1/+1
* | cifs: use stub posix acl handlersChristian Brauner2022-10-201-8/+0
* | cifs: implement set acl methodChristian Brauner2022-10-201-0/+6
* | cifs: implement get acl methodChristian Brauner2022-10-201-0/+6
|/
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-131-7/+6
* cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya2022-10-071-3/+2
* smb3: do not log confusing message when server returns no network interfacesSteve French2022-10-051-1/+1
* cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-171-1/+1
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-1/+0
* cifs: alloc_mid function should be marked as staticSteve French2022-08-051-3/+0
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-5/+4
* cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-051-0/+2
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-221-0/+2
* cifs: during reconnect, update interface if necessaryShyam Prasad N2022-06-221-0/+5
* cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-241-0/+9
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-181-0/+3
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-0/+3
* cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky2022-01-171-0/+5
* cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-021-1/+2
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-4/+11
* cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-021-0/+13
* cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-161-0/+1
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-121-2/+3
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-1/+4
* cifs: Deferred close performance improvementsRohith Surabattula2021-09-171-0/+3
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-10/+0
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-05-051-0/+13
|\
| * Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula2021-05-041-0/+2
| * cifs: Deferred close for filesRohith Surabattula2021-05-031-0/+11
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-1/+1
|\ \ | |/ |/|
| * cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro2021-03-121-1/+1
* | cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro2021-04-251-2/+13
* | cifs: make build_path_from_dentry() return const char *Al Viro2021-04-251-1/+1
* | cifs: constify pathname arguments in a bunch of helpersAl Viro2021-04-251-2/+2