linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-30 19:52:51 to 2018-08-02 21:51:58 UTC [more...]

[PATCH 00/33] VFS: Introduce filesystem context [ver #11]
 2018-08-02 21:51 UTC  (39+ messages)
` [PATCH 01/33] vfs: syscall: Add open_tree(2) to reference or clone a mount "
` [PATCH 02/33] vfs: syscall: Add move_mount(2) to move mounts around "
` [PATCH 03/33] teach move_mount(2) to work with OPEN_TREE_CLONE "
` [PATCH 04/33] vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 05/33] vfs: Introduce the basic header for the new mount API's filesystem context "
` [PATCH 06/33] vfs: Introduce logging functions "
` [PATCH 07/33] vfs: Add configuration parser helpers "
` [PATCH 08/33] vfs: Add LSM hooks for the new mount API "
` [PATCH 09/33] selinux: Implement the new mount API LSM hooks "
` [PATCH 10/33] smack: Implement filesystem context security "
` [PATCH 11/33] apparmor: Implement security hooks for the new mount API "
` [PATCH 12/33] tomoyo: "
` [PATCH 13/33] vfs: Separate changing mount flags full remount "
` [PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context "
` [PATCH 15/33] vfs: Remove unused code after filesystem context changes "
` [PATCH 16/33] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 17/33] proc: Add fs_context support to procfs "
` [PATCH 18/33] ipc: Convert mqueue fs to fs_context "
` [PATCH 19/33] cpuset: Use "
` [PATCH 20/33] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 21/33] hugetlbfs: Convert to "
` [PATCH 22/33] vfs: Remove kern_mount_data() "
` [PATCH 23/33] vfs: Provide documentation for new mount API "
` [PATCH 24/33] Make anon_inodes unconditional "
` [PATCH 25/33] vfs: syscall: Add fsopen() to prepare for superblock creation "
` [PATCH 26/33] vfs: Implement logging through fs_context "
` [PATCH 27/33] vfs: Add some logging to the core users of the fs_context log "
` [PATCH 28/33] vfs: syscall: Add fsconfig() for configuring and managing a context "
` [PATCH 29/33] vfs: syscall: Add fsmount() to create a mount for a superblock "
` [PATCH 30/33] vfs: syscall: Add fspick() to select a superblock for reconfiguration "
` [PATCH 31/33] afs: Add fs_context support "
` [PATCH 32/33] afs: Use fs_context to pass parameters over automount "
` [PATCH 33/33] vfs: Add a sample program for the new mount API "

[PATCH RESEND] exec: don't force_sigsegv processes with a pending fatal signal
 2018-08-02 19:53 UTC  (2+ messages)

aio poll and a new in-kernel poll API V21 (aka 2.0)
 2018-08-02 16:16 UTC  (13+ messages)
` [PATCH 2/4] aio: add a iocb refcount
` [PATCH 3/4] aio: implement IOCB_CMD_POLL

[RFC PATCH 0/4] file: export functions for binder module
 2018-08-02 13:31 UTC  (15+ messages)
` [PATCH 1/4] file: export __alloc_fd()

[RFC] [PATCH 0/1] Introduce emergency raid0 stop for mounted arrays
 2018-08-02 13:30 UTC  (4+ messages)
` [RFC] [PATCH 1/1] md/raid0: Introduce emergency stop for raid0 arrays

[PATCH v2 5/6] 9p: Use a slab for allocating requests
 2018-08-02  9:23 UTC  (20+ messages)
` [PATCH 1/2] net/9p: embed fcall in req to round down buffer allocs
  ` [PATCH 2/2] net/9p: add a per-client fcall kmem_cache
    ` [V9fs-developer] "
  ` [V9fs-developer] [PATCH 1/2] net/9p: embed fcall in req to round down buffer allocs
  ` [PATCH v2 "
    ` [PATCH v2 2/2] net/9p: add a per-client fcall kmem_cache
      ` [V9fs-developer] "

[PATCH dhowells/mount-api] fs: typo fix in legacy_parse_param
 2018-08-02  7:50 UTC  (2+ messages)

Commit "new primitive: discard_new_inode()" introduces a problem
 2018-08-02  7:43 UTC  (11+ messages)

[PATCH] fs/binfmt_elf: remove the same condition check
 2018-08-02  3:56 UTC  (5+ messages)

[PATCH] fs/binfmt_elf_fdpic: remove redundant condition check in writenote
 2018-08-02  3:05 UTC  (3+ messages)

[RFC PATCH 0/4] vfs: map unique ino/dev pairs for user space
 2018-08-02  0:43 UTC  (16+ messages)
` [PATCH 1/4] vfs: introduce function to map unique ino/dev pairs
` [PATCH 2/4] nfs: check for NULL vfsmount in nfs_getattr
` [PATCH 3/4] proc: use vfs helper to get ino/dev pairs for maps file
` [PATCH 4/4] locks: map correct ino/dev pairs when exporting to userspace

[PATCH] fs: buffer: use true and false for boolean values
 2018-08-02  0:47 UTC 

[PATCH] fs: dcache: Use true and false for boolean values
 2018-08-02  0:39 UTC 

[RFC][PATCH 0/5] Mount, Filesystem and Keyrings notifications
 2018-08-01 22:50 UTC  (5+ messages)
  ` LSM hook for mount, superblock and keys watch notifications

[PATCH 0/5] VFS: Introduce filesystem information query syscall
 2018-08-01 22:20 UTC  (8+ messages)
` [PATCH 1/5] vfs: syscall: Add fsinfo() to query filesystem information
` [PATCH 2/5] afs: Add fsinfo support
` [PATCH 3/5] vfs: Allow fsinfo() to query what's in an fs_context
` [PATCH 4/5] vfs: Allow fsinfo() to be used to query an fs parameter description
` [PATCH 5/5] vfs: Implement parameter value retrieval with fsinfo()

[PATCHES][RFC] icache-related stuff
 2018-08-01 15:25 UTC  (6+ messages)
` [PATCH 01/16] nfs_instantiate(): prevent multiple aliases for directory inode
  ` [PATCH 04/16] btrfs: switch to discard_new_inode()

Misuse of constructors
 2018-08-01 15:51 UTC 

[PATCH v2] fs/buffer: Convert return type int to vm_fault_t
 2018-08-01 14:01 UTC  (2+ messages)

[PATCH] nfsd: fix leaked file lock with nfs exported overlayfs
 2018-08-01 11:40 UTC  (6+ messages)

[PATCH 1/2] mm: add a function to return a bdi_writeback dirty page statistic
 2018-08-01 11:16 UTC  (4+ messages)
` [PATCH 2/2] fs/writeback: do memory cgroup related writeback firstly

maybe resource leak in security/selinux/selinuxfs.c
 2018-08-01  9:23 UTC 

[next-20180727][qla2xxx][BUG] WARNING: CPU: 12 PID: 511 at drivers/scsi/scsi_lib.c:691 scsi_end_request+0x250/0x280
 2018-08-01  7:19 UTC  (2+ messages)

[PATCH dhowells/mount-context] fs: don't call fs_context->free() from fsmount()
 2018-08-01  5:53 UTC  (7+ messages)

[PATCH 36/38] vfs: Add a sample program for the new mount API [ver #10]
 2018-08-01  1:07 UTC  (33+ messages)
` [PATCH 00/38] VFS: Introduce filesystem context "
  ` [PATCH 34/38] vfs: syscall: Add fsinfo() to query filesystem information "

[PATCH 1/3] hfs: stop using timespec based interfaces
 2018-07-31 23:37 UTC  (2+ messages)

statistics on smb3 mount
 2018-07-31 21:49 UTC 

[PATCH ghak90 (was ghak32) V4 00/10] audit: implement container identifier
 2018-07-31 20:07 UTC  (11+ messages)
` [PATCH ghak90 (was ghak32) V4 01/10] audit: collect audit task parameters
` [PATCH ghak90 (was ghak32) V4 02/10] audit: add container id
` [PATCH ghak90 (was ghak32) V4 03/10] audit: log container info of syscalls
` [PATCH ghak90 (was ghak32) V4 04/10] audit: add containerid support for ptrace and signals
` [PATCH ghak90 (was ghak32) V4 05/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 (was ghak32) V4 06/10] audit: add containerid support for tty_audit
` [PATCH ghak90 (was ghak32) V4 07/10] audit: add containerid filtering
` [PATCH ghak90 (was ghak32) V4 08/10] audit: add support for containerid to network namespaces
` [PATCH ghak90 (was ghak32) V4 09/10] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [PATCH ghak90 (was ghak32) V4 10/10] debug audit: read container ID of a process

[RFC PATCH ghak90 (was ghak32) V3 00/10] audit: implement container identifier
 2018-07-31 20:07 UTC  (7+ messages)
` [RFC PATCH ghak90 (was ghak32) V3 02/10] audit: log container info of syscalls

[PATCH v2] fs: don't let getdents return bogus names
 2018-07-31 19:50 UTC  (3+ messages)

[PATCH v3 0/6] kaddr and pfn can be NULL to ->direct_access()
 2018-07-31 15:35 UTC  (2+ messages)

[PATCH 0/2] fuse: Small cleanup series
 2018-07-31 10:25 UTC  (3+ messages)
` [PATCH 1/2] fuse: Use list_first_entry() in flush_bg_queue()
` [PATCH 2/2] fuse: Move clear_bit() up in request_end()

[PATCH 34/38] vfs: syscall: Add fsinfo() to query filesystem information [ver #10]
 2018-07-27 23:14 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).