linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-07 15:04:09 to 2021-04-09 05:23:50 UTC [more...]

[PATCH v7] vfs: fix copy_file_range regression in cross-fs copies
 2021-04-09  5:23 UTC  (6+ messages)
` [PATCH v8] "

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-09  5:04 UTC  (11+ messages)
` [PATCH 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH 3/9] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH 5/9] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH 6/9] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH 7/9] userfaultfd/selftests: reinitialize test context in each test
` [PATCH 8/9] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[EXPERIMENT v2] new mount API verbose errors from userspace
 2021-04-09  4:36 UTC 

[PATCH] fs: Optimized file struct to improve performance
 2021-04-09  3:47 UTC 

[PATCH v5] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-09  3:08 UTC  (4+ messages)

[PATCH v4 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-04-09  2:30 UTC  (17+ messages)
` [PATCH v4 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v4 2/7] fsdax: Replace mmap entry in case of CoW
` [PATCH v4 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v4 4/7] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v4 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v4 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v4 7/7] fs/xfs: Add dedupe support for fsdax

[PATCH v2 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-09  2:03 UTC  (4+ messages)
` [PATCH v2 2/3] fsdax: Factor helper: dax_fault_actor()

[GIT PULL] fileattr API
 2021-04-09  2:02 UTC  (3+ messages)

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

[PATCH v3 0/4] kernfs: proposed locking and concurrency improvement
 2021-04-09  1:35 UTC  (6+ messages)
` [PATCH v3 1/4] kernfs: move revalidate to be near lookup
` [PATCH v3 2/4] kernfs: use VFS negative dentry caching
` [PATCH v3 3/4] kernfs: switch kernfs to use an rwsem
` [PATCH v3 4/4] kernfs: use i_lock to protect concurrent inode updates

[PATCH v6 00/30] Network fs helper library & fscache kiocb API
 2021-04-09  1:24 UTC  (39+ messages)
` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
` [PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
  ` [RFC][PATCH] mm: Split page_has_private() in two to better handle PG_private_2
` [PATCH v6 03/30] mm/filemap: Pass the file_ra_state in the ractl
` [PATCH v6 04/30] fs: Document file_ra_state
` [PATCH v6 05/30] mm: Implement readahead_control pageset expansion
` [PATCH v6 06/30] netfs: Make a netfs helper module
` [PATCH v6 07/30] netfs: Documentation for helper library
` [PATCH v6 08/30] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v6 09/30] netfs, mm: Add set/end/wait_on_page_fscache() aliases
` [PATCH v6 10/30] netfs: Provide readahead and readpage netfs helpers
` [PATCH v6 11/30] netfs: Add tracepoints
` [PATCH v6 12/30] netfs: Gather stats
` [PATCH v6 13/30] netfs: Add write_begin helper
` [PATCH v6 14/30] netfs: Define an interface to talk to a cache
` [PATCH v6 15/30] netfs: Add a tracepoint to log failures that would be otherwise unseen
` [PATCH v6 16/30] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v6 17/30] afs: Disable use of the fscache I/O routines
` [PATCH v6 18/30] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v6 19/30] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v6 20/30] afs: Move key to afs_read struct
` [PATCH v6 21/30] afs: Don't truncate iter during data fetch
` [PATCH v6 22/30] afs: Log remote unmarshalling errors
` [PATCH v6 23/30] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v6 24/30] afs: Use ITER_XARRAY for writing
` [PATCH v6 25/30] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v6 26/30] afs: Extract writeback extension into its own function
` [PATCH v6 27/30] afs: Prepare for use of THPs
` [PATCH v6 28/30] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v6 29/30] afs: Use new netfs lib read helper API
` [PATCH v6 30/30] afs: Use the netfs_write_begin() helper

[RFC bpf-next 0/1] bpf: Add page cache iterator
 2021-04-09  0:24 UTC  (16+ messages)
` [RFC bpf-next 1/1] bpf: Introduce iter_pagecache

[RFC PATCH v2] implement orangefs_readahead
 2021-04-08 20:39 UTC  (17+ messages)
` [RFC PATCH] "

[PATCH v7 0/4] Make UTF-8 encoding loadable
 2021-04-08 19:10 UTC  (6+ messages)
` [PATCH v7 1/4] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v7 4/4] fs: unicode: Add utf8 module and a unicode layer

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-04-08 16:48 UTC  (13+ messages)
        ` open_by_handle_at() in userns

[PATCH] uapi: fix comment about block device ioctl
 2021-04-08 16:27 UTC  (2+ messages)

[RFC PATCH v5 00/19] ceph+fscrypt: context, filename and symlink support
 2021-04-08 16:27 UTC  (12+ messages)
` [RFC PATCH v5 01/19] vfs: export new_inode_pseudo
` [RFC PATCH v5 02/19] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v5 03/19] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v5 04/19] fscrypt: add fscrypt_context_for_new_inode

[GIT PULL] close_range fix
 2021-04-08 16:24 UTC  (2+ messages)

[git pull] breakage in LOOKUP_MOUNTPOINT handling
 2021-04-08 16:24 UTC  (2+ messages)

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-04-08 15:11 UTC  (12+ messages)
          ` fsnotify path hooks

[PATCH v1 1/1] kernel.h: Split out panic and oops helpers
 2021-04-08 13:29 UTC  (8+ messages)

[PATCH 0/3] readahead improvements
 2021-04-08 13:15 UTC  (9+ messages)
` [PATCH 1/3] mm/filemap: Pass the file_ra_state in the ractl
` [PATCH 2/3] fs: Document file_ra_state
` [PATCH 3/3] mm/readahead: Adjust file_ra in readahead_expand
` [PATCH] mm, netfs: Fix readahead bits

[PATCH] fs: prevent out-of-bounds array speculation when closing a file descriptor
 2021-04-08 12:15 UTC  (4+ messages)

[PATCH v4 00/10] Add support for synchronous signals on perf events
 2021-04-08 10:36 UTC  (11+ messages)
` [PATCH v4 01/10] perf: Rework perf_event_exit_event()
` [PATCH v4 02/10] perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children
` [PATCH v4 03/10] perf: Support only inheriting events if cloned with CLONE_THREAD
` [PATCH v4 04/10] perf: Add support for event removal on exec
` [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
` [PATCH v4 06/10] perf: Add support for SIGTRAP on perf events
` [PATCH v4 07/10] selftests/perf_events: Add kselftest for process-wide sigtrap handling
` [PATCH v4 08/10] selftests/perf_events: Add kselftest for remove_on_exec
` [PATCH v4 09/10] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
` [PATCH v4 10/10] perf test: Add basic stress test for sigtrap handling

[PATCH v1] ovl: Fix leaked dentry
 2021-04-08  9:58 UTC  (2+ messages)

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-04-08  9:36 UTC  (12+ messages)
` [PATCH v6 07/10] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v6 08/10] vduse: Implement an MMU-based IOMMU driver
    `  "
` [PATCH v6 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace
    `  "
` [PATCH v6 10/10] Documentation: Add documentation for VDUSE
    `  "

[PATCH v6 00/27] Memory Folios
 2021-04-08  9:01 UTC  (3+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio

[PATCH v3 0/2] io_uring: add mkdirat support
 2021-04-08  8:45 UTC  (4+ messages)
` [PATCH v3 1/2] fs: make do_mkdirat() take struct filename

[PATCH] inotify: fix minmax.cocci warnings
 2021-04-08  6:22 UTC  (4+ messages)

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-04-08  3:21 UTC  (4+ messages)
` [PATCH v3 08/10] fsdax: Dedup file range to use a compare function

[PATCH v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-07 22:50 UTC  (4+ messages)

Why use page_cache_ra_unbounded?
 2021-04-07 22:41 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/5] netfs: Fixes for the netfs lib
 2021-04-07 20:36 UTC  (7+ messages)
` [PATCH 1/5] netfs: Fix a missing rreq put in netfs_write_begin()
` [PATCH 2/5] netfs: Call trace_netfs_read() after ->begin_cache_operation()
` [PATCH 3/5] netfs: Don't record the copy termination error
` [PATCH 4/5] netfs: Fix copy-to-cache amalgamation
` [PATCH 5/5] netfs: Add a tracepoint to log failures that would be otherwise unseen

[PATCH] proc: smoke test lseek()
 2021-04-07 20:06 UTC  (3+ messages)

[PATCH v5 09/12] evm: Allow setxattr() and setattr() for unmodified metadata
 2021-04-07 19:28 UTC  (4+ messages)
  ` [RESEND][PATCH "

[PATCH] hfsplus/hfsplus_fs.h: Remove unnecessary struct declaration
 2021-04-07 17:48 UTC  (2+ messages)

[PATCH v5 00/12] evm: Improve usability of portable signatures
 2021-04-07 16:31 UTC  (4+ messages)
` [PATCH v5 04/12] ima: Move ima_reset_appraise_flags() call to post hooks

[PATCH] fuse: Avoid potential use after free
 2021-04-07 15:50 UTC  (2+ messages)

High kmalloc-32 slab cache consumption with 10k containers
 2021-04-07 15:42 UTC  (3+ 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).