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