summaryrefslogtreecommitdiffstats
path: root/fs/minix/file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-23mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng4-11/+28
2022-11-23swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun1-4/+4
2022-11-23hugetlb: fix __prep_compound_gigantic_page page flag settingMike Kravetz1-1/+3
2022-11-23kfence: fix stack trace pruningMarco Elver1-4/+9
2022-11-23proc/meminfo: fix spacing in SecPageTablesYosry Ahmed1-1/+1
2022-11-23mm: multi-gen LRU: retry folios written back while isolatedYu Zhao1-11/+37
2022-11-23mailmap: update email address for Satya PriyaSatya Priya1-0/+1
2022-11-23mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple1-2/+6
2022-11-23kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatibleSam James1-0/+2
2022-11-23MAINTAINERS: update Alex Hung's email addressAlex Hung1-1/+1
2022-11-23mailmap: update Alex Hung's email addressAlex Hung1-0/+1
2022-11-23mm: mmap: fix documentation for vma_mas_szeroIan Cowan1-1/+1
2022-11-23mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park1-0/+4
2022-11-23mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple1-1/+1
2022-11-23mm: correctly charge compressed memory to its memcgLi Liguang1-1/+1
2022-11-23ipc/shm: call underlying open/close vm_opsMike Kravetz1-9/+25
2022-11-23gcov: clang: fix the buffer overflow issueMukesh Ojha1-0/+2
2022-11-23mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani2-6/+5
2022-11-23mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla1-1/+1
2022-11-23mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi1-18/+14
2022-11-23mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner1-6/+4
2022-11-09docs: kmsan: fix formatting of "Example report"Alexander Potapenko1-0/+1
2022-11-09mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park1-0/+7
2022-11-09maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett1-2/+1
2022-11-09maple_tree: fix depth tracking in maple_stateLiam Howlett1-1/+2
2022-11-09arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level pagingNaoya Horiguchi1-0/+4
2022-11-09fs: fix leaked psi pressure stateJohannes Weiner2-13/+19
2022-11-09nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2-9/+8
2022-11-09x86/traps: avoid KMSAN bugs originating from handle_bug()Alexander Potapenko1-0/+7
2022-11-09kmsan: make sure PREEMPT_RT is offAlexander Potapenko1-0/+1
2022-11-09Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko1-1/+1
2022-11-09x86/uaccess: instrument copy_from_user_nmi()Alexander Potapenko1-0/+3
2022-11-09kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko1-0/+2
2022-11-09mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik1-0/+1
2022-11-09mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu1-1/+1
2022-11-09mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta1-0/+1
2022-11-09Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu1-3/+6
2022-11-09nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi1-2/+0
2022-11-09mm/mmap: fix memory leak in mmap_region()Li Zetao1-1/+5
2022-11-09hugetlbfs: don't delete error page from pagecacheJames Houghton3-8/+14
2022-11-09maple_tree: reorganize testing to restore module testingLiam Howlett10-35745/+36031
2022-11-09maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett1-6/+4
2022-11-09maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett1-3/+1
2022-11-07Linux 6.1-rc4v6.1-rc4Linus Torvalds1-1/+1
2022-11-06ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o1-2/+3
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan1-1/+1
2022-11-06ext4: fix warning in 'ext4_da_release_space'Ye Bin1-1/+2
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-11-05cifs: fix use-after-free on the link nameChenXiaoSong2-6/+25
2022-11-05cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N3-51/+55