summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-11-0218-75/+80
|\
| * nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu2022-10-271-0/+1
| * NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington2022-10-271-0/+3
| * NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington2022-10-271-2/+4
| * NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust2022-10-271-0/+1
| * NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust2022-10-271-0/+1
| * NFSv4: Fix a potential state reclaim deadlockTrond Myklebust2022-10-271-19/+17
| * NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-2714-51/+51
| * nfs: Remove redundant null checks before kfreeYushan Zhou2022-10-271-3/+2
* | Merge tag 'nfsd-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-11-011-3/+2
|\ \
| * | nfsd: fix net-namespace logic in __nfsd_file_cache_purgeJeff Layton2022-11-011-3/+2
* | | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-3110-40/+73
|\ \ \
| * | | btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo2022-10-251-1/+11
| * | | btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2022-10-242-2/+2
| * | | btrfs: send: fix send failure of a subcase of orphan inodesBingJing Chang2022-10-241-11/+13
| * | | btrfs: make thaw time super block check to also verify checksumQu Wenruo2022-10-243-6/+22
| * | | btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik2022-10-241-12/+13
| * | | btrfs: reorder btrfs_bio for better packingDavid Sterba2022-10-241-1/+1
| * | | btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failedQu Wenruo2022-10-241-5/+7
| * | | btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo2022-10-241-2/+4
* | | | Merge tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-10-302-3/+11
|\ \ \ \
| * | | | 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
| | |_|/ | |/| |
* | | | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-295-15/+23
|\ \ \ \
| * | | | mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionSebastian Andrzej Siewior2022-10-281-1/+1
| * | | | fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton2022-10-281-4/+0
| * | | | squashfs: fix buffer release race condition in readahead codePhillip Lougher2022-10-281-2/+3
| * | | | squashfs: fix extending readahead beyond end of filePhillip Lougher2022-10-281-4/+7
| * | | | squashfs: fix read regression introduced in readahead codePhillip Lougher2022-10-283-4/+12
* | | | | Merge tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-272-3/+4
|\ \ \ \ \
| * | | | | fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao2022-10-251-1/+2
| * | | | | exec: Copy oldsighand->action under spin-lockBernd Edlinger2022-10-251-2/+2
* | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-10-272-7/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fscrypt: fix keyring memory leak on mount failureEric Biggers2022-10-192-7/+13
| |/ / / /
* | | | | Merge tag 'efi-fixes-for-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-211-16/+0
|\ \ \ \ \
| * | | | | efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel2022-10-211-16/+0
| |/ / / /
* | | | | Merge tag '6.1-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-10-2111-32/+68
|\ \ \ \ \
| * | | | | 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
| |/ / / /