summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | Merge tag 'nfsd-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-10-212-2/+4
|\ \ \
| * | | nfsd: ensure we always call fh_verify_error tracepointJeff Layton2022-10-131-1/+1
| * | | NFSD: unregister shrinker when nfsd_init_net() failsTetsuo Handa2022-10-111-1/+3
* | | | Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-212-13/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: /proc/pid/smaps_rollup: fix maple tree searchHugh Dickins2022-10-201-1/+1
| * | | ocfs2: clear dinode links count in case of errorJoseph Qi2022-10-201-2/+10
| * | | ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi2022-10-201-10/+1
| | |/ | |/|
* | | Merge tag 'for-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-186-25/+87
|\ \ \
| * | | btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana2022-10-112-0/+26
| * | | btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana2022-10-111-6/+7
| * | | btrfs: fix processing of delayed data refs during backref walkingFilipe Manana2022-10-111-9/+24
| * | | btrfs: delete stale comments after merge conflict resolutionDavid Sterba2022-10-111-2/+0
| * | | btrfs: unlock locked extent area if we have contentionJosef Bacik2022-10-111-7/+8
| * | | btrfs: send: update command for protocol version checkDavid Sterba2022-10-111-1/+4
| * | | btrfs: send: allow protocol version 3 with CONFIG_BTRFS_DEBUGBoris Burkov2022-10-112-1/+6
| * | | btrfs: add missing path cache update during fiemapFilipe Manana2022-10-071-0/+13
* | | | erofs: protect s_inodes with s_inode_list_lock for fscacheDawei Li2022-10-171-0/+3
* | | | erofs: fix up inplace decompression success rateGao Xiang2022-10-171-5/+4
* | | | erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang2022-10-172-8/+6
* | | | erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu2022-10-171-12/+10
| |/ / |/| |