summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: prevent races updating CurrentMidSteve French2021-06-252-1/+4
* cifs: fix missing spinlock around update to ses->statusSteve French2021-06-242-2/+6
* cifs: missing null pointer check in cifs_mountSteve French2021-06-241-1/+1
* smb3: fix possible access to uninitialized pointer to DACLSteve French2021-06-241-1/+1
* cifs: missing null check for newinode pointerSteve French2021-06-241-4/+5
* cifs: remove two cases where rc is set unnecessarily in sid_to_idSteve French2021-06-231-2/+0
* SMB3: Add new info level for query directorySteve French2021-06-232-3/+38
* cifs: fix NULL dereference in smb2_check_message()Dan Carpenter2021-06-231-3/+2
* smbdirect: missing rc checks while waiting for rdma eventsSteve French2021-06-221-2/+12
* cifs: Avoid field over-reading memcpy()Kees Cook2021-06-221-1/+4
* smb311: remove dead code for non compounded posix query infoSteve French2021-06-211-0/+4
* cifs: fix SMB1 error path in cifs_get_file_info_unixSteve French2021-06-211-1/+4
* smb3: fix uninitialized value for port in witness protocol moveSteve French2021-06-211-7/+3
* cifs: fix unneeded null checkSteve French2021-06-211-4/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-2145-562/+45
* cifs: convert list_for_each to entry variant in cifs_debug.cBaokun Li2021-06-211-17/+7
* cifs: convert list_for_each to entry variant in smb2misc.cBaokun Li2021-06-211-25/+8
* cifs: avoid extra calls in posix_info_parseRonnie Sahlberg2021-06-211-11/+9
* cifs: retry lookup and readdir when EAGAIN is returned.Thiago Rafael Becker2021-06-212-0/+9
* cifs: fix check of dfs interlinksPaulo Alcantara2021-06-211-4/+3
* cifs: decoding negTokenInit with generic ASN1 decoderHyunchul Lee2021-06-214-588/+85
* cifs: avoid starvation when refreshing dfs cachePaulo Alcantara2021-06-211-40/+105
* cifs: enable extended stats by defaultSteve French2021-06-211-2/+2
* cifs: missed ref-counting smb session in findShyam Prasad N2021-06-211-1/+11
* cifs: do not share tcp servers with dfs mountsPaulo Alcantara2021-06-211-4/+3
* cifs: set a minimum of 2 minutes for refreshing dfs cachePaulo Alcantara2021-06-211-1/+2
* cifs: fix path comparison and hash calcPaulo Alcantara2021-06-211-76/+94
* cifs: handle different charsets in dfs cachePaulo Alcantara2021-06-215-137/+136
* cifs: keep referral server sessions alivePaulo Alcantara2021-06-214-468/+275
* cifs: get rid of @noreq param in __dfs_cache_find()Paulo Alcantara2021-06-211-14/+3
* cifs: do not send tree disconnect to ipc sharesPaulo Alcantara2021-06-211-12/+8
* cifs: improve fallocate emulationRonnie Sahlberg2021-06-211-0/+133
* cifs: fix doc warnings in cifs_dfs_ref.cBaokun Li2021-06-211-1/+1
* cifs: remove redundant initialization of variable rcColin Ian King2021-06-211-1/+1
* cifs: Constify static struct genl_opsRikard Falkeborn2021-06-211-1/+1
* cifs: Remove unused inline function is_sysvol_or_netlogon()YueHaibing2021-06-211-11/+0
* cifs: remove duplicated prototypeSteve French2021-06-211-2/+0
* cifs: fix ipv6 formating in cifs_ses_add_channelAurelien Aptel2021-06-211-1/+1
* Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-191-4/+4
|\
| * btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota2021-06-171-4/+4
* | afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)2021-06-181-5/+8
* | Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-171-2/+2
|\ \
| * | fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski2021-06-141-2/+2
* | | mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz2021-06-161-0/+1
* | | proc: only require mm_struct for writingLinus Torvalds2021-06-151-1/+3
* | | afs: Fix an IS_ERR() vs NULL checkDan Carpenter2021-06-151-2/+2
* | | Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-06-135-13/+33
|\ \ \
| * | | NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust2021-06-031-2/+7
| * | | NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2021-06-032-1/+12
| * | | NFS: FMODE_READ and friends are C macros, not enum typesChuck Lever2021-06-031-4/+0