linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-20 17:14:30 to 2020-07-22 14:14:18 UTC [more...]

[PATCH RFC v2 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-07-22 14:14 UTC  (7+ messages)
` [PATCH RFC v2 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode

add file system helpers that take kernel pointers for the init code v2
 2020-07-22 14:05 UTC  (37+ messages)
` [PATCH 01/24] fs: refactor do_mount
` [PATCH 02/24] fs: refactor ksys_umount
` [PATCH 03/24] fs: push the getname from do_rmdir into the callers
` [PATCH 04/24] devtmpfs: open code do_mount
` [PATCH 05/24] devtmpfs: open code ksys_chdir and ksys_chroot
` [PATCH 06/24] md: open code vfs_stat in md_setup_drive
` [PATCH 07/24] init: initialize ramdisk_execute_command at compile time
` [PATCH 08/24] init: move the prepare_namespace prototype to init/do_mounts.h
` [PATCH 09/24] init: mark create_dev as __init
` [PATCH 10/24] init: open code ksys_umount in handle_initrd
` [PATCH 11/24] init: open code do_utimes in do_utime
` [PATCH 12/24] init: add an init_mount helper
` [PATCH 13/24] init: add an init_unlink helper
` [PATCH 14/24] init: add an init_rmdir helper
` [PATCH 15/24] init: add an init_chdir helper
` [PATCH 16/24] init: add an init_chroot helper
` [PATCH 17/24] init: add an init_chown helper
` [PATCH 18/24] init: add an init_chmod helper
` [PATCH 19/24] init: add an init_eaccess helper
` [PATCH 20/24] init: add an init_link helper
` [PATCH 21/24] init: add an init_symlink helper
` [PATCH 22/24] init: add an init_mkdir helper
` [PATCH 23/24] init: add an init_mknod helper
` [PATCH 24/24] init: add an init_lstat helper

[PATCH 0/2] zonefs: use zone-append for aio with rwf append
 2020-07-22 13:02 UTC  (8+ messages)
` [PATCH 2/2] zonefs: use zone-append for AIO as well

[PATCH 0/9] Fixes for fanotify name events
 2020-07-22 12:58 UTC  (10+ messages)
` [PATCH 1/9] fanotify: fix reporting event to sb/mount marks
` [PATCH 2/9] inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask
` [PATCH 3/9] audit: do not set FS_EVENT_ON_CHILD in audit marks mask
` [PATCH 4/9] fsnotify: create helper fsnotify_inode()
` [PATCH 5/9] fsnotify: simplify dir argument to handle_event()
` [PATCH 6/9] fsnotify: pass dir and inode arguments to fsnotify()
` [PATCH 7/9] fsnotify: fix merge with parent mark masks
` [PATCH 8/9] fsnotify: create method handle_inode_event() in fsnotify_operations
` [PATCH 9/9] fsnotify: pass inode to fsnotify_parent()

iomap write invalidation v2
 2020-07-22 12:19 UTC  (9+ messages)
` [PATCH 1/3] xfs: use ENOTBLK for direct I/O to buffered I/O fallback
` [PATCH 2/3] iomap: Only invalidate page cache pages on direct IO writes
` [PATCH 3/3] iomap: fall back to buffered writes for invalidation failures
    ` [Cluster-devel] "

bdi cleanups v2
 2020-07-22 11:15 UTC  (27+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH] virtiofs: Enable SB_NOSEC flag to improve small write performance
 2020-07-22 10:00 UTC  (12+ messages)

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-22  9:48 UTC  (18+ messages)
` [PATCH RFC V2 04/17] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

[RESEND] [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
 2020-07-22  9:07 UTC  (2+ messages)
` [RESEND] [PATCHv4 2/2] fuse: Call security hooks on new inodes

[PATCH] eventfd: Enlarge recursion limit to allow vhost to work
 2020-07-22  9:01 UTC  (6+ messages)

[PATCH v4 0/2] zonefs: add support zone capacity support
 2020-07-22  8:07 UTC  (6+ messages)
` [PATCH v4 1/2] zonefs: add zone-capacity support
` [PATCH v4 2/2] zonefs: update documentation to reflect zone size vs capacity

WARNING: fs/kernfs/dir.c:1508 kernfs_remove_by_name_ns
 2020-07-22  7:54 UTC 

[PATCH] userfaultfd: avoid the duplicated release for userfaultfd_ctx
 2020-07-22  0:09 UTC  (5+ messages)

[PATCH 0/5] fscrypt, fs-verity: one-time init fixes
 2020-07-21 22:59 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library
` [PATCH 2/5] fscrypt: use smp_load_acquire() for fscrypt_prepared_key
` [PATCH 3/5] fscrypt: use smp_load_acquire() for ->s_master_keys
` [PATCH 4/5] fscrypt: use smp_load_acquire() for ->i_crypt_info
` [PATCH 5/5] fs-verity: use smp_load_acquire() for ->i_verity_info

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-07-21 22:05 UTC  (4+ messages)
` [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces

[PATCH 00/13] Introduce partial kernel_read_file() support
 2020-07-21 21:50 UTC  (4+ messages)
` [PATCH 06/13] fs/kernel_read_file: Remove redundant size argument

[PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-21 20:11 UTC  (11+ messages)
` [PATCH v4 1/7] fscrypt: Add functions for direct I/O support
` [PATCH v4 2/7] direct-io: add support for fscrypt using blk-crypto
` [PATCH v4 3/7] iomap: support direct I/O with "
` [PATCH v4 4/7] ext4: "
` [PATCH v4 5/7] f2fs: "
` [PATCH v4 6/7] fscrypt: document inline encryption support
` [PATCH v4 7/7] fscrypt: update documentation for direct I/O support

strace of io_uring events?
 2020-07-21 19:56 UTC  (21+ messages)

[PATCH 5.7 1/1] fuse: fix weird page warning
 2020-07-21 18:54 UTC 

RFC: iomap write invalidation
 2020-07-21 16:05 UTC  (17+ messages)

[PATCHv3 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
 2020-07-21 14:23 UTC  (5+ messages)
` [PATCHv4 "
  ` [PATCHv4 2/2] fuse: Call security hooks on new inodes

[PATCH 0/6] mm: introduce secretmemfd system call to create "secret" memory areas
 2020-07-21 10:59 UTC  (11+ messages)
` [PATCH 3/6] "

Mount API manual pages
 2020-07-21 10:42 UTC 

[PATCH 0/4] fs: add mount_setattr()
 2020-07-21  9:59 UTC  (3+ messages)
` [PATCH] mount_setattr.2: New manual page documenting the mount_setattr() system call

mmotm 2020-07-20-19-06 uploaded
 2020-07-21  6:55 UTC  (4+ messages)
    ` mmotm 2020-07-20-19-06 uploaded (net/ipv6/ip6_vti.o)

bdi cleanups
 2020-07-21  5:46 UTC  (10+ messages)
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently

KASAN: use-after-free Read in userfaultfd_release (2)
 2020-07-21  4:32 UTC  (7+ messages)

[PATCH v3 4/4] io_uring: add support for zone-append
 2020-07-21  2:19 UTC  (16+ messages)

splice() rcu_sched self-detected stall on CPU
 2020-07-20 22:10 UTC  (5+ messages)

[PATCH] tools/memory-model: document the "one-time init" pattern
 2020-07-20 22:06 UTC  (9+ messages)

[PATCH v3 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-20 20:14 UTC  (9+ messages)
` [PATCH v3 1/7] fscrypt: Add functions for direct I/O support
` [PATCH v3 3/7] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v3 6/7] fscrypt: document inline encryption support
` [PATCH v3 7/7] fscrypt: update documentation for direct I/O support

add file system helpers that take kernel pointers for the init code
 2020-07-20 18:17 UTC  (7+ messages)
` [PATCH 04/24] fs: move the putname from filename_create to the callers
` [PATCH 05/24] fs: move the putname from filename_lookup "
` [PATCH 06/24] fs: add a kern_chdir helper

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-07-20 17:33 UTC  (4+ messages)
` [PATCH v4 00/24] "


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