linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-25 17:42:37 to 2018-07-30 08:53:53 UTC [more...]

[PATCH 0/4] cleanups and refactor of /proc/pid/smaps*
 2018-07-30  8:53 UTC  (7+ messages)
` [PATCH 2/4] mm: proc/pid/smaps: factor out mem stats gathering
` [PATCH 4/4] mm: proc/pid/smaps_rollup: convert to single value seq_file

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

aio poll and a new in-kernel poll API V21 (aka 2.0)
 2018-07-30  7:15 UTC  (5+ 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

[PATCHES][RFC] icache-related stuff
 2018-07-30  8:17 UTC  (19+ messages)
` [PATCH 01/16] nfs_instantiate(): prevent multiple aliases for directory inode
  ` [PATCH 02/16] new primitive: discard_new_inode()
  ` [PATCH 03/16] vfs: don't evict uninitialized inode
  ` [PATCH 04/16] btrfs: switch to discard_new_inode()
  ` [PATCH 05/16] ufs: "
  ` [PATCH 06/16] udf: "
  ` [PATCH 07/16] ext2: make sure that partially set up inodes won't be returned by ext2_iget()
  ` [PATCH 08/16] btrfs: btrfs_iget() never returns an is_bad_inode() inode
  ` [PATCH 09/16] btrfs: IS_ERR(p) && PTR_ERR(p) == n is a weird way to spell p == ERR_PTR(n)
  ` [PATCH 10/16] kill d_instantiate_no_diralias()
  ` [PATCH 11/16] jfs: switch to discard_new_inode()
  ` [PATCH 12/16] new helper: inode_fake_hash()
  ` [PATCH 13/16] btrfs: lift make_bad_inode() into btrfs_iget()
  ` [PATCH 14/16] btrfs: simplify btrfs_iget()
  ` [PATCH 15/16] adfs: don't put inodes into icache
  ` [PATCH 16/16] jfs: don't bother with make_bad_inode() in ialloc()

[PATCH v2 0/6] kaddr and pfn can be NULL to ->direct_access()
 2018-07-30  5:14 UTC  (11+ messages)
` [PATCH v2 2/6] s390, dcssblk: "
  ` [External] "
` [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 RESEND] userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
 2018-07-30  6:26 UTC 

[PATCH] fs/buffer: Convert return type int to vm_fault_t
 2018-07-30  4:49 UTC  (3+ messages)

[PATCH 00/38] VFS: Introduce filesystem context [ver #10]
 2018-07-29 11:37 UTC  (61+ 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 34/38] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 35/38] afs: Add fsinfo support "
` [PATCH 36/38] vfs: Add a sample program for the new mount API "
` [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] fs: don't let getdents return bogus names
 2018-07-29 11:37 UTC  (3+ messages)

vfs/for-next: [ 5.294950] kernel BUG at fs/inode.c:1561!
 2018-07-29  9:11 UTC 

[NOMERGE] [RFC PATCH 00/12] erofs: introduce erofs file system
 2018-07-28 10:34 UTC  (35+ 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

[PATCH v2] f2fs: checkpoint disabling
 2018-07-28  0:19 UTC  (3+ messages)

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

[PATCH] hfsplus: drop ACL support
 2018-07-27 17:48 UTC  (5+ messages)

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

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

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  (8+ messages)

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  (16+ messages)
` [RFC PATCH ghak90 (was ghak32) V3 04/10] audit: add support for non-syscall auxiliary records
` [RFC PATCH ghak90 (was ghak32) V3 07/10] audit: add support for containerid to network namespaces
` [RFC PATCH ghak90 (was ghak32) V3 02/10] audit: log container info of syscalls

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


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