linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-17 18:37:27 to 2019-05-21 16:32:05 UTC [more...]

CFQ idling kills I/O performance on ext4 with blkio cgroup controller
 2019-05-21 16:31 UTC  (17+ messages)

[PATCH 1/2] open: add close_range()
 2019-05-21 16:30 UTC  (10+ messages)
` [PATCH 2/2] tests: add close_range() tests

[PATCH v10 0/7] virtio pmem driver
 2019-05-21 16:24 UTC  (10+ messages)
` [PATCH v10 1/7] libnvdimm: nd_region flush callback support
` [PATCH v10 2/7] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [PATCH v10 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v10 4/7] dm: enable synchronous dax
` [PATCH v10 5/7] dax: check synchronous mapping is supported
` [PATCH v10 6/7] ext4: disable map_sync for async flush
` [PATCH v10 7/7] xfs: "

[PATCH v4 00/18] btrfs dax support
 2019-05-21 15:14 UTC  (3+ messages)
` [PATCH 03/18] btrfs: basic dax read

[PATCH v2 00/30] [RFC] virtio-fs: shared file system for virtual machines
 2019-05-21 15:01 UTC  (8+ messages)
` [PATCH v2 02/30] fuse: Clear setuid bit even in cache=never path
` [PATCH v2 26/30] fuse: Add logic to free up a memory range

[PATCH 1/1] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-21  9:25 UTC  (2+ messages)

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-05-21  8:28 UTC  (6+ messages)

[PATCH v3 00/13] epoll: support pollable epoll from userspace
 2019-05-21  7:51 UTC  (3+ messages)
` [PATCH v3 05/13] epoll: offload polling to a work in case of epfd polled "

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2019-05-21  5:52 UTC  (14+ messages)
` [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
` [PATCH 12/11] man-pages: copy_file_range updates

Inquiry 20/May/2019
 2019-05-20 13:31 UTC 

[PATCH v3] kernel: fix typos and some coding style in comments
 2019-05-21  5:09 UTC 

[PATCH v6 00/16] fscrypt: key management improvements
 2019-05-21  3:29 UTC  (20+ messages)
` [PATCH v6 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v6 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v6 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v6 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v6 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v6 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v6 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v6 09/16] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v6 10/16] fscrypt: v2 encryption policy support
` [PATCH v6 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v6 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v6 13/16] ext4: wire up new fscrypt ioctls
` [PATCH v6 14/16] f2fs: "
` [PATCH v6 15/16] ubifs: "
` [PATCH v6 16/16] fscrypt: document the new ioctls and policy version

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-05-21  3:15 UTC  (28+ messages)
` [RFC PATCH v5 01/16] slub: Add isolate() and migrate() methods
` [RFC PATCH v5 02/16] tools/vm/slabinfo: Add support for -C and -M options
` [RFC PATCH v5 03/16] slub: Sort slab cache list
` [RFC PATCH v5 04/16] slub: Slab defrag core
` [RFC PATCH v5 05/16] tools/vm/slabinfo: Add remote node defrag ratio output
` [RFC PATCH v5 06/16] tools/vm/slabinfo: Add defrag_used_ratio output
` [RFC PATCH v5 07/16] tools/testing/slab: Add object migration test module
` [RFC PATCH v5 08/16] tools/testing/slab: Add object migration test suite
` [RFC PATCH v5 09/16] lib: Separate radix_tree_node and xa_node slab cache
` [RFC PATCH v5 10/16] xarray: Implement migration function for xa_node objects
` [RFC PATCH v5 11/16] tools/testing/slab: Add XArray movable objects tests
` [RFC PATCH v5 12/16] slub: Enable moving objects to/from specific nodes
` [RFC PATCH v5 13/16] slub: Enable balancing slabs across nodes
` [RFC PATCH v5 14/16] dcache: Provide a dentry constructor
` [RFC PATCH v5 15/16] dcache: Implement partial shrink via Slab Movable Objects
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO

[PATCH v3 1/1] f2fs: ioctl for removing a range from F2FS
 2019-05-21  3:16 UTC  (2+ messages)

Initial patches for Incremental FS
 2019-05-21  1:32 UTC  (9+ messages)

PROBLEM: Linux kernel.core_pattern with pipes does argument splitting after template expansion
 2019-05-21  0:37 UTC  (4+ messages)
` [PATCH] coredump: Split pipe command whitespace before expanding template

[PATCH V3 0/6] IMA: Support asking the VFS for a file hash
 2019-05-21  0:10 UTC  (14+ messages)
` [PATCH V3 1/6] VFS: Add a call to obtain a file's hash
` [PATCH V3 2/6] FUSE: Allow filesystems to provide gethash methods
` [PATCH V3 3/6] IMA: Allow rule matching on filesystem subtype
` [PATCH V3 4/6] IMA: Optionally make use of filesystem-provided hashes
` [PATCH V3 5/6] IMA: Add a ima-vfs-sig measurement template
` [PATCH V3 6/6] IMA: Allow profiles to define the desired IMA template

[PATCH v2] libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead
 2019-05-20 19:10 UTC 

Print your logo
 2019-05-20 15:02 UTC 

Printing for your logo
 2019-05-20 12:55 UTC 

BUG: unable to handle kernel paging request in do_mount
 2019-05-20 16:22 UTC  (12+ messages)

[PATCH v2] kernel: fix typos and some coding style in comments
 2019-05-20 15:42 UTC  (2+ messages)

[PATCH] libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead
 2019-05-20 15:40 UTC  (9+ messages)

[PATCH 0/7] fs/adfs fixes
 2019-05-20 14:13 UTC  (8+ messages)
` [PATCH 1/7] fs/adfs: factor out filename comparison
` [PATCH 2/7] fs/adfs: factor out filename case lowering
` [PATCH 3/7] fs/adfs: factor out object fixups
` [PATCH 4/7] fs/adfs: factor out filename fixup
` [PATCH 5/7] fs/adfs: remove truncated filename hashing
` [PATCH 6/7] fs/adfs: move append_filetype_suffix() into adfs_object_fixup()
` [PATCH 7/7] fs/adfs: fix filename fixup handling for "/" and "//" names

[PATCH RFC v8 00/10] namei: resolveat(2) path resolution restrictions
 2019-05-20 13:33 UTC  (11+ messages)
` [PATCH RFC v8 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH RFC v8 02/10] procfs: switch magic-link modes to be more sane
` [PATCH RFC v8 03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH RFC v8 04/10] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH RFC v8 05/10] namei: O_BENEATH-style path resolution flags
` [PATCH RFC v8 06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RFC v8 07/10] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RFC v8 08/10] namei: resolveat(2) syscall
` [PATCH RFC v8 09/10] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH RFC v8 10/10] selftests: add resolveat(2) selftests

[PATCH v2 1/1] f2fs: ioctl for removing a range from F2FS
 2019-05-20 12:05 UTC  (3+ messages)

[PATCH v3 0/2] initramfs: add support for xattrs in the initial ram disk
 2019-05-20  9:39 UTC  (16+ messages)
` [PATCH v3 2/2] initramfs: introduce do_readxattrs()

[WIP RFC PATCH 0/6] Generic Firmware Variable Filesystem
 2019-05-20  6:25 UTC  (7+ messages)
` [WIP RFC PATCH 1/6] kernfs: add create() and unlink() hooks
` [WIP RFC PATCH 2/6] fwvarfs: a generic firmware variable filesystem
` [WIP RFC PATCH 3/6] fwvarfs: efi backend
` [WIP RFC PATCH 4/6] powerpc/powernv: Add support for OPAL secure variables
` [WIP RFC PATCH 5/6] powerpc/powernv: Remove EFI "
` [WIP RFC PATCH 6/6] fwvarfs: Add opal_secvar backend

[PATCH v9 0/7] virtio pmem driver
 2019-05-20  3:47 UTC  (7+ messages)
` [PATCH v9 2/7] virtio-pmem: Add "
    ` [Qemu-devel] "

[PATCH v3] fs/proc: add VmTaskSize field to /proc/$$/status
 2019-05-19 21:31 UTC  (7+ messages)

[PATCH] kernel: fix typos and some coding style in comments
 2019-05-19  1:56 UTC  (2+ messages)

[PATCH 00/12] exposing knfsd state to userspace
 2019-05-18 20:04 UTC  (3+ messages)
` [PATCH 1/2] nfsd: allow fh_want_write to be called twice

[PATCH 01/22] coda: pass the host file in vma->vm_file on mmap
 2019-05-18 13:18 UTC  (2+ messages)

[PATCH v2] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-05-18  3:22 UTC  (2+ messages)

[PATCH 00/22] Coda updates
 2019-05-17 23:51 UTC  (6+ messages)
` [PATCH 07/22] coda: don't try to print names that were considered too long
` [PATCH 16/22] coda: remove uapi/linux/coda_psdev.h

[PATCHSET 0/3] io_uring: support for linked SQEs
 2019-05-17 21:41 UTC  (4+ messages)
` [PATCH 1/3] uio: make import_iovec()/compat_import_iovec() return bytes on success
` [PATCH 2/3] io_uring: punt short reads to async context
` [PATCH 3/3] io_uring: add support for sqe links

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-17 18:53 UTC  (3+ messages)
` [PATCH v4 01/18] kunit: test: add KUnit test runner core


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