summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-1854/+0
2023-05-11cifs: release leases for deferred close handles when freezingSteve French1-0/+15
2023-05-09SMB3: force unmount was failing to close deferred close filesSteve French1-0/+1
2023-05-09smb3: improve parallel reads of large filesSteve French1-1/+1
2023-05-02cifs: print smb3_fs_context::source when mountingPaulo Alcantara1-8/+6
2023-03-24smb3: fix unusable share after force unmount failureSteve French1-3/+6
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-6/+6
2023-02-21cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells1-6/+6
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara1-6/+0
2022-12-16Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-1/+7
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2022-12-12cifs: fix missing display of three mount optionsSteve French1-1/+7
2022-11-21cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong1-1/+3
2022-11-05cifs: fix use-after-free on the link nameChenXiaoSong1-1/+25
2022-10-20cifs: implement set acl methodChristian Brauner1-0/+2
2022-10-20cifs: implement get acl methodChristian Brauner1-0/+2
2022-10-18cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu1-2/+5
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara1-2/+7
2022-08-31smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French1-2/+6
2022-08-29smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells1-0/+2
2022-08-12smb3: allow deferred close timeout to be configurableSteve French1-0/+1
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-18/+2
2022-08-05cifs: remove "cifs_" prefix from init/destroy mids functionsEnzo Matsumiya1-7/+5
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-0/+3
2022-08-01cifs: remove remaining build warningsSteve French1-0/+19
2022-08-01cifs: remove minor build warningSteve French1-0/+2
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French1-5/+12
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-4/+4
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara1-1/+1
2022-05-31cifs: fix potential double free during failed mountRonnie Sahlberg1-4/+6
2022-05-24smb3: add mount parm nosparseSteve French1-0/+2
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-08cifs: release cached dentries only if mount is completeShyam Prasad N1-13/+15
2022-04-08cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-02Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2022-03-29smb3: cleanup and clarify status of tree connectionsSteve French1-2/+2
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-19cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-03-19Adjust cifssb maximum read sizeRohith Surabattula1-0/+3
2022-03-19cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-02-13cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2022-01-19cifs: Support fscache indexing rewriteDavid Howells1-8/+11
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton1-1/+2
2022-01-03cifs: remove redundant assignment to pointer pColin Ian King1-1/+1
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg1-1/+0