1. c949b09 userfaultfd/shmem: support minor fault registration for shmem by Axel Rasmussen · 3 years, 6 months ago
  2. fb8e37f mm/pagemap: export uffd-wp protection information by Peter Xu · 3 years, 6 months ago
  3. 00b151f mm/userfaultfd: fail uffd-wp registration if not supported by Peter Xu · 3 years, 6 months ago
  4. e6d41f1 mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON by Muchun Song · 3 years, 6 months ago
  5. e6be37b mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled() by Miaohe Lin · 3 years, 6 months ago
  6. 6be24be mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP by Muchun Song · 3 years, 6 months ago
  7. a4eec6a binfmt: remove in-tree usage of MAP_EXECUTABLE by David Hildenbrand · 3 years, 6 months ago
  8. a458b76 mm: gup: pack has_pinned in MMF_HAS_PINNED by Andrea Arcangeli · 3 years, 6 months ago
  9. 3a6b216 mm: move page dirtying prototypes from mm.h by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  10. b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  11. fc50eee fs: remove anon_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  12. fd7353f iomap: use __set_page_dirty_nobuffers by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  13. 6e1cae8 mm/writeback: move __set_page_dirty() to core mm by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  14. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 6 months ago
  15. c1e3dbe fs: move ramfs_aops to libfs by Christoph Hellwig · 3 years, 6 months ago
  16. 34ebcce fs: unexport __set_page_dirty by Christoph Hellwig · 3 years, 6 months ago
  17. c22d70a writeback, cgroup: release dying cgwbs by switching attached inodes by Roman Gushchin · 3 years, 6 months ago
  18. f5fbe6b writeback, cgroup: support switching multiple inodes at once by Roman Gushchin · 3 years, 6 months ago
  19. 72d4512 writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn() by Roman Gushchin · 3 years, 6 months ago
  20. f3b6a6d writeback, cgroup: keep list of inodes attached to bdi_writeback by Roman Gushchin · 3 years, 6 months ago
  21. 29264d9 writeback, cgroup: switch to rcu_work API in inode_switch_wbs() by Roman Gushchin · 3 years, 6 months ago
  22. 8826ee4 writeback, cgroup: increment isw_nr_in_flight before grabbing an inode by Roman Gushchin · 3 years, 6 months ago
  23. 592fa00 writeback, cgroup: add smp_mb() to cgroup_writeback_umount() by Roman Gushchin · 3 years, 6 months ago
  24. 4ade586 writeback, cgroup: do not switch inodes with I_WILL_FREE flag by Roman Gushchin · 3 years, 6 months ago
  25. 1a14e37 dax: fix ENOMEM handling in grab_mapping_entry() by Jan Kara · 3 years, 6 months ago
  26. 7ed6d4e ocfs2: remove redundant initialization of variable ret by Colin Ian King · 3 years, 6 months ago
  27. f0f798d ocfs2: replace simple_strtoull() with kstrtoull() by Chen Huang · 3 years, 6 months ago
  28. 01f0139 ocfs2: remove repeated uptodate check for buffer by Wan Jiabing · 3 years, 6 months ago
  29. ca49b6d ocfs2: remove redundant assignment to pointer queue by Colin Ian King · 3 years, 6 months ago
  30. 54e948c ocfs2: fix snprintf() checking by Dan Carpenter · 3 years, 6 months ago
  31. 74ef829 ocfs2: remove unnecessary INIT_LIST_HEAD() by Yang Yingliang · 3 years, 6 months ago
  32. 10dde05 squashfs: add option to panic on errors by Vincent Whitchurch · 3 years, 6 months ago
  33. d98e4d9 ntfs: fix validity check for file name attribute by Desmond Cheong Zhi Xi · 3 years, 6 months ago
  34. 7ce32ac Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  35. edf54d9d Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 6 months ago
  36. 9e736cf Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 6 months ago
  37. 8fd0c1b nilfs2: fix memory leak in nilfs_sysfs_delete_device_group by Pavel Skripkin · 3 years, 6 months ago
  38. 7a971e2 ceph: fix error handling in ceph_atomic_open and ceph_lookup by Jeff Layton · 3 years, 7 months ago
  39. 27171ae ceph: must hold snap_rwsem when filling inode for async create by Jeff Layton · 3 years, 7 months ago
  40. 827a746 netfs: fix test for whether we can skip read when writing beyond EOF by Jeff Layton · 3 years, 7 months ago
  41. 66e9c6a afs: Fix afs_write_end() to handle short writes by David Howells · 3 years, 7 months ago
  42. 6fab154 Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 6 months ago
  43. 9620ad8 afs: Re-enable freezing once a page fault is interrupted by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  44. 39519f6 Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 7 months ago
  45. f9f28e5 btrfs: zoned: fix negative space_info->bytes_readonly by Naohiro Aota · 3 years, 7 months ago
  46. 846be08 mm/hugetlb: expand restore_reserve_on_error functionality by Mike Kravetz · 3 years, 7 months ago
  47. 94f0b2d proc: only require mm_struct for writing by Linus Torvalds · 3 years, 7 months ago
  48. a33d626 afs: Fix an IS_ERR() vs NULL check by Dan Carpenter · 3 years, 7 months ago
  49. f644bc4 fanotify: fix copy_event_to_user() fid error clean up by Matthew Bobrowski · 3 years, 7 months ago
  50. 960f071 Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 7 months ago
  51. 87a7f73 Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 7 months ago
  52. b2568ee Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  53. 9690557 io_uring: add feature flag for rsrc tags by Pavel Begunkov · 3 years, 7 months ago
  54. 992da01 io_uring: change registration/upd/rsrc tagging ABI by Pavel Begunkov · 3 years, 7 months ago
  55. 06af867 coredump: Limit what can interrupt coredumps by Eric W. Biederman · 3 years, 7 months ago
  56. cc6cf82 Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 7 months ago
  57. 591a22c proc: Track /proc/$pid/attr/ opener mm_struct by Kees Cook · 3 years, 7 months ago
  58. dc25573 afs: Fix partial writeback of large files on fsync and close by Marc Dionne · 3 years, 7 months ago
  59. 20e41d9 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 7 months ago
  60. e71f99f ext4: Only advertise encrypted_casefold when encryption and unicode are enabled by Daniel Rosenberg · 3 years, 7 months ago
  61. 63e7f12 ext4: fix no-key deletion for encrypt+casefold by Daniel Rosenberg · 3 years, 7 months ago
  62. afd09b6 ext4: fix memory leak in ext4_fill_super by Alexey Makhalov · 3 years, 7 months ago
  63. a7ba36b ext4: fix fast commit alignment issues by Harshad Shirwadkar · 3 years, 7 months ago
  64. 082cd4e ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed by Ye Bin · 3 years, 8 months ago
  65. 6bba447 ocfs2: fix data corruption by fallocate by Junxiao Bi · 3 years, 7 months ago
  66. f501b6a debugfs: Fix debugfs_read_file_str() by Dietmar Eggemann · 3 years, 7 months ago
  67. aefd7f7 btrfs: promote debugging asserts to full-fledged checks in validate_super by Nikolay Borisov · 3 years, 7 months ago
  68. e7b2ec3 btrfs: return value from btrfs_mark_extent_written() in case of error by Ritesh Harjani · 3 years, 7 months ago
  69. 5b434df btrfs: zoned: fix zone number to sector/physical calculation by Naohiro Aota · 3 years, 7 months ago
  70. 165ea85 btrfs: do not write supers if we have an fs error by Josef Bacik · 3 years, 7 months ago
  71. ec95502 Merge tag 'io_uring-5.13-2021-06-03' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  72. fd2ff27 Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 7 months ago
  73. c3aba89 NFSv4: Fix second deadlock in nfs4_evict_inode() by Trond Myklebust · 3 years, 7 months ago
  74. dfe1fe7 NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode() by Trond Myklebust · 3 years, 7 months ago
  75. d1b5c23 NFS: FMODE_READ and friends are C macros, not enum types by Chuck Lever · 3 years, 7 months ago
  76. 09226e8 NFS: Fix a potential NULL dereference in nfs_get_client() by Dan Carpenter · 3 years, 7 months ago
  77. 476bdb0 NFS: Fix use-after-free in nfs4_init_client() by Anna Schumaker · 3 years, 7 months ago
  78. 0b4f132 NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriate by Scott Mayhew · 3 years, 7 months ago
  79. b45f189 ext4: fix accessing uninit percpu counter variable with fast_commit by Ritesh Harjani · 3 years, 8 months ago
  80. d5b8145 Revert "gfs2: Fix mmap locking for write faults" by Andreas Gruenbacher · 3 years, 7 months ago
  81. f8849e2 NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error. by Dai Ngo · 3 years, 7 months ago
  82. c2131f7 Merge tag 'gfs2-v5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 7 months ago
  83. 36c7955 Merge tag 'fsnotify_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 7 months ago
  84. 1ab19c5 gfs2: Fix use-after-free in gfs2_glock_shrink_scan by Hillf Danton · 3 years, 8 months ago
  85. 75b9c72 Merge tag 'xfs-5.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 7 months ago
  86. 216e583 io_uring: fix misaccounting fix buf pinned pages by Pavel Begunkov · 3 years, 7 months ago
  87. e1a9e3d Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 7 months ago
  88. b3dbbae Merge tag 'io_uring-5.13-2021-05-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  89. 7c0ec89 Merge tag '5.13-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 7 months ago
  90. 5ff2756 Merge tag 'nfs-for-5.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 7 months ago
  91. 76a6d5c btrfs: fix deadlock when cloning inline extents and low on available space by Filipe Manana · 3 years, 7 months ago
  92. ea7036d btrfs: fix fsync failure and transaction abort after writes to prealloc extents by Filipe Manana · 3 years, 7 months ago
  93. dc09ef3 btrfs: abort in rename_exchange if we fail to insert the second ref by Josef Bacik · 3 years, 7 months ago
  94. f96d447 btrfs: check error value from btrfs_update_inode in tree log by Josef Bacik · 3 years, 7 months ago
  95. 011b28a btrfs: fixup error handling in fixup_inode_link_counts by Josef Bacik · 3 years, 7 months ago
  96. d61bec0 btrfs: mark ordered extent and inode with error if we fail to finish by Josef Bacik · 3 years, 7 months ago
  97. 856bd27 btrfs: return errors from btrfs_del_csums in cleanup_ref_head by Josef Bacik · 3 years, 7 months ago
  98. b86652b btrfs: fix error handling in btrfs_del_csums by Josef Bacik · 3 years, 7 months ago
  99. 4c80a97 btrfs: fix compressed writes that cross stripe boundary by Qu Wenruo · 3 years, 7 months ago
  100. 1bb5681 cifs: change format of CIFS_FULL_KEY_DUMP ioctl by Aurelien Aptel · 3 years, 7 months ago