linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-23 13:13:41 to 2018-07-27 18:57:59 UTC [more...]

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

[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2018-07-27 17:18 UTC  (3+ messages)
` [PATCH v16 01/10] x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES

[PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch
 2018-07-27 16:28 UTC 

[PATCH v14 00/74] Convert page cache to XArray
 2018-07-27 17:20 UTC  (10+ messages)

[PATCH v14 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2018-07-27 17:15 UTC  (3+ messages)
` [PATCH v14 8/9] KVM: x86: virtualize cpuid faulting

aio poll and a new in-kernel poll API V20 (aka 2.0)
 2018-07-27  8:31 UTC  (8+ messages)
` [PATCH 1/4] timerfd: add support for keyed wakeups
` [PATCH 2/4] aio: add a iocb refcount
` [PATCH 3/4] aio: implement IOCB_CMD_POLL
` [PATCH 4/4] aio: allow direct aio poll comletions for keyed wakeups

[PATCH 0/10 v2] audit: Fix various races when tagging and untagging mounts
 2018-07-27  4:47 UTC  (15+ messages)
` [PATCH 01/10] audit_tree: Remove mark->lock locking
` [PATCH 02/10] audit: Fix possible spurious -ENOSPC error
` [PATCH 04/10] audit: Embed key into chunk
` [PATCH 06/10] audit: Factor out chunk replacement code
` [PATCH 07/10] audit: Remove pointless check in insert_hash()
` [PATCH 09/10] audit: Allocate fsnotify mark independently of chunk
` [PATCH 10/10] audit: Replace chunk attached to mark instead of replacing mark

[NOMERGE] [RFC PATCH 00/12] erofs: introduce erofs file system
 2018-07-27  0:57 UTC  (32+ messages)
` [PATCH 00/25] staging: "
  ` [PATCH 01/25] staging: erofs: add on-disk layout
  ` [PATCH 02/25] staging: erofs: add erofs in-memory stuffs
  ` [PATCH 03/25] staging: erofs: add super block operations
  ` [PATCH 04/25] staging: erofs: add raw address_space operations
  ` [PATCH 05/25] staging: erofs: add inode operations
  ` [PATCH 06/25] staging: erofs: add directory operations
  ` [PATCH 07/25] staging: erofs: add namei functions
  ` [PATCH 08/25] staging: erofs: update Kconfig and Makefile
  ` [PATCH 09/25] staging: erofs: introduce xattr & acl support
  ` [PATCH 10/25] staging: erofs: support special inode
  ` [PATCH 11/25] staging: erofs: introduce error injection infrastructure
  ` [PATCH 12/25] staging: erofs: support tracepoint
  ` [PATCH 13/25] staging: erofs: <linux/tagptr.h>: introduce tagged pointer
  ` [PATCH 14/25] staging: erofs: introduce pagevec for unzip subsystem
  ` [PATCH 15/25] staging: erofs: add erofs_map_blocks_iter
  ` [PATCH 16/25] staging: erofs: add erofs_allocpage
  ` [PATCH 17/25] staging: erofs: globalize prepare_bio and __submit_bio
  ` [PATCH 18/25] staging: erofs: introduce a customized LZ4 decompression
  ` [PATCH 19/25] staging: erofs: add a generic z_erofs VLE decompressor
  ` [PATCH 20/25] staging: erofs: introduce superblock registration
  ` [PATCH 21/25] staging: erofs: introduce erofs shrinker
  ` [PATCH 22/25] staging: erofs: introduce workstation for decompression
  ` [PATCH 23/25] staging: erofs: introduce VLE decompression support
  ` [PATCH 24/25] staging: erofs: introduce cached decompression
  ` [PATCH 25/25] staging: erofs: add a TODO and update MAINTAINERS for staging

mmotm 2018-07-26-16-31 uploaded
 2018-07-26 23:31 UTC 

[RFC][PATCH 0/5] Mount, Filesystem and Keyrings notifications
 2018-07-26 16:09 UTC  (15+ messages)
` [PATCH 1/5] General notification queue with user mmap()'able ring buffer
` [PATCH 2/5] KEYS: Add a notification facility
` [PATCH 3/5] vfs: Add a mount-notification facility
` [PATCH 4/5] vfs: Add superblock notifications
` [PATCH 5/5] Add sample notification program

[PATCH 0/4] cleanups and refactor of /proc/pid/smaps*
 2018-07-26 16:26 UTC  (4+ messages)
` [PATCH 4/4] mm: proc/pid/smaps_rollup: convert to single value seq_file

Very slow SYS_io_destroy()
 2018-07-26 16:21 UTC  (4+ messages)

[RFC PATCH ghak90 (was ghak32) V3 00/10] audit: implement container identifier
 2018-07-26 14:30 UTC  (35+ messages)
` [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id
` [RFC PATCH ghak90 (was ghak32) V3 02/10] audit: log container info of syscalls
` [RFC PATCH ghak90 (was ghak32) V3 04/10] audit: add support for non-syscall auxiliary records
` [RFC PATCH ghak90 (was ghak32) V3 05/10] audit: add containerid support for tty_audit
` [RFC PATCH ghak90 (was ghak32) V3 07/10] audit: add support for containerid to network namespaces
` [RFC PATCH ghak90 (was ghak32) V3 08/10] audit: NETFILTER_PKT: record each container ID associated with a netNS

[PATCH] vfs: replace current_kernel_time64 with ktime equivalent
 2018-07-26 13:07 UTC 

INFO: task hung in fuse_reverse_inval_entry
 2018-07-26  9:12 UTC  (14+ messages)

[PATCH v2 0/6] kaddr and pfn can be NULL to ->direct_access()
 2018-07-26  1:29 UTC  (10+ messages)
` [PATCH v2 1/6] libnvdimm, pmem: "
` [PATCH v2 2/6] s390, dcssblk: "
` [PATCH v2 3/6] tools/testing/nvdimm: "
` [PATCH v2 4/6] dax/super: Do not request a pointer kaddr when not required
` [PATCH v2 5/6] md/dm-writecache: Don't request pointer dummy_addr "
` [PATCH v2 6/6] filesystem-dax: Do not request kaddr and pfn "
  ` [External] Re: [PATCH v2 0/6] kaddr and pfn can be NULL to ->direct_access()

[PATCH v2] f2fs: checkpoint disabling
 2018-07-26  0:19 UTC 

[PATCH v4 0/9] /proc/kcore improvements
 2018-07-25 23:59 UTC  (10+ messages)
` [PATCH v4 1/9] proc/kcore: don't grab lock for kclist_add()
` [PATCH v4 2/9] proc/kcore: don't grab lock for memory hotplug notifier
` [PATCH v4 3/9] proc/kcore: replace kclist_lock rwlock with rwsem
` [PATCH v4 4/9] proc/kcore: fix memory hotplug vs multiple opens race
` [PATCH v4 5/9] proc/kcore: hold lock during read
` [PATCH v4 6/9] proc/kcore: clean up ELF header generation
` [PATCH v4 7/9] proc/kcore: optimize multiple page reads
` [PATCH v4 8/9] crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dir
` [PATCH v4 9/9] proc/kcore: add vmcoreinfo note to /proc/kcore

[PATCH v3 0/8] /proc/kcore improvements
 2018-07-25 23:34 UTC  (4+ messages)
` [PATCH v3 5/8] proc/kcore: hold lock during read

[GIT PULL] fscache and cachefiles fixes
 2018-07-25 19:31 UTC  (5+ messages)

Why inode number is zero in writeback?
 2018-07-25 16:56 UTC  (2+ messages)

[PATCH] n_tty: Protect tty->disc_data using refcount
 2018-07-25 12:35 UTC  (4+ messages)
      ` [PATCH v2] "

[PATCH v3] mm: Change return type int to vm_fault_t for fault handlers
 2018-07-24 22:36 UTC  (2+ messages)

[PATCH 0/5] Do not request a pointer kaddr when not required
 2018-07-24 15:41 UTC  (12+ messages)
` [PATCH 1/5] libnvdimm, pmem: Allow a NULL-kaddr to ->direct_access()
` [PATCH 2/5] tools/testing/nvdimm: "
` [PATCH 3/5] s390, dcssblk: "
    ` [External] "
` [PATCH 4/5] filesystem-dax: Do not request a pointer kaddr when not required
` [PATCH 5/5] dax/super: "
  ` [External] Re: [PATCH 0/5] "

[PATCH v6 00/13] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-07-24 15:46 UTC  (9+ messages)
` [PATCH v6 06/13] mm, dev_pagemap: Do not clear ->mapping on final put
` [PATCH v6 11/13] x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses

[PATCH 1/2] [v2] hfs/hfsplus: follow MacOS time behavior
 2018-07-24 15:28 UTC  (3+ messages)

[PATCH v3] vfs: don't evict uninitialized inode
 2018-07-24 13:01 UTC 

[PATCH] fs/buffer.c: Optimize grow_buffer function
 2018-07-24  9:42 UTC  (3+ messages)

KASAN: use-after-free Read in link_path_walk
 2018-07-24  5:54 UTC  (5+ messages)

possible deadlock in mnt_want_write
 2018-07-23 17:30 UTC 

[PATCH 0/1] getxattr: use correct xattr length
 2018-07-23 15:14 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v2 0/6] 9p: Use IDRs more effectively
 2018-07-23 14:24 UTC  (6+ messages)
` [PATCH v2 5/6] 9p: Use a slab for allocating requests


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