summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-1513-165/+297
|\
| * cifs: Remove duplicated include in cifsglob.hYang Li2022-12-131-1/+0
| * cifs: fix oops during encryptionPaulo Alcantara2022-12-124-79/+140
| * cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French2022-12-121-3/+8
| * cifs: fix missing display of three mount optionsSteve French2022-12-121-1/+7
| * cifs: fix various whitespace errors in headersSteve French2022-12-122-30/+22
| * cifs: minor cleanup of some headersSteve French2022-12-123-5/+8
| * cifs: skip alloc when request has no pagesPaulo Alcantara2022-12-081-15/+21
| * cifs: remove ->writepageChristoph Hellwig2022-12-081-9/+0
| * cifs: stop using generic_writepagesChristoph Hellwig2022-12-081-2/+18
| * cifs: wire up >migrate_folioChristoph Hellwig2022-12-081-3/+4
| * cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke2022-12-083-8/+59
| * cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()Volker Lendecke2022-12-081-11/+12
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-142-2/+2
|\ \
| * | cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-012-2/+2
* | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-125-146/+291
|\ \ \
| * | | cifs: check whether acl is valid earlyChristian Brauner2022-10-281-4/+4
| * | | cifs: use stub posix acl handlersChristian Brauner2022-10-203-370/+4
| * | | cifs: implement set acl methodChristian Brauner2022-10-204-0/+240
| * | | cifs: implement get acl methodChristian Brauner2022-10-204-0/+271
| |/ /
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-125-12/+12
|\ \ \
| * | | use less confusing names for iov_iter direction initializersAl Viro2022-11-255-12/+12
* | | | Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | cifs: use locks_inode_context helperJeff Layton2022-11-301-1/+1
* | | | 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