aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-04cifs: fix use-after-free on the link nameChenXiaoSong2-6/+25
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N3-51/+55
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N4-5/+25
2022-10-27cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng1-0/+1
2022-10-23cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()Zhang Xiaoxu1-0/+3
2022-10-23cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()Zhang Xiaoxu1-3/+7
2022-10-19cifs: update internal module numberSteve French1-2/+2
2022-10-19cifs: fix memory leaks in session setupPaulo Alcantara1-8/+7
2022-10-19cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg3-0/+27
2022-10-19smb3: interface count displayed incorrectlySteve French1-1/+2
2022-10-18cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu1-1/+1
2022-10-18cifs: set rc to -ENOENT if we can not get a dentry for the cached dirRonnie Sahlberg1-2/+4
2022-10-18cifs: use LIST_HEAD() and list_move() to simplify codeYang Yingliang1-8/+4
2022-10-18cifs: Fix xid leak in cifs_get_file_info_unix()Zhang Xiaoxu1-2/+4
2022-10-18cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu1-0/+1
2022-10-18cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-18cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu1-2/+5
2022-10-18cifs: Fix xid leak in cifs_create()Zhang Xiaoxu1-2/+4
2022-10-15smb3: improve SMB3 change notification supportSteve French6-13/+90
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Steve French1-2/+2
2022-10-15cifs: lease key is uninitialized in smb1 pathsSteve French1-1/+1
2022-10-15smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-15cifs: fix double-fault crash during ntlmsspPaulo Alcantara1-7/+9
2022-10-14cifs: fix static checker warningPaulo Alcantara1-1/+1
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya5-38/+33
2022-10-13cifs: find and use the dentry for cached non-root directories alsoRonnie Sahlberg1-14/+49
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg4-193/+263
2022-10-13cifs: prevent copying past input buffer boundariesPaulo Alcantara1-2/+2
2022-10-13cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara1-0/+1
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara14-453/+451
2022-10-13smb3: clarify multichannel warningSteve French1-1/+2
2022-10-13cifs: fix regression in very old smb1 mountsRonnie Sahlberg1-6/+5
2022-10-11cifs: fix skipping to incorrect offset in emit_cached_direntsRonnie Sahlberg1-6/+23
2022-10-10Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds28-423/+439
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+5
2022-10-07smb3: fix oops in calculating shash_setkeySteve French1-2/+2
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya7-166/+98
2022-10-07smb3: rename encryption/decryption TFMsEnzo Matsumiya4-16/+15
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya7-29/+52
2022-10-05cifs: remove initialization valueMuhammad Usama Anjum1-1/+1
2022-10-05cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva2-4/+5
2022-10-05smb3: do not log confusing message when server returns no network interfacesSteve French3-7/+20
2022-10-05cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg2-9/+58
2022-10-05cifs: improve handlecachingRonnie Sahlberg1-4/+5
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg4-29/+37
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French15-38/+46
2022-10-05Fix formatting of client smbdirect RDMA loggingTom Talpey1-7/+7
2022-10-05Handle variable number of SGEs in client smbdirect send.Tom Talpey1-108/+77
2022-10-05Reduce client smbdirect max receive segment sizeTom Talpey1-1/+1
2022-10-05Decrease the number of SMB3 smbdirect client SGEsTom Talpey2-19/+21