summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong2022-11-211-1/+3
* cifs: Use after free in debug codeDan Carpenter2022-11-191-2/+2
* cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-161-0/+2
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-161-2/+2
* cifs: add check for returning value of SMB2_close_initAnastasia Belova2022-11-151-0/+2
* cifs: Fix connections leak when tlink setup failedZhang Xiaoxu2022-11-111-3/+11
* cifs: fix use-after-free on the link nameChenXiaoSong2022-11-042-6/+25
* cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N2022-11-043-51/+55
* cifs: always iterate smb sessions using primary channelShyam Prasad N2022-11-044-5/+25
* cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng2022-10-271-0/+1
* cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()Zhang Xiaoxu2022-10-231-0/+3
* cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()Zhang Xiaoxu2022-10-231-3/+7
* cifs: update internal module numberSteve French2022-10-191-2/+2
* cifs: fix memory leaks in session setupPaulo Alcantara2022-10-191-8/+7
* cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg2022-10-193-0/+27
* smb3: interface count displayed incorrectlySteve French2022-10-191-1/+2
* cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu2022-10-181-1/+1
* cifs: set rc to -ENOENT if we can not get a dentry for the cached dirRonnie Sahlberg2022-10-181-2/+4
* cifs: use LIST_HEAD() and list_move() to simplify codeYang Yingliang2022-10-181-8/+4
* cifs: Fix xid leak in cifs_get_file_info_unix()Zhang Xiaoxu2022-10-181-2/+4
* cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu2022-10-181-0/+1
* cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu2022-10-181-4/+7
* cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu2022-10-181-2/+5
* cifs: Fix xid leak in cifs_create()Zhang Xiaoxu2022-10-181-2/+4
* smb3: improve SMB3 change notification supportSteve French2022-10-156-13/+90
* cifs: lease key is uninitialized in two additional functions when smb1Steve French2022-10-151-2/+2
* cifs: lease key is uninitialized in smb1 pathsSteve French2022-10-151-1/+1
* smb3: must initialize two ACL struct fields to zeroSteve French2022-10-151-1/+2
* cifs: fix double-fault crash during ntlmsspPaulo Alcantara2022-10-151-7/+9
* cifs: fix static checker warningPaulo Alcantara2022-10-141-1/+1
* cifs: use ALIGN() and round_up() macrosEnzo Matsumiya2022-10-135-38/+33
* cifs: find and use the dentry for cached non-root directories alsoRonnie Sahlberg2022-10-131-14/+49
* cifs: enable caching of directories for which a lease is heldRonnie Sahlberg2022-10-134-193/+263
* cifs: prevent copying past input buffer boundariesPaulo Alcantara2022-10-131-2/+2
* cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara2022-10-131-0/+1
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-1314-453/+451
* smb3: clarify multichannel warningSteve French2022-10-131-1/+2
* cifs: fix regression in very old smb1 mountsRonnie Sahlberg2022-10-131-6/+5
* cifs: fix skipping to incorrect offset in emit_cached_direntsRonnie Sahlberg2022-10-111-6/+23
* Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-10-1028-423/+439
|\
| * smb3: fix oops in calculating shash_setkeySteve French2022-10-071-2/+2
| * cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya2022-10-077-166/+98
| * smb3: rename encryption/decryption TFMsEnzo Matsumiya2022-10-074-16/+15
| * cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-077-29/+52
| * cifs: remove initialization valueMuhammad Usama Anjum2022-10-051-1/+1
| * cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva2022-10-052-4/+5
| * smb3: do not log confusing message when server returns no network interfacesSteve French2022-10-053-7/+20
| * cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg2022-10-052-9/+58
| * cifs: improve handlecachingRonnie Sahlberg2022-10-051-4/+5
| * cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg2022-10-054-29/+37