linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 11:37:00 to 2020-12-08 21:02:50 UTC [more...]

[PATCH 0/8] Superblock Notifications
 2020-12-08 19:29 UTC  (19+ messages)
` [PATCH 1/8] watch_queue: Make watch_sizeof() check record size
` [PATCH 2/8] security: Add hooks to rule on setting a watch for superblock
` [PATCH 3/8] watch_queue: Support a text field at the end of the notification
` [PATCH 4/8] vfs: Add superblock notifications
` [PATCH 5/8] vfs: Include origin of the SB error notification
` [PATCH 6/8] fs: Add more superblock error subtypes
` [PATCH 7/8] ext4: Implement SB error notification through watch_sb
` [PATCH 8/8] samples: watch_queue: Add sample of SB notifications

[PATCH 1/6] seq_file: add seq_read_iter
 2020-12-08 21:01 UTC  (17+ messages)

[PATCH v11 0/4] xfs: avoid transaction reservation recursion
 2020-12-08 18:59 UTC  (6+ messages)
` [PATCH v11 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v11 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v11 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v11 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

[RFC PATCH 00/11] Page folios
 2020-12-08 19:46 UTC  (12+ messages)
` [RFC PATCH 01/11] mm: Introduce struct folio
` [RFC PATCH 02/11] mm: Add put_folio
` [RFC PATCH 03/11] mm: Add get_folio
` [RFC PATCH 04/11] mm: Create FolioFlags
` [RFC PATCH 05/11] mm: Add unlock_folio
` [RFC PATCH 06/11] mm: Add lock_folio
` [RFC PATCH 07/11] mm: Add lock_folio_killable
` [RFC PATCH 08/11] mm/filemap: Convert end_page_writeback to use a folio
` [RFC PATCH 09/11] mm/filemap: Convert mapping_get_entry and pagecache_get_page to folio
` [RFC PATCH 10/11] mm/filemap: Add folio_add_to_page_cache
` [RFC PATCH 11/11] mm/swap: Convert rotate_reclaimable_page to folio

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-08 17:13 UTC  (4+ messages)
` [PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker

memory leak in generic_parse_monolithic [+PATCH]
 2020-12-08 16:41 UTC  (4+ messages)
` memory leak in generic_parse_monolithic

[PATCH V2 0/2] Lift memcpy_[to|from]_page to core
 2020-12-08 16:40 UTC  (10+ messages)
` [PATCH V2 1/2] mm/highmem: Remove deprecated kmap_atomic
` [PATCH V2 2/2] mm/highmem: Lift memcpy_[to|from]_page to core

[PATCH v4 00/40] idmapped mounts
 2020-12-08 15:26 UTC  (12+ messages)
` [PATCH v4 04/40] fs: split out functions to hold writers
` [PATCH v4 05/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v4 06/40] fs: add mount_setattr()

[PATCH] quota: Fix error handling path of dquot_resume()
 2020-12-08 14:22 UTC 

Why the auxiliary cipher in gss_krb5_crypto.c?
 2020-12-08 14:13 UTC  (19+ messages)
  ` [RFC][PATCH 00/18] crypto: Add generic Kerberos library

[PATCH v2 00/10] allow unprivileged overlay mounts
 2020-12-08 13:49 UTC  (16+ messages)
` [PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()
` [PATCH v2 02/10] vfs: verify source area in vfs_dedupe_file_range_one()
` [PATCH v2 03/10] ovl: check privs before decoding file handle
` [PATCH v2 04/10] ovl: make ioctl() safe
` [PATCH v2 05/10] ovl: simplify file splice
` [PATCH v2 06/10] ovl: user xattr
` [PATCH v2 07/10] ovl: do not fail when setting origin xattr
` [PATCH v2 08/10] ovl: do not fail because of O_NOATIME
` [PATCH v2 09/10] ovl: do not get metacopy for userxattr
` [PATCH v2 10/10] ovl: unprivieged mounts

[PATCH v10 00/41] btrfs: zoned block device support
 2020-12-08  9:54 UTC  (3+ messages)
` [PATCH v10 14/41] btrfs: load zone's alloction offset

[PATCH] fuse: Support FS_IOC_GET_ENCRYPTION_POLICY_EX
 2020-12-08  9:38 UTC  (5+ messages)
` [PATCH v2 0/2] fuse: fscrypt ioctl support
  ` [PATCH v2 1/2] fuse: Move ioctl length calculation to a separate function
  ` [PATCH v2 2/2] fuse: Support FS_IOC_GET_ENCRYPTION_POLICY_EX

[PATCH v3 0/7] Convert all THP vmstat counters to pages
 2020-12-08  7:53 UTC  (10+ messages)
` [PATCH v3 1/7] mm: memcontrol: fix NR_ANON_THPS account
` [PATCH v3 2/7] mm: memcontrol: convert NR_ANON_THPS account to pages
` [PATCH v3 3/7] mm: memcontrol: convert NR_FILE_THPS "
` [PATCH v3 4/7] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH v3 5/7] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [PATCH v3 6/7] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [PATCH v3 7/7] mm: memcontrol: make the slab calculation consistent
    ` [External] "

[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2020-12-08  5:46 UTC  (4+ messages)

[PATCH v10 0/4] xfs: avoid transaction reservation recursion
 2020-12-08  5:01 UTC  (11+ messages)
` [PATCH v10 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v10 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v10 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v10 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

[PATCH] block: add bio_iov_iter_nvecs for figuring out nr_vecs
 2020-12-08  2:54 UTC  (5+ messages)

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-08  2:44 UTC  (16+ messages)
` [RESEND PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account
` [RESEND PATCH v2 09/12] mm: memcontrol: convert vmstat slab counters to bytes
    ` [External] "
  ` [External] Re: [RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes

[PATCH v7 00/15] Free some vmemmap pages of hugetlb page
 2020-12-08  2:26 UTC  (22+ messages)
` [PATCH v7 01/15] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v7 02/15] mm/memory_hotplug: Move {get,put}_page_bootmem() "
    ` [External] "
` [PATCH v7 03/15] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v7 04/15] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v7 05/15] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
    ` [External] "
    ` [External] Re: [PATCH v7 00/15] Free some vmemmap pages of hugetlb page

[PATCH] exfat: Avoid allocating upcase table using kcalloc()
 2020-12-08  2:22 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-12-08  2:10 UTC 

[PATCH] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-12-08  2:08 UTC 

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-08  1:34 UTC  (5+ messages)
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-12-07 23:56 UTC  (15+ messages)
` [PATCH v2 02/24] exec: Simplify unshare_files
` [PATCH v2 09/24] file: Replace fcheck_files with files_lookup_fd_rcu
` [PATCH v2 15/24] proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu
` [PATCH v2 00/24] exec: Move unshare_files and guarantee files_struct.count is correct

[RFC V2 00/37] Enhance memory utilization with DMEMFS
 2020-12-07 19:32 UTC  (24+ messages)
` [RFC V2 07/37] dmem: trace core functions
` [RFC V2 14/37] mm, dmem: differentiate dmem-pmd and thp-pmd
` [RFC V2 15/37] mm: add pmd_special() check for pmd_trans_huge_lock()
` [RFC V2 16/37] dmemfs: introduce ->split() to dmemfs_vm_ops
` [RFC V2 17/37] mm, dmemfs: support unmap_page_range() for dmemfs pmd
` [RFC V2 18/37] mm: follow_pmd_mask() for dmem huge pmd
` [RFC V2 19/37] mm: gup_huge_pmd() "
` [RFC V2 20/37] mm: support dmem huge pmd for vmf_insert_pfn_pmd()
` [RFC V2 21/37] mm: support dmem huge pmd for follow_pfn()
` [RFC V2 23/37] kvm, x86: introduce VM_DMEM for syscall support usage
` [RFC V2 24/37] dmemfs: support hugepage for dmemfs
` [RFC V2 25/37] mm, x86, dmem: fix estimation of reserved page for vaddr_get_pfn()
` [RFC V2 26/37] mm, dmem: introduce pud_special() for dmem huge pud support
` [RFC V2 27/37] mm: add pud_special() check to support dmem huge pud
` [RFC V2 28/37] mm, dmemfs: support huge_fault() for dmemfs
` [RFC V2 29/37] mm: add follow_pte_pud() to support huge pud look up
` [RFC V2 30/37] dmem: introduce dmem_bitmap_alloc() and dmem_bitmap_free()
` [RFC V2 32/37] mm, dmemfs: register and handle the dmem mce
` [RFC V2 33/37] kvm, x86: enable record_steal_time for dmem
` [RFC V2 36/37] vfio: support dmempage refcount for vfio
` [RFC V2 37/37] Add documentation for dmemfs

[RFC PATCH v2] do_exit(): panic() recursion detected
 2020-12-07 16:19 UTC  (4+ messages)

[PATCH 00/17] kmap: Create mem*_page interfaces
 2020-12-07 16:19 UTC  (6+ messages)
` [PATCH 03/17] drivers/gpu: Convert to mem*_page()

[PATCH RFC] btrfs: remove cow fixup related code
 2020-12-07 14:56 UTC  (2+ messages)

[RFC PATCH] do_exit(): panic() recursion detected
 2020-12-07 14:27 UTC  (4+ messages)
` [NEEDS-REVIEW] "

[iov_iter] 9bd0e337c6: will-it-scale.per_process_ops -4.8% regression
 2020-12-07 13:20 UTC  (4+ messages)

[RFC PATCH] 9p: create writeback fid on shared mmap
 2020-12-07 13:13 UTC  (5+ messages)
  ` [V9fs-developer] "

[PATCH v9 0/2] avoid xfs transaction reservation recursion
 2020-12-07 12:19 UTC  (4+ messages)
` [PATCH v9 2/2] xfs: avoid "

[PATCH] libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
 2020-12-07 12:03 UTC  (2+ messages)

[PATCH v2 3/4] overlay: Add the ability to remount volatile directories when safe
 2020-12-07 11:39 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).