linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-01 07:37:09 to 2018-08-07 15:38:36 UTC [more...]

[PATCH RFC 00/10] Introduce lockless shrink_slab()
 2018-08-07 15:38 UTC  (7+ messages)
` [PATCH RFC 01/10] rcu: Make CONFIG_SRCU unconditionally enabled
` [PATCH RFC 02/10] mm: Make shrink_slab() lockless
` [PATCH RFC 03/10] mm: Convert shrinker_rwsem to mutex
` [PATCH RFC 04/10] mm: Split unregister_shrinker()
` [PATCH RFC 05/10] fs: Move list_lru_destroy() to destroy_super_work()
` [PATCH RFC 06/10] fs: Shrink only (SB_ACTIVE|SB_BORN) superblocks in super_cache_scan()

[PATCH 0/2] fuse: Small cleanup series
 2018-08-07 12:32 UTC  (6+ 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] mm: adjust max read count in generic_file_buffered_read()
 2018-08-07 13:54 UTC  (5+ messages)

aio poll V22 (aka 2.0)
 2018-08-07 11:44 UTC  (10+ 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 4/4 v2] "

[PATCH v2] fuse: add support for copy_file_range()
 2018-08-07 12:02 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch
 2018-08-07  8:45 UTC  (5+ messages)

[PATCH v4 0/9] /proc/kcore improvements
 2018-08-07  5:05 UTC  (3+ messages)
` [PATCH v4 1/9] proc/kcore: don't grab lock for kclist_add()

next-20180806 build: 2 failures 21 warnings (next-20180806)
 2018-08-07  1:17 UTC  (2+ messages)

[PATCH] vfs: fix statfs64() returning impossible EOVERFLOW for 64-bit f_files
 2018-08-06 21:03 UTC  (8+ messages)

[bug report] vfs: Add configuration parser helpers
 2018-08-06 20:59 UTC 

[PATCH] locks: add tracepoint in flock codepath
 2018-08-06 18:06 UTC 

[PATCH 00/33] VFS: Introduce filesystem context [ver #11]
 2018-08-06 17:28 UTC  (41+ 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 00/10] iov_iter: Add new iters and use with AFS
 2018-08-06 13:17 UTC  (11+ messages)
` [PATCH 01/10] iov_iter: Separate type from direction and use accessor functions
` [PATCH 02/10] iov_iter: Renumber the ITER_* constants in uio.h
` [PATCH 03/10] iov_iter: Make count and iov_offset loff_t not size_t
` [PATCH 04/10] iov_iter: Add mapping and discard iterator types
` [PATCH 05/10] afs: Better tracing of protocol errors
` [PATCH 06/10] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 07/10] afs: Use ITER_MAPPING for writing
` [PATCH 08/10] afs: Add O_DIRECT read support
` [PATCH 09/10] afs: Add a couple of tracepoints to log I/O errors
` [PATCH 10/10] afs: Don't invoke the server to read data beyond EOF

KASAN: use-after-free Read in link_path_walk
 2018-08-06 13:01 UTC  (3+ messages)

INFO: task hung in generic_file_write_iter
 2018-08-06 11:56 UTC  (5+ messages)

[PATCH v6 00/13] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-08-06  9:27 UTC  (5+ messages)
` [PATCH v6 09/13] filesystem-dax: Introduce dax_lock_mapping_entry()
` [PATCH v6 10/13] mm, memory_failure: Teach memory_failure() about dev_pagemap pages

[PATCH 0/14][V6] Introduce io.latency io controller for cgroups
 2018-08-05 12:41 UTC  (5+ messages)
` [PATCH 06/14] blkcg: add generic throttling mechanism
` [PATCH 13/14] Documentation: add a doc for blk-iolatency

maybe resource leak in security/selinux/selinuxfs.c
 2018-08-05  9:37 UTC  (3+ messages)

[PATCH v2] f2fs: checkpoint disabling
 2018-08-04 22:31 UTC  (2+ messages)

[PATCH RESEND] exec: don't force_sigsegv processes with a pending fatal signal
 2018-08-03 23:15 UTC  (5+ messages)

[PATCH] vfs: potential deadlock in insert_inode_locked()
 2018-08-03 20:05 UTC  (2+ messages)

[PATCHES] more d_splice_alias() in ->lookup() instances
 2018-08-03 16:51 UTC  (6+ messages)
` [PATCH 1/5] hostfs_lookup: switch to d_splice_alias()
` [PATCH 2/5] afs: switch dynroot lookups "
` [PATCH 3/5] afs_lookup(): switch "
` [PATCH 4/5] afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)
` [PATCH 5/5] hpfs: fix an inode leak in lookup, switch to d_splice_alias()

[PATCH] fs: fix iomap_bmap position calculation
 2018-08-03 15:24 UTC  (4+ messages)

[RFC PATCH 0/4] vfs: map unique ino/dev pairs for user space
 2018-08-03  2:04 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 4/4] locks: map correct ino/dev pairs when exporting to userspace

[PATCH 0/8] cifs compounding
 2018-08-03  0:54 UTC 

[PATCH v2 5/6] 9p: Use a slab for allocating requests
 2018-08-02 22:03 UTC  (13+ 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] "

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

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

mmotm 2018-08-02-15-29 uploaded
 2018-08-02 22:29 UTC 

INFO: task hung in grab_super
 2018-08-02 22:18 UTC  (9+ messages)
              ` [V9fs-developer] "

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

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

[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  (5+ 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

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


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