Age | Commit message (Expand) | Author |
2021-07-01 | mm: remove special swap entry functions | Alistair Popple |
2021-06-30 | mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs | Collin Fijalkovich |
2021-06-30 | fs/proc/kcore: use page_offline_(freeze|thaw) | David Hildenbrand |
2021-06-30 | fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi... | David Hildenbrand |
2021-06-30 | fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM | David Hildenbrand |
2021-06-30 | fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER | David Hildenbrand |
2021-06-30 | userfaultfd/shmem: advertise shmem minor fault support | Axel Rasmussen |
2021-06-30 | userfaultfd/shmem: support minor fault registration for shmem | Axel Rasmussen |
2021-06-30 | mm/pagemap: export uffd-wp protection information | Peter Xu |
2021-06-30 | mm/userfaultfd: fail uffd-wp registration if not supported | Peter Xu |
2021-06-30 | mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON | Muchun Song |
2021-06-30 | mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_... | Miaohe Lin |
2021-06-30 | mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP | Muchun Song |
2021-06-29 | binfmt: remove in-tree usage of MAP_EXECUTABLE | David Hildenbrand |
2021-06-29 | mm: gup: pack has_pinned in MMF_HAS_PINNED | Andrea Arcangeli |
2021-06-29 | mm: move page dirtying prototypes from mm.h | Matthew Wilcox (Oracle) |
2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) |
2021-06-29 | fs: remove anon_set_page_dirty() | Matthew Wilcox (Oracle) |
2021-06-29 | iomap: use __set_page_dirty_nobuffers | Matthew Wilcox (Oracle) |
2021-06-29 | mm/writeback: move __set_page_dirty() to core mm | Matthew Wilcox (Oracle) |
2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig |
2021-06-29 | fs: move ramfs_aops to libfs | Christoph Hellwig |
2021-06-29 | fs: unexport __set_page_dirty | Christoph Hellwig |
2021-06-29 | writeback, cgroup: release dying cgwbs by switching attached inodes | Roman Gushchin |
2021-06-29 | writeback, cgroup: support switching multiple inodes at once | Roman Gushchin |
2021-06-29 | writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn() | Roman Gushchin |
2021-06-29 | writeback, cgroup: keep list of inodes attached to bdi_writeback | Roman Gushchin |
2021-06-29 | writeback, cgroup: switch to rcu_work API in inode_switch_wbs() | Roman Gushchin |
2021-06-29 | writeback, cgroup: increment isw_nr_in_flight before grabbing an inode | Roman Gushchin |
2021-06-29 | writeback, cgroup: add smp_mb() to cgroup_writeback_umount() | Roman Gushchin |
2021-06-29 | writeback, cgroup: do not switch inodes with I_WILL_FREE flag | Roman Gushchin |
2021-06-29 | dax: fix ENOMEM handling in grab_mapping_entry() | Jan Kara |
2021-06-29 | ocfs2: remove redundant initialization of variable ret | Colin Ian King |
2021-06-29 | ocfs2: replace simple_strtoull() with kstrtoull() | Chen Huang |
2021-06-29 | ocfs2: remove repeated uptodate check for buffer | Wan Jiabing |
2021-06-29 | ocfs2: remove redundant assignment to pointer queue | Colin Ian King |
2021-06-29 | ocfs2: fix snprintf() checking | Dan Carpenter |
2021-06-29 | ocfs2: remove unnecessary INIT_LIST_HEAD() | Yang Yingliang |
2021-06-29 | squashfs: add option to panic on errors | Vincent Whitchurch |
2021-06-29 | ntfs: fix validity check for file name attribute | Desmond Cheong Zhi Xi |
2021-06-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-25 | Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-client | Linus Torvalds |
2021-06-25 | Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-06-24 | nilfs2: fix memory leak in nilfs_sysfs_delete_device_group | Pavel Skripkin |
2021-06-22 | ceph: fix error handling in ceph_atomic_open and ceph_lookup | Jeff Layton |
2021-06-22 | ceph: must hold snap_rwsem when filling inode for async create | Jeff Layton |
2021-06-21 | netfs: fix test for whether we can skip read when writing beyond EOF | Jeff Layton |
2021-06-21 | afs: Fix afs_write_end() to handle short writes | David Howells |
2021-06-18 | Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-06-18 | afs: Re-enable freezing once a page fault is interrupted | Matthew Wilcox (Oracle) |