summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-12-121-3/+18
|\
| * proc: consoles: use console_list_lock for list iterationJohn Ogness2022-12-021-7/+12
| * proc: consoles: document console_lock usageJohn Ogness2022-12-021-0/+9
| * printk: Convert console_drivers list to hlistThomas Gleixner2022-12-021-1/+2
* | Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2022-12-1210-26/+52
|\ \
| * | Add process name and pid to locks warningAndi Kleen2022-11-301-1/+1
| * | nfsd: use locks_inode_context helperJeff Layton2022-11-301-3/+3
| * | nfs: use locks_inode_context helperJeff Layton2022-11-304-5/+5
| * | lockd: use locks_inode_context helperJeff Layton2022-11-301-2/+2
| * | ksmbd: use locks_inode_context helperJeff Layton2022-11-301-1/+1
| * | cifs: use locks_inode_context helperJeff Layton2022-11-301-1/+1
| * | ceph: use locks_inode_context helperJeff Layton2022-11-301-2/+2
| * | filelock: add a new locks_inode_context accessor functionJeff Layton2022-11-301-12/+12
| * | filelock: new helper: vfs_inode_has_locksJeff Layton2022-11-301-0/+23
| * | filelock: WARN_ON_ONCE when ->fl_file and filp don't matchJeff Layton2022-11-171-0/+3
* | | Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-124-36/+45
|\ \ \
| * | | binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin2022-12-021-4/+4
| * | | binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen2022-12-011-2/+3
| * | | exec: Remove FOLL_FORCE for stack setupKees Cook2022-11-171-1/+1
| * | | binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()Bo Liu2022-11-171-3/+3
| * | | binfmt_elf: simplify error handling in load_elf_phdrs()Rolf Eike Beer2022-10-251-8/+2
| * | | binfmt_elf: fix documented return value for load_elf_phdrs()Rolf Eike Beer2022-10-251-1/+1
| * | | exec: simplify initial stack size expansionRolf Eike Beer2022-10-251-8/+5
| * | | binfmt: Fix whitespace issuesKees Cook2022-10-253-9/+9
| * | | exec: Add comments on check_unsafe_exec() fs countingKees Cook2022-10-251-0/+12
| * | | fs/exec: switch timens when a task gets a new mmAndrei Vagin2022-10-251-0/+5
* | | | Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-125-29/+160
|\ \ \ \
| * | | | pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd2022-12-051-1/+5
| * | | | pstore/ram: Fix error return code in ramoops_probe()Wang Yufen2022-12-021-0/+2
| * | | | pstore: Alert on backend write errorGuilherme G. Piccoli2022-10-191-0/+10
| * | | | pstore/ram: Set freed addresses to NULLKees Cook2022-10-193-8/+18
| * | | | pstore/ram: Move internal definitions out of kernel-wide includeKees Cook2022-10-173-2/+102
| * | | | pstore/ram: Move pmsg init earlierKees Cook2022-10-171-5/+5
| * | | | pstore/ram: Consolidate kfree() pathsKees Cook2022-10-171-11/+11
| * | | | pstore: Inform unregistered backend names as wellGuilherme G. Piccoli2022-10-171-0/+2
| * | | | pstore: Expose kmsg_bytes as a module parameterGuilherme G. Piccoli2022-10-171-3/+5
| * | | | pstore: Improve error reporting in case of backend overlapGuilherme G. Piccoli2022-10-171-2/+3
| * | | | pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang2022-10-171-1/+1
| | |_|/ | |/| |
* | | | fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski2022-12-071-0/+8
* | | | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+7
|\ \ \ \
| * | | | nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng2022-11-301-0/+7
* | | | | afs: Fix server->active leak in afs_put_serverMarc Dionne2022-11-301-1/+1
* | | | | afs: Fix fileserver probe RTT handlingDavid Howells2022-11-281-2/+2
* | | | | Merge tag 'fuse-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-281-21/+16
|\ \ \ \ \
| * | | | | fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi2022-11-231-21/+16
* | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-11-273-9/+20
|\ \ \ \ \ \
| * | | | | | vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-253-9/+20
* | | | | | | Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-11-272-3/+5
|\ \ \ \ \ \ \
| * | | | | | | cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong2022-11-211-1/+3
| * | | | | | | cifs: Use after free in debug codeDan Carpenter2022-11-191-2/+2
| | |/ / / / / | |/| | | | |