linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-26 14:49:49 to 2020-10-29 00:09:34 UTC [more...]

[PATCH] pipe: fix potential inode leak in create_pipe_files()
 2020-10-28  6:00 UTC  (3+ messages)

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-28 23:42 UTC  (29+ messages)
` [PATCH v2 01/19] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v2 02/19] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v2 03/19] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v2 04/19] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v2 05/19] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
` [PATCH v2 06/19] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v2 07/19] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
` [PATCH v2 08/19] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v2 09/19] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v2 10/19] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v2 11/19] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v2 12/19] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v2 13/19] mm/hugetlb: Add a BUILD_BUG_ON to check if struct page size is a power of two
` [PATCH v2 14/19] mm/hugetlb: Clear PageHWPoison on the non-error memory page
` [PATCH v2 15/19] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v2 16/19] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v2 17/19] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v2 18/19] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v2 19/19] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
  ` [External] Re: [PATCH v2 00/19] Free some vmemmap pages of hugetlb page

[PATCH] buffer_io_error: Use dev_err_ratelimited
 2020-10-28 23:22 UTC  (5+ messages)

[PATCH 11/11] afs: Fix dirty-region encoding on ppc32 with 64K pages
 2020-10-28 17:11 UTC  (15+ messages)
` [PATCH 00/11] AFS fixes [ver #2]
  ` [PATCH 01/11] afs: Fix copy_file_range()
  ` [PATCH 02/11] afs: Fix tracing deref-before-check
  ` [PATCH 04/11] afs: Fix afs_launder_page to not clear PG_writeback
  ` [PATCH 05/11] afs: Fix to take ref on page when PG_private is set
  ` [PATCH 07/11] afs: Fix where page->private is set during write
  ` [PATCH 08/11] afs: Wrap page->private manipulations in inline functions
  ` [PATCH 09/11] afs: Alter dirty range encoding in page->private
  ` [PATCH 10/11] afs: Fix afs_invalidatepage to adjust the dirty region

[PATCH 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-10-28 18:14 UTC  (17+ messages)
` [PATCH 01/13] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [PATCH 02/13] ia64: remove custom __early_pfn_to_nid()
` [PATCH 03/13] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [PATCH 04/13] ia64: discontig: paging_init(): remove local max_pfn calculation
` [PATCH 05/13] ia64: split virtual map initialization out of paging_init()
` [PATCH 06/13] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [PATCH 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [PATCH 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [PATCH 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [PATCH 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [PATCH 12/13] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [PATCH 13/13] m68k: deprecate DISCONTIGMEM

[PATCH 00/11] AFS fixes [ver #3]
 2020-10-28 22:23 UTC  (8+ messages)
` [PATCH 04/11] afs: Fix afs_launder_page to not clear PG_writeback
` [PATCH 06/11] afs: Fix page leak on afs_write_begin() failure
` [PATCH 07/11] afs: Fix where page->private is set during write
` [PATCH 08/11] afs: Wrap page->private manipulations in inline functions
` [PATCH 09/11] afs: Alter dirty range encoding in page->private
` [PATCH 10/11] afs: Fix afs_invalidatepage to adjust the dirty region
` [PATCH 11/11] afs: Fix dirty-region encoding on ppc32 with 64K pages

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-10-28  1:35 UTC  (10+ messages)
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls

[PATCH v3] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-28  6:51 UTC  (3+ messages)

[PATCH v4] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-28 15:11 UTC 

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-10-28  7:50 UTC  (12+ messages)
` [PATCH v3 01/12] mm: Make pagecache tagged lookups return only head pages
` [PATCH v3 03/12] mm/filemap: Add helper for finding pages
` [PATCH v3 04/12] mm/filemap: Add mapping_seek_hole_data

[PATCH 0/4] Some more lock_page work
 2020-10-28 20:29 UTC  (11+ messages)
    ` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)

[PATCH] iomap: support partial page discard on writeback block mapping failure
 2020-10-28  7:31 UTC  (3+ messages)

[PATCH 1/2] epoll: check ep_events_available() upon timeout
 2020-10-28 18:02 UTC 

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-28 14:49 UTC  (4+ messages)
` [PATCH v8 04/41] btrfs: Check and enable ZONED mode

[PATCH 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-28 11:31 UTC  (12+ messages)
` [PATCH 1/2] iomap: use page dirty state to seek data "
` [PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range

[PATCH 0/3] Allow in-kernel consumers to drain events from eventfd
 2020-10-27 23:13 UTC  (7+ messages)
  ` [PATCH 1/3] eventfd: Export eventfd_ctx_do_read()
  ` [PATCH 2/3] vfio/virqfd: Drain events from eventfd in virqfd_wakeup()
  ` [PATCH 3/3] kvm/eventfd: Drain events from eventfd in irqfd_wakeup()

[PATCH] openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
 2020-10-27 22:28 UTC  (2+ messages)

[PATCH v22 00/12] Landlock LSM
 2020-10-27 20:03 UTC  (13+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 02/12] landlock: Add ruleset and domain management
` [PATCH v22 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v22 04/12] landlock: Add ptrace restrictions
` [PATCH v22 05/12] LSM: Infrastructure management of the superblock
` [PATCH v22 06/12] fs,security: Add sb_delete hook
` [PATCH v22 07/12] landlock: Support filesystem access-control
` [PATCH v22 08/12] landlock: Add syscall implementations
` [PATCH v22 09/12] arch: Wire up Landlock syscalls
` [PATCH v22 10/12] selftests/landlock: Add user space tests
` [PATCH v22 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v22 12/12] landlock: Add user and kernel documentation

bcachefs-for-review
 2020-10-27 20:04 UTC 

[PATCH v2] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-27 20:00 UTC  (3+ messages)

[PATCH 03/65] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-10-27 19:01 UTC  (3+ messages)

[PATCH 0/6] Make block_read_full_page synchronous
 2020-10-27 18:30 UTC  (3+ messages)
` [PATCH 1/6] block: Add blk_completion

[RFC] Removing b_end_io
 2020-10-27 18:25 UTC  (2+ messages)

selinux_file_permission() on pipes/pseudo-files - performance issue
 2020-10-27 18:14 UTC  (2+ messages)

[PATCH] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-27 14:51 UTC  (4+ messages)

[RESEND PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-10-27 17:19 UTC  (2+ messages)

[PATCH] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2020-10-27 16:54 UTC  (3+ messages)

[PATCH] inotify: Increase default inotify.max_user_watches limit to 1048576
 2020-10-27 16:00 UTC  (3+ messages)

[PATCH 00/10] AFS fixes
 2020-10-27 16:02 UTC  (12+ messages)
` [PATCH 01/10] afs: Fix copy_file_range()
` [PATCH 02/10] afs: Fix tracing deref-before-check
` [PATCH 03/10] afs: Fix a use after free in afs_xattr_get_acl()
` [PATCH 04/10] afs: Fix afs_launder_page to not clear PG_writeback
` [PATCH 05/10] afs: Fix to take ref on page when PG_private is set
` [PATCH 06/10] afs: Fix page leak on afs_write_begin() failure
` [PATCH 07/10] afs: Fix where page->private is set during write
` [PATCH 08/10] afs: Wrap page->private manipulations in inline functions
` [PATCH 09/10] afs: Alter dirty range encoding in page->private
` [PATCH 10/10] afs: Fix afs_invalidatepage to adjust the dirty region

[PATCH 0/9] More THP fixes
 2020-10-27 14:36 UTC  (11+ messages)
` [PATCH 1/9] mm: Support THPs in zero_user_segments
` [PATCH 2/9] mm/page-flags: Allow accessing PageError on tail pages
` [PATCH 3/9] mm: Return head pages from grab_cache_page_write_begin
` [PATCH 4/9] mm: Replace prep_transhuge_page with thp_prep
` [PATCH 5/9] mm/truncate: Make invalidate_inode_pages2_range work with THPs
` [PATCH 6/9] mm/truncate: Fix invalidate_complete_page2 for THPs
` [PATCH 7/9] mm/vmscan: Free non-shmem THPs without splitting them
` [PATCH 8/9] mm: Fix THP size assumption in mem_cgroup_split_huge_fixup
` [PATCH 9/9] mm: Fix READ_ONLY_THP warning

Splitting a THP beyond EOF
 2020-10-27 12:14 UTC  (9+ messages)

[PATCH AUTOSEL 5.8 005/132] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
 2020-10-27 11:40 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 100/132] binfmt_elf: take the mmap lock around find_extend_vma()

[PATCH 02/10] fs: don't allow splice read/write without explicit ops
 2020-10-27 10:38 UTC  (6+ messages)
` remove the last set_fs() in common code, and remove it for x86 and powerpc v2

[PATCH v7 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-27  9:48 UTC  (7+ messages)
` [PATCH v7 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v7 3/7] set_memory: allow set_direct_map_*_noflush() for multiple pages

[PATCH] fuse: check whether fuse_request_alloc returns NULL in fuse_simple_request
 2020-10-27  9:24 UTC  (2+ messages)

[PATCH] fuse: fix potential accessing NULL pointer problem in fuse_send_init()
 2020-10-27  9:21 UTC  (2+ messages)

[PATCH 1/2] fs:regfs: add register easy filesystem
 2020-10-27  9:16 UTC  (3+ messages)

[PATCH AUTOSEL 5.9 006/147] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
 2020-10-26 23:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.9 029/147] io_uring: don't set COMP_LOCKED if won't put
` [PATCH AUTOSEL 5.9 108/147] binfmt_elf: take the mmap lock around find_extend_vma()

[PATCH AUTOSEL 5.4 02/80] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
 2020-10-26 23:53 UTC 

[REGRESSION] mm: process_vm_readv testcase no longer works after compat_prcoess_vm_readv removed
 2020-10-27  0:09 UTC  (4+ messages)

mmotm 2020-10-26-15-37 uploaded
 2020-10-26 22:38 UTC 

[PATCH] fs/dcache: optimize start_dir_add()
 2020-10-26 21:59 UTC  (2+ messages)

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-10-26 21:00 UTC  (3+ messages)
` [PATCH v6 1/2] Add UFFD_USER_MODE_ONLY
` [PATCH v6 2/2] Add user-mode only option to unprivileged_userfaultfd sysctl knob

[PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
 2020-10-26 17:14 UTC  (11+ messages)
` [PATCH 1/7] 9P: Cast to loff_t before multiplying
` [PATCH 5/7] btrfs: Promote to unsigned long long before shifting
` [PATCH 6/7] "
` [PATCH 7/7] btrfs: Promote to unsigned long long before multiplying

[PATCH v10 0/3] SELinux support for anonymous inodes and UFFD
 2020-10-26 16:57 UTC  (2+ messages)

Strange SEEK_HOLE / SEEK_DATA behavior
 2020-10-26 16:48 UTC  (3+ messages)

[PATCH] epoll: add nsec timeout support
 2020-10-26 16:13 UTC  (2+ messages)

[PATCH v2 0/4] Remove nrexceptional tracking
 2020-10-26 15:18 UTC  (5+ messages)
` [PATCH v2 1/4] mm: Introduce and use mapping_empty
` [PATCH v2 2/4] mm: Stop accounting shadow entries
` [PATCH v2 3/4] dax: Account DAX entries as nrpages
` [PATCH v2 4/4] mm: Remove nrexceptional from inode

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-26 14:51 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).