summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-12-12Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-12-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon
2023-12-08ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon
2023-12-08ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon
2023-12-08ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon
2023-12-08ksmbd: send v2 lease break notification for directoryNamjae Jeon
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N
2023-12-05cifs: Fix non-availability of dedup breaking generic/304David Howells
2023-12-05smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara
2023-12-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon
2023-12-05ksmbd: set v2 lease capabilityNamjae Jeon
2023-12-05ksmbd: set epoch in create context v2 leaseNamjae Jeon
2023-12-05ksmbd: fix memory leak in smb2_lock()Zizhi Wo
2023-12-04cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells
2023-12-04cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara
2023-11-28smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara
2023-11-27Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-11-23ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon
2023-11-23ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon
2023-11-23ksmbd: release interim response after sending status pending responseNamjae Jeon
2023-11-23ksmbd: move oplock handling after unlock parent dirNamjae Jeon
2023-11-23ksmbd: separately allocate ci per dentryNamjae Jeon
2023-11-23ksmbd: fix possible deadlock in smb2_openNamjae Jeon
2023-11-23ksmbd: prevent memory leak on error returnZongmin Zhou
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara
2023-11-23cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina
2023-11-13cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds
2023-11-10cifs: update internal module version number for cifs.koSteve French
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara
2023-11-09smb3: fix caching of ctime on setxattrSteve French
2023-11-09smb3: minor cleanup of session handling codeSteve French
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N