linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-16 10:26:58 to 2019-05-20 06:26:25 UTC [more...]

[WIP RFC PATCH 0/6] Generic Firmware Variable Filesystem
 2019-05-20  6:25 UTC  (6+ 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 "

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-05-20  5:40 UTC  (17+ 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 v9 0/7] virtio pmem driver
 2019-05-20  3:47 UTC  (10+ messages)
` [PATCH v9 2/7] virtio-pmem: Add "
      ` [Qemu-devel] "

[PATCH v2] kernel: fix typos and some coding style in comments
 2019-05-20  2:37 UTC 

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

[PATCH] libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead
 2019-05-19  4:46 UTC  (11+ messages)

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

BUG: unable to handle kernel paging request in do_mount
 2019-05-18 21:41 UTC  (9+ messages)

CFQ idling kills I/O performance on ext4 with blkio cgroup controller
 2019-05-18 20:50 UTC  (4+ 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 00/22] Coda updates
 2019-05-18 13:18 UTC  (27+ messages)
` [PATCH 01/22] coda: pass the host file in vma->vm_file on mmap
` [PATCH 02/22] uapi linux/coda.h: use __kernel_pid_t for userspace
` [PATCH 03/22] uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
` [PATCH 04/22] coda: add error handling for fget
` [PATCH 05/22] coda: potential buffer overflow in coda_psdev_write()
` [PATCH 06/22] coda: Fix build using bare-metal toolchain
` [PATCH 07/22] coda: don't try to print names that were considered too long
` [PATCH 08/22] uapi linux/coda_psdev.h: Move CODA_REQ_ from uapi to kernel side headers
` [PATCH 09/22] coda: clean up indentation, replace spaces with tab
` [PATCH 10/22] coda: stop using 'struct timespec' in user API
` [PATCH 11/22] coda: change Coda's user api to use 64-bit time_t in timespec
` [PATCH 12/22] coda: get rid of CODA_ALLOC()
` [PATCH 13/22] coda: get rid of CODA_FREE()
` [PATCH 14/22] coda: bump module version
` [PATCH 15/22] coda: Move internal defs out of include/linux/ [ver #2]
` [PATCH 16/22] coda: remove uapi/linux/coda_psdev.h
` [PATCH 17/22] coda: destroy mutex in put_super()
` [PATCH 18/22] coda: use SIZE() for stat
` [PATCH 19/22] coda: add __init to init_coda_psdev()
` [PATCH 20/22] coda: remove sysctl object from module when unused
` [PATCH 21/22] coda: remove sb test in coda_fid_to_inode()
` [PATCH 22/22] coda: ftoc validity check integration

[PATCH V3 0/6] IMA: Support asking the VFS for a file hash
 2019-05-18 11:25 UTC  (10+ 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 v3 0/2] initramfs: add support for xattrs in the initial ram disk
 2019-05-18  5:49 UTC  (14+ messages)
` [PATCH v3 1/2] initramfs: set extended attributes
` [PATCH v3 2/2] initramfs: introduce do_readxattrs()

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

[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  (12+ messages)
` [PATCH v4 01/18] kunit: test: add KUnit test runner core
` [PATCH v4 02/18] kunit: test: add test resource management API
` [PATCH v4 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v4 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

[git pull] vfs.git mount followups
 2019-05-17 18:35 UTC  (2+ messages)

[PATCH v2 00/14] Sort out fsnotify_nameremove() mess
 2019-05-17 17:33 UTC  (36+ messages)
` [PATCH v2 01/14] ASoC: rename functions that pollute the simple_xxx namespace
` [PATCH v2 02/14] fs: create simple_remove() helper
  ` Fwd: "
` [PATCH v2 03/14] fsnotify: add empty fsnotify_{unlink,rmdir}() hooks
  ` Fwd: "
` [PATCH v2 04/14] fs: convert hypfs to use simple_remove() helper
` [PATCH v2 05/14] fs: convert qibfs/ipathfs "
` [PATCH v2 06/14] fs: convert debugfs "
` [PATCH v2 07/14] fs: convert tracefs "
` [PATCH v2 08/14] fs: convert rpc_pipefs "
` [PATCH v2 09/14] fs: convert apparmorfs "
` [PATCH v2 10/14] fsnotify: call fsnotify_rmdir() hook from btrfs
` [PATCH v2 11/14] fsnotify: call fsnotify_rmdir() hook from configfs
` [PATCH v2 12/14] fsnotify: call fsnotify_unlink() hook from devpts
` [PATCH v2 13/14] fsnotify: move fsnotify_nameremove() hook out of d_delete()
` [PATCH v2 14/14] fsnotify: get rid of fsnotify_nameremove()

[PATCH 0/4] uapi, vfs: Change the mount API UAPI [ver #2]
 2019-05-17  7:27 UTC  (20+ messages)
` [PATCH 1/4] uapi, fs: make all new mount api fds cloexec by default "
` [PATCH 2/4] uapi, fsopen: use square brackets around "fscontext" "
` [PATCH 3/4] uapi, x86: Fix the syscall numbering of the mount API syscalls "
` [PATCH 4/4] uapi: Wire up the mount API syscalls on non-x86 arches "

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-05-17  5:31 UTC  (3+ messages)

[PATCH v2 1/1] f2fs: ioctl for removing a range from F2FS
 2019-05-17  2:56 UTC  (2+ messages)

[PATCH] dax: Arrange for dax_supported check to span multiple devices
 2019-05-16 21:10 UTC  (3+ messages)
`  "

[PATCH v5] proc/sysctl: add shared variables for range check
 2019-05-16 18:33 UTC  (4+ messages)

[PATCH v2 00/30] [RFC] virtio-fs: shared file system for virtual machines
 2019-05-16 14:23 UTC  (4+ messages)
` [PATCH v2 12/30] dax: remove block device dependencies

[PATCH v2 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-05-16 13:31 UTC  (13+ messages)

INFO: task hung in __get_super
 2019-05-16 12:50 UTC  (10+ messages)

[PATCH v2] fanotify: Disallow permission events for proc filesystem
 2019-05-16 11:56 UTC 

[PATCH 0/4] uapi, vfs: Change the mount API UAPI
 2019-05-16 11:32 UTC  (7+ messages)
` [PATCH 1/4] uapi, fs: make all new mount api fds cloexec by default
` [PATCH 2/4] uapi, fsopen: use square brackets around "fscontext"
` [PATCH 3/4] uapi, x86: Fix the syscall numbering of the mount API syscalls
` [PATCH 4/4] uapi: Wire up the mount API syscalls on non-x86 arches

[PATCH v3 00/13] epoll: support pollable epoll from userspace
 2019-05-16 10:57 UTC  (5+ messages)
` [PATCH v3 13/13] epoll: implement epoll_create2() syscall


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