aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1623-48/+45
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1112-16/+16
| * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-112-5/+3
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1111-26/+25
* | Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-10-1623-726/+922
|\ \
| * | 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 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-145-25/+45
|\ \ \
| * | | ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng2022-09-213-13/+16
| * | | ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryZhaoLong Wang2022-09-212-11/+28
| * | | ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li2022-09-211-1/+1
* | | | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-141-1/+1
|\ \ \ \
| * | | | hostfs: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
| |/ / /
* | | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-142-2/+4
|\ \ \ \
| * | | | ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)2022-10-122-2/+4
* | | | | Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-10-135-9/+54
|\ \ \ \ \
| * | | | | ceph: fix incorrectly showing the .snap size for statXiubo Li2022-10-041-4/+23
| * | | | | ceph: fail the open_by_handle_at() if the dentry is being unlinkedXiubo Li2022-10-041-1/+2
| * | | | | ceph: increment i_version when doing a setattr with capsJeff Layton2022-10-041-0/+1
| * | | | | ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-10-041-1/+1
| * | | | | ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li2022-10-041-2/+6
| * | | | | ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li2022-10-043-1/+17
| * | | | | ceph: wake up the waiters if any new caps comesXiubo Li2022-10-041-0/+4
* | | | | | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-1317-36/+194
|\ \ \ \ \ \
| * | | | | | NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedTrond Myklebust2022-10-063-5/+97
| * | | | | | NFSv4.2: Add a tracepoint for listxattrAnna Schumaker2022-10-052-0/+3
| * | | | | | NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrAnna Schumaker2022-10-052-0/+49