linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-24 00:26:16 to 2020-10-27 18:30:43 UTC [more...]

[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  (4+ messages)

[PATCH 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-27 18:15 UTC  (11+ 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

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

[PATCH 0/3] Allow in-kernel consumers to drain events from eventfd
 2020-10-27 13:55 UTC  (4+ 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 v2] seq_file: fix clang warning for NULL pointer arithmetic
 2020-10-27 14:52 UTC 

[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] iomap: support partial page discard on writeback block mapping failure
 2020-10-27 16:47 UTC  (2+ 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 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-10-27 11:29 UTC  (14+ 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 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  (12+ messages)
` [PATCH v7 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v7 2/7] mmap: make mlock_future_check() global
` [PATCH v7 3/7] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v7 4/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v7 5/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v7 6/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v7 7/7] secretmem: test: add basic selftest for memfd_secret(2)

[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 v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-27  2:58 UTC  (24+ 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
` [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 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] buffer_io_error: Use dev_err_ratelimited
 2020-10-26 22:07 UTC  (2+ messages)

[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  (7+ messages)

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-10-26 14:49 UTC  (17+ messages)
` [PATCH v3 01/12] mm: Make pagecache tagged lookups return only head pages
` [PATCH v3 02/12] mm/shmem: Use pagevec_lookup in shmem_unlock_mapping
` [PATCH v3 03/12] mm/filemap: Add helper for finding pages
` [PATCH v3 04/12] mm/filemap: Add mapping_seek_hole_data
` [PATCH v3 05/12] mm: Add and use find_lock_entries
` [PATCH v3 06/12] mm: Add an 'end' parameter to find_get_entries
` [PATCH v3 07/12] mm: Add an 'end' parameter to pagevec_lookup_entries
` [PATCH v3 08/12] mm: Remove nr_entries parameter from pagevec_lookup_entries
` [PATCH v3 09/12] mm: Pass pvec directly to find_get_entries
` [PATCH v3 10/12] mm: Remove pagevec_lookup_entries
` [PATCH v3 11/12] mm/truncate,shmem: Handle truncates that split THPs
` [PATCH v3 12/12] mm/filemap: Return only head pages from find_get_entries

[PATCH V10 0/5] fuse: Add support for passthrough read/write
 2020-10-26 12:50 UTC  (6+ messages)
` [PATCH V10 1/5] fuse: Definitions and ioctl() for passthrough
` [PATCH V10 2/5] fuse: Passthrough initialization and release
` [PATCH V10 3/5] fuse: Introduce synchronous read and write for passthrough
` [PATCH V10 4/5] fuse: Handle asynchronous read and write in passthrough
` [PATCH V10 5/5] fuse: Use daemon creds in passthrough mode

[PATCH v3 36/56] locks: fix a typo at a kernel-doc markup
 2020-10-26 12:01 UTC  (2+ messages)

[vfs:work.epoll 17/27] fs/eventpoll.c:1629:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing
 2020-10-26  9:45 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] cachefiles: Handle readpage error correctly
 2020-10-26  9:12 UTC 

[PATCH net-next] mm, oom: keep oom_adj under or at upper limit when printing [v2]
 2020-10-26  7:33 UTC  (2+ messages)

[PATCH v2 0/2] generic_file_buffered_read() improvements
 2020-10-25 21:29 UTC  (3+ messages)
` [PATCH v2 1/2] fs: Break generic_file_buffered_read up into multiple functions
` [PATCH v2 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig

[RFC PATCH v2 0/8] implement containerized syncfs for overlayfs
 2020-10-25  3:41 UTC  (9+ messages)
` [RFC PATCH v2 1/8] ovl: setup overlayfs' private bdi
` [RFC PATCH v2 2/8] ovl: implement ->writepages operation
` [RFC PATCH v2 3/8] ovl: implement overlayfs' ->evict_inode operation
` [RFC PATCH v2 4/8] ovl: mark overlayfs' inode dirty on modification
` [RFC PATCH v2 5/8] ovl: mark overlayfs' inode dirty on shared writable mmap
` [RFC PATCH v2 6/8] ovl: implement overlayfs' ->write_inode operation
` [RFC PATCH v2 7/8] ovl: cache dirty overlayfs' inode
` [RFC PATCH v2 8/8] ovl: implement containerized syncfs for overlayfs

WARNING in try_to_wake_up
 2020-10-25  1:37 UTC 

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-10-24 21:12 UTC  (12+ messages)

[git pull] vfs misc pile
 2020-10-24 19:37 UTC  (2+ messages)

[PATCH 0/2] block layer filter and block device snapshot module
 2020-10-24 14:53 UTC  (3+ messages)
` [PATCH 1/2] Block layer filter - second version

[PATCH v4 0/2] Control over userfaultfd kernel-fault handling
 2020-10-24  5:28 UTC  (5+ messages)

[PATCH v5 0/2] Control over userfaultfd kernel-fault handling
 2020-10-24  4:08 UTC  (6+ messages)
` [PATCH v5 1/2] Add UFFD_USER_MODE_ONLY
` [PATCH v5 2/2] Add user-mode only option to unprivileged_userfaultfd sysctl knob

[GIT PULL] xfs: fixes for 5.10-rc1
 2020-10-24  0:26 UTC  (2+ 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).