summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-19fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng
2022-05-19fat: report creation time in statxChung-Chiang Cheng
2022-05-19fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng
2022-05-19fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng
2022-05-19MAINTAINERS: add Muchun as a memcg reviewerMuchun Song
2022-05-13proc/sysctl: make protected_* world readableJulius Hemanth Pitti
2022-05-12ia64: mca: drop redundant spinlock initializationHaowen Bai
2022-05-12tty: fix deadlock caused by calling printk() under tty_port->lockQi Zheng
2022-05-12relay: remove redundant assignment to pointer bufColin Ian King
2022-05-12fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap
2022-05-12lib/string_helpers: fix not adding strarray to device's resource listPuyou Lu
2022-05-12kernel/crash_core.c: remove redundant check of ck_cmdlinelizhe
2022-05-12ELF, uapi: fixup ELF_ST_TYPE definitionAlexey Dobriyan
2022-05-09ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long
2022-05-09ipc: update semtimedop() to use hrtimerPrakash Sangappa
2022-05-09ipc/sem: remove redundant assignmentsMichal Orzel
2022-05-09initramfs: support cpio extraction with file checksumsDavid Disseldorp
2022-05-09gen_init_cpio: support file checksum archivingDavid Disseldorp
2022-05-09gen_init_cpio: fix short read file handlingDavid Disseldorp
2022-05-09initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp
2022-05-09initramfs: make dir_entry.name a flexible array memberDavid Disseldorp
2022-05-09initramfs: refactor do_header() cpio magic checksDavid Disseldorp
2022-05-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan
2022-04-29fs: sysv: check sbi->s_firstdatazone in complete_read_superLiu Shixin
2022-04-29kernel: make taskstats available from all net namespacesxu xin
2022-04-29taskstats: version 12 with thread group and exe infoDr. Thomas Orgis
2022-04-29rapidio: remove unnecessary use of list iteratorJakob Koschel
2022-04-29kexec: remove redundant assignmentsMichal Orzel
2022-04-29MAINTAINERS: remove redundant file of PTRACE SUPPORT entryTiezhu Yang
2022-04-29ptrace: fix wrong comment of PT_DTRACETiezhu Yang
2022-04-29ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEPTiezhu Yang
2022-04-29fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi
2022-04-29fatfs: add FAT messages to printk indexJonathan Lassoff
2022-04-29fatfs: remove redundant judgmentYubo Feng
2022-04-29init/Kconfig: remove USELIB syscall by defaultKees Cook
2022-04-29list: fix a data-race around ep->rdllistKuniyuki Iwashima
2022-04-29pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima
2022-04-29lib: remove back_str initializationTom Rix
2022-04-29lib/string.c: simplify str[c]spnRasmus Villemoes
2022-04-29lib/test_string.c: add strspn and strcspn testsRasmus Villemoes
2022-04-29lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes
2022-04-29lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testXiaoke Wang
2022-04-29get_maintainer: Honor mailmap for in file emailsRob Herring
2022-04-29kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai
2022-04-29net: unexport csum_and_copy_{from,to}_userChristoph Hellwig
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)
2022-04-29vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)
2022-04-29fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel
2022-04-29ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel