summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'fuse-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-032-1/+13
|\ \ \ \
| * | | | fuse: add file_modified() to fallocateMiklos Szeredi2022-10-281-0/+4
| * | | | fuse: fix readdir cache raceMiklos Szeredi2022-10-201-1/+9
| |/ / /
* | | | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-035-49/+91
|\ \ \ \
| * | | | btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana2022-11-021-1/+3
| * | | | btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana2022-11-021-0/+3
| * | | | btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-021-12/+4
| * | | | btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-021-5/+15
| * | | | btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana2022-11-021-1/+17
| * | | | btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana2022-11-021-19/+17
| * | | | btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana2022-10-313-10/+31
| * | | | btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET2022-10-311-1/+1
* | | | | 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
|\ \ \ \ \ \