linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 16:08:59 to 2021-04-12 09:31:41 UTC [more...]

[PATCH] vfs: allow stacked ->get_acl() in RCU lookup
 2021-04-12  9:27 UTC  (2+ messages)

[PATCH] mm/compaction:let proactive compaction order configurable
 2021-04-12  9:05 UTC 

[PATCH 5.11 005/210] file: fix close_range() for unshare+cloexec
 2021-04-12  8:38 UTC 

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-04-12  9:00 UTC  (14+ messages)
` [PATCH v6 03/10] vhost-vdpa: protect concurrent access to vhost device iotlb
    `  "
        `  "
` [PATCH v6 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace
    `  "

[PATCH 0/3] ecryptfs: fixes and port to private mounts
 2021-04-12  8:53 UTC  (7+ messages)
` [PATCH 1/3] ecryptfs: remove unused helpers
` [PATCH 2/3] ecryptfs: use private mount in path
` [PATCH 3/3] ecryptfs: extend ro check to private mount

mmotm 2021-04-11-20-47 uploaded
 2021-04-12  7:21 UTC  (2+ messages)
` mmotm 2021-04-11-20-47 uploaded (fs/io_uring.c)

[PATCH v7 00/28] Memory Folios
 2021-04-12  6:08 UTC  (40+ messages)
` [PATCH v7 01/28] mm: Optimise nth_page for contiguous memmap
` [PATCH v7 02/28] mm: Introduce struct folio
    ` Bogus struct page layout on 32-bit
` [PATCH v7 03/28] mm: Add folio_pgdat and folio_zone
` [PATCH v7 04/28] mm/vmstat: Add functions to account folio statistics
` [PATCH v7 05/28] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v7 06/28] mm: Add folio reference count functions
` [PATCH v7 07/28] mm: Add put_folio
` [PATCH v7 08/28] mm: Add get_folio
` [PATCH v7 09/28] mm: Create FolioFlags
` [PATCH v7 10/28] mm: Handle per-folio private data
` [PATCH v7 11/28] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v7 12/28] mm/filemap: Add folio_next_index
` [PATCH v7 13/28] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v7 14/28] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v7 15/28] mm: Add folio_mapcount
` [PATCH v7 16/28] mm/memcg: Add folio wrappers for various functions
` [PATCH v7 17/28] mm/filemap: Add unlock_folio
` [PATCH v7 18/28] mm/filemap: Add lock_folio
` [PATCH v7 19/28] mm/filemap: Add lock_folio_killable
` [PATCH v7 20/28] mm/filemap: Add __lock_folio_async
` [PATCH v7 21/28] mm/filemap: Add __lock_folio_or_retry
` [PATCH v7 22/28] mm/filemap: Add wait_on_folio_locked
` [PATCH v7 23/28] mm/filemap: Add end_folio_writeback
` [PATCH v7 24/28] mm/writeback: Add wait_on_folio_writeback
` [PATCH v7 25/28] mm/writeback: Add wait_for_stable_folio
` [PATCH v7 26/28] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v7 27/28] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v7 28/28] mm/filemap: Convert page wait queues to be folios

[PATCH] fs/buffer.c: Delete redundant uptodate check for buffer
 2021-04-12  1:54 UTC  (2+ messages)

[RFC PATCH v5 0/4] add simple copy support
 2021-04-12  0:24 UTC  (10+ messages)
    ` [RFC PATCH v5 2/4] block: "

[RESEND,PATCH] fs/binfmt_elf: Fix regression limiting ELF program header size
 2021-04-11 21:53 UTC  (3+ messages)

[PATCH v4] flock.2: add CIFS details
 2021-04-11 19:12 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] sysctl: use min() helper for namecmp()
 2021-04-11 13:30 UTC  (4+ messages)

BUG: unable to handle kernel NULL pointer dereference in do_epoll_wait
 2021-04-11  3:01 UTC 

[PATCH v2 1/1] kernel.h: Split out panic and oops helpers
 2021-04-09 22:39 UTC  (5+ messages)

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-09 22:16 UTC  (15+ 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

[PATCH] block: initialize variable ret with 0
 2021-04-09 18:32 UTC 

[PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
 2021-04-09 18:11 UTC  (22+ messages)
  ` [PATCH v6 00/30] Network fs helper library & fscache kiocb API
    ` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
        ` [RFC PATCH 1/2] iov_iter: Remove iov_iter_for_each_range()
        ` [RFC PATCH 2/2] iov_iter: Drop the X argument from iterate_all_kinds() and use B instead
      ` [RFC][PATCH] mm: Split page_has_private() in two to better handle PG_private_2
          ` [RFC PATCH 1/3] Make the generic bitops return bool
          ` [RFC PATCH 2/3] mm: Return bool from pagebit test functions
          ` [RFC PATCH 3/3] mm: Split page_has_private() in two to better handle PG_private_2

[PATCH] xattr: simplify logic at xattr_resolve_name()
 2021-04-09 17:48 UTC 

[PATCH 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-04-09 17:43 UTC  (7+ messages)
` [PATCH 1/2] vfs,LSM: introduce the FS_HANDLES_LSM_OPTS flag
` [PATCH 2/2] selinux: fix SECURITY_LSM_NATIVE_LABELS flag handling on double mount

[PATCH v12 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-04-09 17:15 UTC  (3+ messages)

[PATCH v8 0/4] block device interposer
 2021-04-09 17:03 UTC  (10+ messages)
` [PATCH v8 1/4] Adds blk_interposer. It allows to redirect bio requests to another block device
` [PATCH v8 2/4] Adds the blk_interposers logic to __submit_bio_noacct()
` [PATCH v8 3/4] Adds blk_interposer to md
  ` [RFC PATCH] __dm_attach_interposer() can be static
` [PATCH v8 4/4] fix origin_map - don't split a bio for the origin device if it does not have registered snapshots

[PATCH v2 5/5] iomap: remove unused private field from ioend
 2021-04-09 16:40 UTC  (2+ messages)

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-04-09 16:09 UTC  (19+ messages)
      ` fsnotify path hooks

[PATCH v33 00/12] Landlock LSM
 2021-04-09 16:04 UTC  (5+ messages)
` [PATCH v33 07/12] landlock: Support filesystem access-control

[PATCH] block: reexpand iov_iter after read/write
 2021-04-09 14:49 UTC  (2+ messages)

[RFC PATCH v4 0/9] implement containerized syncfs for overlayfs
 2021-04-09 13:51 UTC  (9+ messages)
` [RFC PATCH v4 4/9] ovl: mark overlayfs' inode dirty on modification
` [RFC PATCH v4 6/9] ovl: implement overlayfs' ->write_inode operation
` [RFC PATCH v4 7/9] ovl: cache dirty overlayfs' inode
` [RFC PATCH v4 9/9] ovl: implement containerized syncfs for overlayfs

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

[PATCH] fs_context: drop the unused lsm_flags member
 2021-04-09 11:12 UTC 

[PATCH v3 0/4] kernfs: proposed locking and concurrency improvement
 2021-04-09  9:34 UTC  (8+ 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 v1 1/1] kernel.h: Split out panic and oops helpers
 2021-04-09  8:22 UTC  (5+ messages)

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

[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  (3+ messages)
` [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  (11+ 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  (10+ 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 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)


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