linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 13:15:54 to 2020-12-09 09:32:49 UTC [more...]

[PATCH v10 00/41] btrfs: zoned block device support
 2020-12-09  9:31 UTC  (7+ messages)
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator
` [PATCH v10 14/41] btrfs: load zone's alloction offset

[PATCH v7 00/15] Free some vmemmap pages of hugetlb page
 2020-12-09  9:27 UTC  (22+ messages)
` [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

[RFC 0/2] nocopy bvec for direct IO
 2020-12-09  9:06 UTC  (7+ messages)
` [PATCH 1/2] iov: introduce ITER_BVEC_FLAG_FIXED
` [PATCH 2/2] block: no-copy bvec for direct IO

[PATCH] iov_iter: optimise bvec iov_iter_advance()
 2020-12-09  8:33 UTC  (4+ messages)

[PATCH V2 0/2] block: add bio_iov_iter_nvecs for figuring out nr_vecs
 2020-12-09  8:32 UTC  (5+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] block: rename the local variable for holding return value of bio_iov_iter_nvecs

memory leak in generic_parse_monolithic [+PATCH]
 2020-12-09  6:13 UTC  (9+ messages)
` memory leak in generic_parse_monolithic

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-12-09  4:07 UTC  (16+ 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

[PATCH V2 0/2] Lift memcpy_[to|from]_page to core
 2020-12-09  4:03 UTC  (20+ 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 v11 0/4] xfs: avoid transaction reservation recursion
 2020-12-09  3:53 UTC  (11+ 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

[PATCH 0/8] Superblock Notifications
 2020-12-09  3:24 UTC  (20+ 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 v3 0/7] Convert all THP vmstat counters to pages
 2020-12-09  1:58 UTC  (11+ 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 v2 00/10] allow unprivileged overlay mounts
 2020-12-09  1:57 UTC  (18+ 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] afs: Fix memory leak when mounting with multiple source parameters
 2020-12-08 23:52 UTC 

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

[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

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

[RFC V2 00/37] Enhance memory utilization with DMEMFS
 2020-12-07 19:32 UTC  (3+ messages)

[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  (2+ 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] "


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).