linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-15 17:32:34 to 2019-02-19 23:03:46 UTC [more...]

[RFC PATCH 22/27] KEYS: Replace uid/gid/perm permissions checking with an ACL
 2019-02-19 23:03 UTC  (24+ messages)
` [RFC PATCH 00/27] Containers and using authenticated filesystems
  ` [RFC PATCH 02/27] containers: Implement containers as kernel objects
  ` [RFC PATCH 04/27] containers: Allow a process to be forked into a container
  ` [RFC PATCH 05/27] containers: Open a socket inside "
  ` [RFC PATCH 06/27] containers, vfs: Allow syscall dirfd arguments to take a container fd
  ` [RFC PATCH 08/27] containers, vfs: Honour CONTAINER_NEW_EMPTY_FS_NS
  ` [RFC PATCH 09/27] vfs: Allow mounting to other namespaces
  ` [RFC PATCH 20/27] container, keys: Add a container keyring

[PATCH v5 0/9] mmu notifier provide context informations
 2019-02-19 21:30 UTC  (10+ messages)
` [PATCH v5 1/9] mm/mmu_notifier: helper to test if a range invalidation is blockable

[RFC PATCH 00/17] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-02-19 19:15 UTC  (20+ messages)
` [RFC PATCH 01/17] fs: Add the ZUF filesystem to the build + License
` [RFC PATCH 02/17] zuf: Preliminary Documentation
` [RFC PATCH 03/17] zuf: zuf-rootfs
` [RFC PATCH 04/17] zuf: zuf-core The ZTs
` [RFC PATCH 05/17] zuf: Multy Devices
` [RFC PATCH 06/17] zuf: mounting
` [RFC PATCH 07/17] zuf: Namei and directory operations
` [RFC PATCH 08/17] zuf: readdir operation
` [RFC PATCH 09/17] zuf: symlink
` [RFC PATCH 10/17] zuf: More file operation
` [RFC PATCH 11/17] zuf: Write/Read implementation
` [RFC PATCH 12/17] zuf: mmap & sync
` [RFC PATCH 13/17] zuf: ioctl implementation
` [RFC PATCH 14/17] zuf: xattr implementation
` [RFC PATCH 15/17] zuf: ACL support
` [RFC PATCH 16/17] zuf: Special IOCTL fadvise (TODO)
` [RFC PATCH 17/17] zuf: Support for dynamic-debug of zusFSs

[PATCH RFC v5 00/11] Ext4 Encoding and Case-insensitive support
 2019-02-19 19:04 UTC  (2+ messages)

[RFC PATCH] fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes
 2019-02-19 17:12 UTC  (3+ messages)

[PATCH 00/10] VFS: Provide new mount UAPI
 2019-02-19 17:09 UTC  (11+ messages)
` [PATCH 01/10] vfs: syscall: Add open_tree(2) to reference or clone a mount
` [PATCH 02/10] vfs: syscall: Add move_mount(2) to move mounts around
` [PATCH 03/10] teach move_mount(2) to work with OPEN_TREE_CLONE
` [PATCH 04/10] Make anon_inodes unconditional
` [PATCH 05/10] vfs: syscall: Add fsopen() to prepare for superblock creation
` [PATCH 06/10] vfs: Implement logging through fs_context
` [PATCH 07/10] vfs: syscall: Add fsconfig() for configuring and managing a context
` [PATCH 08/10] vfs: syscall: Add fsmount() to create a mount for a superblock
` [PATCH 09/10] vfs: syscall: Add fspick() to select a superblock for reconfiguration
` [PATCH 10/10] vfs: Add a sample program for the new mount API

[PATCH v6 0/5] Allow initializing the kernfs node's secctx based on its parent
 2019-02-19 16:43 UTC  (11+ messages)
` [PATCH v6 5/5] kernfs: initialize security of newly created nodes

[PATCH 00/43] VFS: Introduce filesystem context
 2019-02-19 16:34 UTC  (44+ messages)
` [PATCH 01/43] fix cgroup_do_mount() handling of failure exits
` [PATCH 02/43] cgroup: saner refcounting for cgroup_root
` [PATCH 03/43] kill kernfs_pin_sb()
` [PATCH 04/43] separate copying and locking mount tree on cross-userns copies
` [PATCH 05/43] saner handling of temporary namespaces
` [PATCH 06/43] vfs: Introduce fs_context, switch vfs_kern_mount() to it
` [PATCH 07/43] new helpers: vfs_create_mount(), fc_mount()
` [PATCH 08/43] teach vfs_get_tree() to handle subtype, switch do_new_mount() to it
` [PATCH 09/43] new helper: do_new_mount_fc()
` [PATCH 10/43] vfs_get_tree(): evict the call of security_sb_kern_mount()
` [PATCH 11/43] convert do_remount_sb() to fs_context
` [PATCH 12/43] fs_context flavour for submounts
` [PATCH 13/43] introduce fs_context methods
` [PATCH 14/43] vfs: Introduce logging functions
` [PATCH 15/43] vfs: Add configuration parser helpers
` [PATCH 16/43] vfs: Add LSM hooks for the new mount API
` [PATCH 17/43] selinux: Implement the new mount API LSM hooks
` [PATCH 18/43] smack: Implement filesystem context security hooks
` [PATCH 19/43] vfs: Put security flags into the fs_context struct
` [PATCH 20/43] vfs: Implement a filesystem superblock creation/configuration context
` [PATCH 21/43] convenience helpers: vfs_get_super() and sget_fc()
` [PATCH 22/43] introduce cloning of fs_context
` [PATCH 23/43] procfs: Move proc_fill_super() to fs/proc/root.c
` [PATCH 24/43] proc: Add fs_context support to procfs
` [PATCH 25/43] ipc: Convert mqueue fs to fs_context
` [PATCH 26/43] cgroup: start switching "
` [PATCH 27/43] cgroup: fold cgroup1_mount() into cgroup1_get_tree()
` [PATCH 28/43] cgroup: take options parsing into ->parse_monolithic()
` [PATCH 29/43] cgroup1: switch to option-by-option parsing
` [PATCH 30/43] cgroup2: "
` [PATCH 31/43] cgroup: stash cgroup_root reference into cgroup_fs_context
` [PATCH 32/43] cgroup_do_mount(): massage calling conventions
` [PATCH 33/43] cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper
` [PATCH 34/43] cgroup: store a reference to cgroup_ns into cgroup_fs_context
` [PATCH 35/43] kernfs, sysfs, cgroup, intel_rdt: Support fs_context
` [PATCH 36/43] cpuset: Use fs_context
` [PATCH 37/43] hugetlbfs: Convert to fs_context
` [PATCH 38/43] vfs: Remove kern_mount_data()
` [PATCH 39/43] vfs: Provide documentation for new mount API
` [PATCH 40/43] vfs: Implement logging through fs_context
` [PATCH 41/43] vfs: Add some logging to the core users of the fs_context log
` [PATCH 42/43] afs: Add fs_context support
` [PATCH 43/43] afs: Use fs_context to pass parameters over automount

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-19 16:28 UTC  (10+ messages)
  ` [dm-devel] "

[PATCH v2 00/10] server-side support for "inter" SSC copy
 2019-02-19 16:17 UTC  (7+ messages)
` [PATCH v2 04/10] NFSD add ca_source_server<> to COPY
` [PATCH v2 09/10] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH v2 10/10] NFSD add nfs4 inter ssc to nfsd4_copy

[LSF/MM TOPIC] Standardizing semantics around the per-file DAX flag
 2019-02-19 12:35 UTC  (2+ messages)

[RESEND, PATCH v2] fuse: Don't drop NOTIFY_REPLY if we promised it
 2019-02-19  9:42 UTC 

[PATCH v2] fs: Allow opening only regular files during execve()
 2019-02-19  9:51 UTC  (3+ messages)

[PATCH 1/2] devpts: remove unneeded inode_lock in mknod_ptmx
 2019-02-19  9:24 UTC  (2+ messages)

[PATCH] tmpfs: fix link accounting when a tmpfile is linked in
 2019-02-19  7:23 UTC  (3+ messages)

[LSF/MM TOPIC] dying memory cgroups and slab reclaim issues
 2019-02-19  7:13 UTC 

tmpfs inode leakage when opening file with O_TMP_FILE
 2019-02-19  4:34 UTC  (5+ messages)

[RFC PATCH 0/6] Allow setting file birth time with utimensat()
 2019-02-19  4:28 UTC  (15+ messages)

tmpfs fails fallocate(more than DRAM)
 2019-02-19  4:16 UTC  (5+ messages)

[LSF/MM TOPIC] Software RAID Support for NV-DIMM
 2019-02-19  3:59 UTC  (9+ messages)

[RFC PATCH v2 0/9] Block/XFS: Support alternative mirror device retry
 2019-02-19  3:33 UTC  (10+ messages)
` [RFC PATCH v2 1/9] block: add nr_mirrors to request_queue

[PATCH -next] exec: Fix mem leak in kernel_read_file
 2019-02-19  2:25 UTC  (2+ messages)

[LSF/MM TOPIC] More async operations for file systems - async discard?
 2019-02-18 22:30 UTC  (5+ messages)

[LSF/MM TOPIC] The end of the DAX experiment
 2019-02-18 18:17 UTC  (10+ messages)
` [Lsf-pc] "

[PATCH] fs: drop pointless static qualifier in bd_mount()
 2019-02-18 13:59 UTC 

[PATCH] fs: drop pointless static qualifier in bdev_cache_init()
 2019-02-18 14:32 UTC  (2+ messages)

[PATCH] fs: drop pointless static qualifier in bdev_cache_init()
 2019-02-18 14:22 UTC 

[PATCH 0/9 V3] New ->fiemap infrastructure and ->bmap removal
 2019-02-18 13:03 UTC  (10+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/9 V3] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9 V3] fiemap: Use a callback to fill fiemap extents
` [PATCH RFC 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9 V2] xfs: Get rid of ->bmap

[PATCH v2 0/6] fanotify: Make wait for permission event response interruptible
 2019-02-18 11:04 UTC  (6+ messages)
` [PATCH 6/6] fanotify: Use interruptible wait when waiting for permission events

[PATCH] fuse: add bounds check before truncate_pagecache
 2019-02-18  2:22 UTC 

[PATCH v3] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-17 17:06 UTC  (3+ messages)

INFO: task hung in __x64_sys_io_destroy
 2019-02-17  8:10 UTC 

[PATCH] vfs: don't decrement i_nlink in d_tmpfile
 2019-02-17  0:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] xarray: Document erasing entries during iteration
 2019-02-16 21:53 UTC  (7+ messages)

find_get_entries_tag regression bisected
 2019-02-16 21:11 UTC  (4+ messages)

xfstest status update - possible regression outside cifs in rc6
 2019-02-16 19:37 UTC 

[LSF/MM TOPIC] FS, MM, and stable trees
 2019-02-16 18:28 UTC  (11+ messages)

[PATCH] vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
 2019-02-16 15:21 UTC  (4+ messages)

[PATCH v3] page cache: Store only head pages in i_pages
 2019-02-15 22:25 UTC 

[PATCH v2] page cache: Store only head pages in i_pages
 2019-02-15 21:17 UTC  (7+ messages)

Better interop for NFS/SMB file share mode/reservation
 2019-02-15 20:09 UTC  (10+ messages)

Future of dosfstools project (FAT)
 2019-02-15 20:04 UTC  (11+ messages)

[LSF/MM TOPIC] improving storage testing
 2019-02-15 17:32 UTC  (4+ 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).