linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 15:22:11 to 2021-03-10 17:00:43 UTC [more...]

[PATCH v4 00/28] Network fs helper library & fscache kiocb API
 2021-03-10 16:59 UTC  (26+ messages)
` [PATCH v4 01/28] iov_iter: Add ITER_XARRAY
` [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache
` [PATCH v4 03/28] mm: Implement readahead_control pageset expansion
` [PATCH v4 04/28] netfs: Make a netfs helper module
` [PATCH v4 05/28] netfs: Documentation for helper library
` [PATCH v4 06/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v4 07/28] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache()
` [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers
` [PATCH v4 09/28] netfs: Add tracepoints
` [PATCH v4 10/28] netfs: Gather stats
` [PATCH v4 11/28] netfs: Add write_begin helper
` [PATCH v4 12/28] netfs: Define an interface to talk to a cache
` [PATCH v4 13/28] netfs: Hold a ref on a page when PG_private_2 is set
` [PATCH v4 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v4 15/28] afs: Disable use of the fscache I/O routines
` [PATCH v4 16/28] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v4 17/28] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v4 18/28] afs: Move key to afs_read struct
` [PATCH v4 19/28] afs: Don't truncate iter during data fetch
` [PATCH v4 20/28] afs: Log remote unmarshalling errors
` [PATCH v4 21/28] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v4 22/28] afs: Use ITER_XARRAY for writing
` [PATCH v4 23/28] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v4 24/28] afs: Extract writeback extension into its own function
` [PATCH v4 25/28] afs: Prepare for use of THPs

[PATCH v1 0/1] Unprivileged chroot
 2021-03-10 16:56 UTC  (3+ messages)
` [PATCH v1 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH] fb_defio: Remove custom address_space_operations
 2021-03-10 16:54 UTC  (2+ messages)

make alloc_anon_inode more useful
 2021-03-10 16:32 UTC  (29+ messages)
` [PATCH 1/9] fs: rename alloc_anon_inode to alloc_anon_inode_sb
` [PATCH 2/9] fs: add an argument-less alloc_anon_inode
` [PATCH 3/9] powerpc/pseries: remove the ppc-cmm file system
` [PATCH 4/9] drm: remove the drm "
` [PATCH 5/9] vmw_balloon: remove the balloon-vmware "
` [PATCH 6/9] virtio_balloon: remove the balloon-kvm "
` [PATCH 7/9] iomem: remove the iomem "
` [PATCH 8/9] z3fold: remove the z3fold "
` [PATCH 9/9] zsmalloc: remove the zsmalloc "

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-10 16:14 UTC  (3+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily
` [PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration

[PATCH v18 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-10 15:41 UTC  (18+ messages)
` [PATCH v18 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v18 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v18 3/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v18 4/9] mm: hugetlb: alloc "
` [PATCH v18 5/9] mm: hugetlb: set the PageHWPoison to the raw error page
` [PATCH v18 6/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v18 7/9] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v18 8/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v18 9/9] mm: hugetlb: optimize the code with the help of the compiler

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-10 14:26 UTC  (10+ messages)

[RFC v4 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-10 12:58 UTC  (33+ messages)
` [RFC v4 06/11] vduse: Implement an MMU-based IOMMU driver
    `  "
` [RFC v4 07/11] vduse: Introduce VDUSE - vDPA Device in Userspace
` [RFC v4 10/11] vduse: Introduce a workqueue for irq injection
    `  "

[PATCH RFC v2 0/8] Add support for synchronous signals on perf events
 2021-03-10 10:47 UTC  (10+ messages)
` [PATCH RFC v2 1/8] perf/core: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children
` [PATCH RFC v2 2/8] perf/core: Support only inheriting events if cloned with CLONE_THREAD
` [PATCH RFC v2 3/8] perf/core: Add support for event removal on exec
` [PATCH RFC v2 4/8] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
` [PATCH RFC v2 5/8] perf/core: Add support for SIGTRAP on perf events
` [PATCH RFC v2 6/8] perf/core: Add breakpoint information to siginfo on SIGTRAP
` [PATCH RFC v2 7/8] selftests/perf: Add kselftest for process-wide sigtrap handling
` [PATCH RFC v2 8/8] selftests/perf: Add kselftest for remove_on_exec

[PATCH 0/6] mm: some config cleanups
 2021-03-10  5:20 UTC  (6+ messages)
` [PATCH 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
  ` [PATCH 6/6] mm: Drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE
  ` [PATCH 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)

[PATCH v2 0/5] userfaultfd: support minor fault handling for shmem
 2021-03-10  4:40 UTC  (6+ messages)
` [PATCH v2 1/5] "
    ` [PATCH v2.5] "

[PATCH 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
 2021-03-10  4:39 UTC 

[PATCH] fs: proc: fix error return code of proc_map_files_readdir()
 2021-03-10  1:11 UTC  (4+ messages)

mmotm 2021-03-08-21-52 uploaded
 2021-03-09 20:56 UTC  (4+ messages)

[PATCH v2 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-03-09 17:54 UTC  (7+ messages)
` [PATCH v2 2/2] mm: fs: Invalidate BH LRU during page migration

[PATCH] fs/locks: print full locks information
 2021-03-09 13:37 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH] autofs: find_autofs_mount overmounted parent support
 2021-03-09 11:31 UTC  (11+ messages)

fscache: Redesigning the on-disk cache
 2021-03-09 11:27 UTC  (12+ messages)
    ` Metadata writtenback notification? -- was "

[PATCH 0/6] mm: some config cleanups
 2021-03-09 10:12 UTC  (3+ messages)

[v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-03-08 23:42 UTC  (28+ messages)
` [v8 PATCH 03/13] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v8 PATCH 04/13] mm: vmscan: remove memcg_shrinker_map_size
` [v8 PATCH 05/13] mm: vmscan: use kvfree_rcu instead of call_rcu
` [v8 PATCH 06/13] mm: memcontrol: rename shrinker_map to shrinker_info
` [v8 PATCH 07/13] mm: vmscan: add shrinker_info_protected() helper
` [v8 PATCH 08/13] mm: vmscan: use a new flag to indicate shrinker is registered
` [v8 PATCH 09/13] mm: vmscan: add per memcg shrinker nr_deferred
` [v8 PATCH 10/13] mm: vmscan: use per memcg nr_deferred of shrinker
` [v8 PATCH 11/13] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v8 PATCH 12/13] mm: memcontrol: reparent nr_deferred when memcg offline

[RESEND PATCH v6 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
 2021-03-08 18:06 UTC  (4+ messages)
` [RESEND PATCH v6 2/2] procfs/dmabuf: Add inode number to /proc/*/fdinfo

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-08 18:01 UTC  (7+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

[vfs:work.inode-type-fixes 15/15] arch/powerpc/platforms/cell/spufs/inode.c:239:36: error: passing argument 3 of 'inode_init_owner' makes pointer from integer without a cast
 2021-03-08 17:15 UTC 

[RFC PATCH] fs: introduce mkdirat2 syscall for atomic mkdir
 2021-03-08 13:50 UTC  (6+ messages)

[PATCH 0/1] fs: binfmt_elf.c:elf_core_dump() link error on RV32 platform without optimization
 2021-03-08  6:03 UTC  (2+ messages)
` [PATCH 1/1] Modifying fs/binfmt_elf.c:elf_core_dump() to use round_up()

[PATCH v17 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-07  8:39 UTC  (4+ messages)
` [PATCH v17 5/9] mm: hugetlb: set the PageHWPoison to the raw error page
    ` [External] "

[PATCH] mount: fix mounting of detached mounts onto targets that reside on shared mounts
 2021-03-06 10:10 UTC 

[PATCH 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-03-05 20:26 UTC  (5+ messages)

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-03-05 17:30 UTC  (8+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks
` [PATCH v4 05/11] evm: Introduce evm_status_revalidate()
` [PATCH v4 07/11] evm: Allow xattr/attr operations for portable signatures
` [PATCH v4 08/11] evm: Allow setxattr() and setattr() for unmodified metadata
` [PATCH v4 10/11] ima: Introduce template field evmsig and write to field sig as fallback
` [PATCH v4 11/11] ima: Don't remove security.ima if file must not be appraised

[PATCH] mount: fix mounting of detached mounts onto targets that reside on shared mounts
 2021-03-05 16:22 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).