summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-1337-120/+446
|\
| * hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg2022-12-123-2/+8
| * hfs: Fix OOB Write in hfs_asc2macZhangPeng2022-12-121-1/+1
| * hfs: fix OOB Read in __hfs_brec_findZhangPeng2022-12-121-0/+2
| * ocfs2: always read both high and low parts of dinode link countAlexey Asemov2022-12-121-2/+1
| * fat (exportfs): fix some kernel-doc warningsBo Liu2022-12-011-2/+2
| * ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao2022-12-013-2/+6
| * debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2022-12-011-6/+22
| * libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2022-12-011-3/+19
| * squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li2022-11-181-1/+2
| * ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing2022-11-181-1/+7
| * squashfs: allows users to configure the number of decompression threadsXiaoming Ni2022-11-184-10/+66
| * squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni2022-11-189-32/+147
| * nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi2022-11-181-4/+38
| * nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi2022-11-181-4/+27
| * proc: give /proc/cmdline sizeAlexey Dobriyan2022-11-181-1/+5
| * proc: report open files as size in stat() for /proc/pid/fdIvan Babrou2022-11-181-0/+45
| * proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie2022-11-181-0/+1
| * ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi2022-11-184-27/+24
| * ocfs2: use bitmap API in fill_node_mapJoseph Qi2022-11-186-20/+16
| * ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi2022-11-182-11/+11
| * core_pattern: add CPU specifierOleksandr Natalenko2022-11-181-0/+5
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-1314-34/+27
|\ \
| * | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+3
| * | treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld2022-11-181-7/+1
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-1813-27/+26
* | | 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-021-2/+3
| * | | | exec: Remove FOLL_FORCE for stack setupKees Cook2022-11-181-1/+1
| * | | | binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()Bo Liu2022-11-181-3/+3
| * | | | binfmt_elf: simplify error handling in load_elf_phdrs()Rolf Eike Beer2022-10-261-8/+2
| * | | | binfmt_elf: fix documented return value for load_elf_phdrs()Rolf Eike Beer2022-10-261-1/+1
| * | | | exec: simplify initial stack size expansionRolf Eike Beer2022-10-261-8/+5
| * | | | binfmt: Fix whitespace issuesKees Cook2022-10-263-9/+9