linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-19 20:01:10 to 2019-03-21 17:35:21 UTC [more...]

[RFC PATCH 0/8] Convert mount_single-using filesystems to fs_context
 2019-03-21 17:35 UTC  (17+ messages)
` [RFC PATCH 1/8] vfs: Add a single-or-reconfig keying to vfs_get_super()
` [RFC PATCH 2/8] vfs: Convert debugfs to fs_context
` [RFC PATCH 3/8] vfs: Convert tracefs "
` [RFC PATCH 4/8] vfs: Convert pstore "
` [RFC PATCH 5/8] hypfs: Fix error number left in struct pointer member
` [RFC PATCH 6/8] vfs: Convert hypfs to fs_context
` [RFC PATCH 7/8] vfs: Convert spufs "
` [RFC PATCH 8/8] vfs: Kill off mount_single()

INFO: rcu detected stall in ext4_file_write_iter
 2019-03-21 17:30 UTC 

WARNING: syz-executor still has locks held!
 2019-03-21 17:28 UTC  (12+ messages)

[PATCH v2 1/2] gfs2: Convert gfs2 to fs_context
 2019-03-21 17:26 UTC  (7+ messages)
` [PATCH v2 0/2] gfs2: Switch to the new mount API
        ` [PATCH] vfs: Allow selection of fs root independent of sb

[PATCH] vfs: Update mount API docs
 2019-03-21 17:17 UTC 

[PATCH 0/6] sysctl: add pending proc_do_large_bitmap fix
 2019-03-21 17:13 UTC  (9+ messages)
` [PATCH 1/6] test_sysctl: remove superfluous test_reqs()
` [PATCH 2/6] test_sysctl: load module before testing for it
` [PATCH 3/6] test_sysctl: ignore diff output on verify_diff_w()
` [PATCH 4/6] test_sysctl: allow graceful use on older kernels
` [PATCH 5/6] test_sysctl: add proc_do_large_bitmap() test case
` [PATCH 6/6] sysctl: Fix proc_do_large_bitmap for large input buffers

[PATCH RESEND v5 0/5] namei: vfs flags to restrict path resolution
 2019-03-21 17:06 UTC  (7+ messages)
` [PATCH RESEND v5 1/5] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH RESEND v5 2/5] namei: O_BENEATH-style path resolution flags
` [PATCH RESEND v5 3/5] namei: O_THISROOT: chroot-like path resolution
` [PATCH RESEND v5 4/5] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RESEND v5 5/5] binfmt_*: scope path resolution of interpreters

[RFC PATCH 0/6] Convert mount_single-using filesystems to fs_context
 2019-03-21 17:06 UTC  (13+ messages)
` [RFC PATCH 1/6] mtd: Provide fs_context-aware mount_mtd() replacement
` [RFC PATCH 2/6] romfs: Convert to fs_context
` [RFC PATCH 3/6] cramfs: "
` [RFC PATCH 4/6] jffs2: "

[PATCH 0/2] add flag for tracking bio allocation
 2019-03-21 15:54 UTC  (10+ messages)
` [PATCH 1/2] block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX
` [PATCH 2/2] bio: introduce BIO_ALLOCED flag and check it in bio_free

[PATCH] fanotify: Make wait for permission events interruptible
 2019-03-21 15:11 UTC 

[PATCH] fs: affs: fix a NULL pointer dereference
 2019-03-21 14:45 UTC  (2+ messages)

[PATCH] vfs: Convert coda to fs_context
 2019-03-21 13:43 UTC 

[PATCH v2 0/1] userfaultfd: allow to forbid unprivileged users
 2019-03-21 13:43 UTC  (9+ messages)
` [PATCH v2 1/1] userfaultfd/sysctl: add vm.unprivileged_userfaultfd

gfs2 iomap dealock, IOMAP_F_UNBALANCED
 2019-03-21 13:13 UTC 

[PATCH] quota: fix a problem about transfer quota
 2019-03-21 12:45 UTC 

[RFC PATCH 0/6] mtd, romfs, cramfs, jffs2, squashfs: Convert to fs_context
 2019-03-21 11:53 UTC  (7+ messages)
` [RFC PATCH 1/6] mtd: Provide fs_context-aware mount_mtd() replacement
` [RFC PATCH 2/6] romfs: Convert to fs_context
` [RFC PATCH 3/6] cramfs: "
` [RFC PATCH 4/6] jffs2: "
` [RFC PATCH 5/6] mtd: Kill off mount_mtd()
` [RFC PATCH 6/6] squashfs: Convert to fs_context

[PATCH] locks: ignore same lock in blocked_lock_hash
 2019-03-21 11:27 UTC 

[GIT PULL] udf fixes for v5.1-rc2
 2019-03-21  9:03 UTC 

[GIT PULL] fanotify and inotify fixes for v5.1-rc2
 2019-03-21  8:59 UTC 

[PATCH v7 0/7] Allow initializing the kernfs node's secctx based on its parent
 2019-03-21  8:56 UTC  (3+ messages)

fanotify permission events on virtual filesystem
 2019-03-21  8:36 UTC  (5+ messages)

[PATCH] block_dev: fix crash on chained bios with O_DIRECT
 2019-03-21  8:28 UTC  (8+ messages)

[PATCH] vfs: Convert functionfs to fs_context
 2019-03-21  7:59 UTC 

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-03-21  7:42 UTC  (13+ messages)
` [RFC 1/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
` [RFC 2/2] mm, sl[aou]b: test whether kmalloc() alignment works as expected

general protection fault in __x86_indirect_thunk_rbx
 2019-03-21  6:16 UTC  (4+ messages)

[PATCH RESEND] eventfd: prepare id to userspace via fdinfo
 2019-03-21  3:37 UTC  (3+ messages)

[PATCH -next] proc/kcore: Make kcore_modules static
 2019-03-20 19:55 UTC  (2+ messages)

[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-03-20 18:39 UTC  (6+ messages)
` [PATCH v2 1/5] fscrypt: clean up and improve dentry revalidation
` [PATCH v2 2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries
` [PATCH v2 3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
` [PATCH v2 4/5] fscrypt: only set dentry_operations on ciphertext dentries
` [PATCH v2 5/5] fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext

[PATCH 00/22] Coda updates for linux-5.1
 2019-03-20 16:45 UTC  (23+ messages)
` [PATCH 01/22] uapi linux/coda.h: use __kernel_pid_t for userspace
` [PATCH 02/22] uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
` [PATCH 03/22] coda: add error handling for fget
` [PATCH 04/22] coda: potential buffer overflow in coda_psdev_write()
` [PATCH 05/22] coda: Fix build using bare-metal toolchain
` [PATCH 06/22] coda: don't try to print names that were considered too long
` [PATCH 07/22] uapi linux/coda_psdev.h: Move CODA_REQ_ from uapi to kernel side headers
` [PATCH 08/22] coda: clean up indentation, replace spaces with tab
` [PATCH 09/22] coda: stop using 'struct timespec' in user API
` [PATCH 10/22] coda: Remove duplicate header
` [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 v4 0/1] mm: introduce put_user_page*(), placeholder versions
 2019-03-20 14:59 UTC  (31+ messages)
` [PATCH v4 1/1] "

[RFC PATCH] ceph: Convert to fs_context
 2019-03-20 14:50 UTC  (2+ messages)

[RFC PATCH 0/6] mtd, romfs, cramfs, jffs2, squashfs: Convert to fs_context
 2019-03-20 14:45 UTC  (7+ messages)
` [RFC PATCH 1/6] mtd: Provide fs_context-aware mount_mtd() replacement
` [RFC PATCH 2/6] romfs: Convert to fs_context
` [RFC PATCH 3/6] cramfs: "
` [RFC PATCH 4/6] jffs2: "
` [RFC PATCH 5/6] mtd: Kill off mount_mtd()
` [RFC PATCH 6/6] squashfs: Convert to fs_context

[PATCH] fibmap: Reject negative addresses
 2019-03-20 12:28 UTC  (3+ messages)

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2019-03-20 10:42 UTC  (7+ messages)
` [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities
  ` [PATCH] virtio-fs: fix multiple tag support

[PATCH 31/38] vfs: Convert gadgetfs to fs_context
 2019-03-20  8:34 UTC  (4+ messages)

[LSF/MM TOPIC] FS, MM, and stable trees
 2019-03-20  6:32 UTC  (13+ messages)

[PATCH v2 00/13] Convert vfs.txt to vfs.rst
 2019-03-19 23:42 UTC  (4+ messages)
` [PATCH v2 09/13] docs: filesystems: vfs: Add code-block and txt->RST

[PATCH v2] Documenting the crash-recovery guarantees of Linux file systems
 2019-03-19 21:08 UTC  (13+ 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).