summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-1854/+0
* cifs: release leases for deferred close handles when freezingSteve French2023-05-101-0/+15
* SMB3: force unmount was failing to close deferred close filesSteve French2023-05-091-0/+1
* smb3: improve parallel reads of large filesSteve French2023-05-091-1/+1
* cifs: print smb3_fs_context::source when mountingPaulo Alcantara2023-05-021-8/+6
* smb3: fix unusable share after force unmount failureSteve French2023-03-241-3/+6
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-6/+6
|\
| * cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells2023-02-201-6/+6
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-2/+2
|\ \
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| |/
* / filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* cifs: get rid of mount options string parsingPaulo Alcantara2022-12-191-6/+0
* Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-151-1/+7
|\
| * cifs: fix missing display of three mount optionsSteve French2022-12-121-1/+7
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-0/+4
|\ \ | |/ |/|
| * cifs: implement set acl methodChristian Brauner2022-10-201-0/+2
| * cifs: implement get acl methodChristian Brauner2022-10-201-0/+2
* | cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong2022-11-211-1/+3
* | cifs: fix use-after-free on the link nameChenXiaoSong2022-11-041-1/+25
* | cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu2022-10-181-2/+5
|/
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-131-2/+7
* smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2022-08-301-2/+6
* smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells2022-08-281-0/+2
* smb3: allow deferred close timeout to be configurableSteve French2022-08-111-0/+1
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-18/+2
* cifs: remove "cifs_" prefix from init/destroy mids functionsEnzo Matsumiya2022-08-051-7/+5
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-0/+3
* cifs: remove remaining build warningsSteve French2022-08-011-0/+19
* cifs: remove minor build warningSteve French2022-08-011-0/+2
* cifs: remove some camelCase and also some static build warningsSteve French2022-08-011-5/+12
* Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-121-1/+1
|\
| * cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-061-1/+1
* | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-4/+4
|/
* cifs: fix potential double free during failed mountRonnie Sahlberg2022-05-301-4/+6
* smb3: add mount parm nosparseSteve French2022-05-231-0/+2
* cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg2022-04-141-3/+3
* cifs: release cached dentries only if mount is completeShyam Prasad N2022-04-081-13/+15
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-081-1/+1
* Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-011-2/+2
|\
| * smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ | |/ |/|
| * fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg2022-03-181-2/+0
* | Adjust cifssb maximum read sizeRohith Surabattula2022-03-181-0/+3
* | cifs: fix handlecache and multiuserRonnie Sahlberg2022-03-181-3/+10
|/
* cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-02-131-0/+1
* cifs: Support fscache indexing rewriteDavid Howells2022-01-191-8/+11
* cifs: move superblock magic defitions to magic.hJeff Layton2022-01-151-1/+2
* cifs: remove redundant assignment to pointer pColin Ian King2022-01-021-1/+1
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-1/+0