linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-19 07:11:48 to 2021-01-21 02:18:51 UTC [more...]

[RFC][PATCH 00/25] Network fs helper library & fscache kiocb API
 2021-01-20 22:26 UTC  (7+ messages)
` [PATCH 01/25] iov_iter: Add ITER_XARRAY
` [PATCH 04/25] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 14/25] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 18/25] afs: Log remote unmarshalling errors
` [PATCH 22/25] afs: Extract writeback extension into its own function
` [PATCH 25/25] afs: Use new fscache read helper API

[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21  0:12 UTC  (14+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH 0/2] capability conversion fixes
 2021-01-20 21:08 UTC  (11+ messages)
` [PATCH 1/2] ecryptfs: fix uid translation for setxattr on security.capability
` [PATCH 2/2] security.capability: fix conversions on getxattr

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-20 20:28 UTC  (3+ messages)

[RFC] Filesystem error notifications proposal
 2021-01-20 20:13 UTC 

reduce sub-block DIO serialisation v2
 2021-01-20 19:58 UTC  (38+ messages)
` [PATCH 01/11] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/11] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/11] xfs: cleanup the read/write helper naming
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/11] xfs: split unaligned DIO write code out
` [PATCH 08/11] iomap: rename the flags variable in __iomap_dio_rw
` [PATCH 09/11] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 10/11] iomap: add a IOMAP_DIO_UNALIGNED flag
` [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio

[RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support
 2021-01-20 18:28 UTC  (18+ messages)
` [RFC PATCH v4 01/17] vfs: export new_inode_pseudo
` [RFC PATCH v4 02/17] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v4 03/17] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v4 04/17] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v4 05/17] ceph: crypto context handling for ceph
` [RFC PATCH v4 06/17] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v4 07/17] ceph: preallocate inode for ops that may create one
` [RFC PATCH v4 08/17] ceph: add routine to create fscrypt context prior to RPC
` [RFC PATCH v4 09/17] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v4 10/17] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v4 11/17] ceph: decode alternate_name in lease info
` [RFC PATCH v4 12/17] ceph: send altname in MClientRequest
` [RFC PATCH v4 13/17] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v4 14/17] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v4 15/17] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v4 16/17] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v4 17/17] ceph: add fscrypt ioctls

[PATCH 0/3 RFC] fs: Hole punch vs page cache filling races
 2021-01-20 17:56 UTC  (9+ messages)
` [PATCH 1/3] mm: Do not pass iter into generic_file_buffered_read_get_pages()
` [PATCH 2/3] mm: Provide address_space operation for filling pages for read
` [PATCH 3/3] ext4: Fix stale data exposure when read races with hole punch

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-20 14:22 UTC  (4+ messages)
    ` [External] "

[PATCH] Increase limit of max_user_watches from 1/25 to 1/16
 2021-01-20 13:39 UTC  (2+ messages)

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 17:04 UTC  (6+ messages)
` [PATCH v14 05/10] "

[PATCH] cachefiles: Drop superfluous readpages aops NULL check
 2021-01-20 16:12 UTC  (3+ messages)

[PATCH] cachefiles: Drop superfluous readpages aops NULL check
 2021-01-20 16:11 UTC 

[RFC v2] nvfs: a filesystem for persistent memory
 2021-01-20 15:44 UTC  (10+ messages)
` Expense of read_iter

[PATCH] overlay: Plumb through flush method
 2021-01-20 15:24 UTC  (5+ messages)

[PATCH v4] overlay: Implement volatile-specific fsync error behaviour
 2021-01-20 15:08 UTC  (4+ messages)

[PATCH v12 00/41] btrfs: zoned block device support
 2021-01-20 13:34 UTC  (3+ messages)
` [PATCH v12 01/41] block: add bio_add_zone_append_page

[PATCH v5 00/42] idmapped mounts
 2021-01-20 12:03 UTC  (53+ messages)
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 24/42] af_unix: "
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 32/42] fs: make helpers idmap mount aware
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-01-20 11:08 UTC  (25+ messages)
` [RFC v3 01/11] eventfd: track eventfd_signal() recursion depth separately in different cases
    `  "
` [RFC v3 03/11] vdpa: Remove the restriction that only supports virtio-net devices
    `  "
` [RFC v3 04/11] vhost-vdpa: protect concurrent access to vhost device iotlb
    `  "
` [RFC v3 05/11] vdpa: shared virtual addressing support
    `  "
` [RFC v3 06/11] vhost-vdpa: Add an opaque pointer for vhost IOTLB
    `  "
` [RFC v3 07/11] vdpa: Pass the netlink attributes to ops.dev_add()
  ` [RFC v3 08/11] vduse: Introduce VDUSE - vDPA Device in Userspace
      `  "
  ` [RFC v3 09/11] vduse: Add VDUSE_GET_DEV ioctl
  ` [RFC v3 10/11] vduse: grab the module's references until there is no vduse device

[PATCH] fs/affs: release old buffer head on error path
 2021-01-20  8:51 UTC 

[PATCH 0/3] NFS change attribute patches
 2021-01-20  8:46 UTC  (5+ messages)
` [PATCH 1/3] nfs: use change attribute for NFS re-exports
` [PATCH 2/3] nfsd: move change attribute generation to filesystem
` [PATCH 3/3] nfsd: skip some unnecessary stats in the v4 case

[PATCH 0/2] io_uring: add mkdirat support
 2021-01-20  8:21 UTC  (5+ messages)

[PATCH v17 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-01-20  7:20 UTC  (8+ messages)
` [PATCH v17 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v17 02/10] fs/ntfs3: Add initialization of super block

mmotm 2021-01-19-13-36 uploaded
 2021-01-20  4:12 UTC  (4+ messages)
` mmotm 2021-01-19-13-36 uploaded (ZONE_DEVICE)
` [PATCH -mmotm] mm/memory_hotplug: fix for CONFIG_ZONE_DEVICE not enabled

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-20  4:08 UTC  (23+ messages)
` [RFC PATCH 01/37] block: introduce bio_init_fields() helper
` [RFC PATCH 02/37] fs: use bio_init_fields in block_dev
` [RFC PATCH 03/37] btrfs: use bio_init_fields in disk-io
` [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes
` [RFC PATCH 08/37] gfs2: use bio_init_fields in ops_fstype
` [RFC PATCH 09/37] iomap: use bio_init_fields in buffered-io
` [RFC PATCH 10/37] iomap: use bio_init_fields in direct-io
` [RFC PATCH 11/37] jfs: use bio_init_fields in logmgr
` [RFC PATCH 12/37] zonefs: use bio_init_fields in append
` [RFC PATCH 16/37] floppy: use bio_init_fields
` [RFC PATCH 17/37] pktcdvd: "
` [RFC PATCH 18/37] bcache: use bio_init_fields in journal
` [RFC PATCH 22/37] dm-crypt: use bio_init_fields
` [RFC PATCH 25/37] dm-zoned: "
` [RFC PATCH 29/37] btrfs: use bio_init_fields in scrub
` [RFC PATCH 31/37] eros: use bio_init_fields in data

WARNING: suspicious RCU usage in inode_security
 2021-01-20  3:59 UTC 

[PATCH AUTOSEL 5.10 41/45] io_uring: flush timeouts that should already have expired
 2021-01-20  1:25 UTC 

[PATCH] io_uring: simplify io_remove_personalities()
 2021-01-20  3:10 UTC  (4+ messages)

[PATCH RESEND V11 0/7] fuse: Add support for passthrough read/write
 2021-01-19 12:34 UTC  (8+ messages)
` [PATCH RESEND V11 3/7] fuse: Definitions and ioctl for passthrough
` [PATCH RESEND V11 4/7] fuse: Passthrough initialization and release

Correct debugfs file removal pattern
 2021-01-19 21:27 UTC 

WARNING in mntput_no_expire
 2021-01-19 10:48 UTC 


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