summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-121-6/+23
* Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-10-1130-424/+445
|\
| * smb3: fix oops in calculating shash_setkeySteve French2022-10-081-2/+2
| * cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya2022-10-087-166/+98
| * smb3: rename encryption/decryption TFMsEnzo Matsumiya2022-10-084-16/+15
| * cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-087-29/+52
| * cifs: remove initialization valueMuhammad Usama Anjum2022-10-061-1/+1
| * cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva2022-10-062-4/+5
| * smb3: do not log confusing message when server returns no network interfacesSteve French2022-10-063-7/+20
| * smb3: define missing create contextsSteve French2022-10-051-1/+5
| * 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
| * smb3: add dynamic trace points for tree disconnectSteve French2022-10-0515-38/+46
| * Fix formatting of client smbdirect RDMA loggingTom Talpey2022-10-051-7/+7
| * Handle variable number of SGEs in client smbdirect send.Tom Talpey2022-10-051-108/+77
| * Reduce client smbdirect max receive segment sizeTom Talpey2022-10-051-1/+1
| * Decrease the number of SMB3 smbdirect client SGEsTom Talpey2022-10-052-19/+21
| * cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu2022-10-051-2/+2
| * cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg2022-09-261-0/+9
| * cifs: return correct error in ->calc_signature()Enzo Matsumiya2022-09-261-4/+6
| * MAINTAINERS: Add Tom Talpey as cifs.ko reviewerSteve French2022-09-261-0/+1
| * cifs: misc: fix spelling typo in commentJiangshan Yi2022-09-261-1/+1
* | Merge tag 'nfsd-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-10-111-59/+29
|\ \
| * | nfsd: rework hashtable handling in nfsd_do_file_acquireJeff Layton2022-10-051-30/+22
| * | nfsd: fix nfsd_file_unhash_and_disposeJeff Layton2022-10-051-29/+7
* | | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-1126-238/+301
|\ \ \
| * | | fuse: implement ->tmpfile()Miklos Szeredi2022-09-243-4/+29
| * | | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-2419-49/+70
| * | | vfs: move open right after ->tmpfile()Miklos Szeredi2022-09-242-50/+42
| * | | vfs: make vfs_tmpfile() staticMiklos Szeredi2022-09-242-5/+1
| * | | ovl: use vfs_tmpfile_open() helperMiklos Szeredi2022-09-244-62/+72
| * | | cachefiles: use vfs_tmpfile_open() helperMiklos Szeredi2022-09-241-20/+12
| * | | cachefiles: only pass inode to *mark_inode_inuse() helpersMiklos Szeredi2022-09-241-33/+26
| * | | cachefiles: tmpfile error handling cleanupMiklos Szeredi2022-09-241-29/+26
| * | | hugetlbfs: cleanup mknod and tmpfileAl Viro2022-09-241-24/+16
| * | | vfs: add vfs_tmpfile_open() helperMiklos Szeredi2022-09-242-0/+45
* | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-11409-7924/+65682
|\ \ \ \
| * | | | hugetlb: allocate vma lock for all sharable vmasMike Kravetz2022-10-071-35/+15
| * | | | hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz2022-10-071-10/+32
| * | | | hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz2022-10-072-20/+27
| * | | | mglru: mm/vmscan.c: fix imprecise commentsYu Zhao2022-10-071-5/+4
| * | | | mm/mglru: don't sync disk for each aging cycleYu Zhao2022-10-071-2/+0
| * | | | mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-0313-22/+10
| * | | | mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner2022-10-031-10/+10
| * | | | mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner2022-10-032-46/+10
| * | | | mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner2022-10-032-0/+9
| * | | | mm/secretmem: remove reduntant return valueXiu Jianfeng2022-10-031-4/+2