linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-23 20:14:12 to 2019-03-27 16:58:44 UTC [more...]

[PATCH 1/3] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
 2019-03-27 16:58 UTC  (4+ messages)
` [PATCH 3/3] fuse: Add FOPEN_STREAM and use stream_open() if filesystem returned that from open handler
  ` [PATCH 2/3] *: convert stream-like files from nonseekable_open -> stream_open

KASAN: use-after-free Read in path_lookupat
 2019-03-27 16:58 UTC  (32+ messages)
              ` ceph: fix use-after-free on symlink traversal
                ` jffs2: "
                ` ubifs: "
                ` debugfs: "

gfs2 iomap dealock, IOMAP_F_UNBALANCED
 2019-03-27 16:49 UTC  (5+ messages)

Resurrecting EPOLLROUNDROBIN
 2019-03-27 15:57 UTC  (5+ messages)

possible deadlock in acct_pin_kill
 2019-03-27 15:18 UTC  (3+ messages)

[PATCH v3] gfs2: Convert gfs2 to fs_context
 2019-03-27 14:46 UTC 

[PATCH] fs: fix warning about Using plain integer as NULL pointer
 2019-03-27 13:53 UTC  (4+ messages)

[RFC PATCH 0/4] fuse: Convert to fs_context
 2019-03-27 13:51 UTC  (5+ messages)
` [RFC PATCH 1/4] vfs: Create fs_context-aware mount_bdev() replacement

[PATCH 01/15] btrfs: create a mount option for dax
 2019-03-27 12:26 UTC  (20+ messages)
` [PATCH 02/15] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 03/15] btrfs: basic dax read
` [PATCH 04/15] dax: Introduce IOMAP_F_COW for copy-on-write
` [PATCH 05/15] btrfs: return whether extent is nocow or not
` [PATCH 06/15] btrfs: Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 07/15] btrfs: add dax write support
` [PATCH 08/15] dax: add dax_iomap_cow to copy a mmap page before writing
` [PATCH 09/15] btrfs: add dax mmap support
` [PATCH 10/15] btrfs: Add dax specific address_space_operations
` [PATCH 11/15] fs: dedup file range to use a compare function
` [PATCH 12/15] btrfs: trace functions for btrfs_iomap_begin/end
` [PATCH 13/15] btrfs: handle dax page zeroing
` [PATCH 14/15] btrfs: Disable dax-based defrag and send
` [PATCH 15/15] btrfs: Writeprotect mmap pages on snapshot
` [PATCH v2 00/15] btrfs dax support

fanotify: surprising chain reaction -> deadlock
 2019-03-27 12:08 UTC 

[RESEND4, PATCH 0/2] fuse: don't stuck clients on retrieve_notify with size > max_write
 2019-03-27 10:15 UTC  (3+ messages)
` [RESEND4, PATCH 2/2] fuse: require /dev/fuse reads to have enough buffer capacity as negotiated
` [RESEND4, PATCH 1/2] fuse: retrieve: cap requested size to negotiated max_write

[RESEND1, PATCH 0/2] fuse: allow filesystems to have precise control over data cache
 2019-03-27 10:14 UTC  (3+ messages)
` [RESEND1, PATCH 1/2] fuse: convert printk -> pr_*
` [RESEND1, PATCH v2 2/2] fuse: allow filesystems to have precise control over data cache

[RFC PATCH] ceph: Convert to fs_context
 2019-03-27 10:10 UTC  (5+ messages)

[PATCH v3 00/24] Convert vfs.txt to vfs.rst
 2019-03-27  6:26 UTC  (27+ messages)
` [PATCH v3 01/24] vfs: Remove trailing whitespace
` [PATCH v3 02/24] vfs: Clean up VFS data structure declarations
` [PATCH v3 03/24] fs: Update function docstring for dio_complete()
` [PATCH v3 04/24] fs: Add docstrings to exported functions
` [PATCH v3 05/24] fs: Guard unusual text with backticks
` [PATCH v3 06/24] fs: Update function docstring for simple_write_end()
` [PATCH v3 07/24] fs: Fix function docstring for posix_acl_update_mode()
` [PATCH v3 08/24] dcache: Remove trailing whitespace
` [PATCH v3 09/24] dcache: Fix i.e. usage in coments
` [PATCH v3 10/24] dcache: Fix e.g. usage in comment
` [PATCH v3 11/24] dcache: Fix docstring comment for d_drop()
` [PATCH v3 12/24] dcache: Fix non-docstring comments
` [PATCH v3 13/24] dcache: Clean up function docstrings
` [PATCH v3 14/24] dcache: Clean up function docstring members
` [PATCH v3 15/24] docs: filesystems: vfs: Remove space before tab
` [PATCH v3 16/24] docs: filesystems: vfs: Use uniform space after period
` [PATCH v3 17/24] docs: filesystems: vfs: Use 72 character column width
` [PATCH v3 18/24] docs: filesystems: vfs: Use uniform spacing around headings
` [PATCH v3 19/24] docs: filesystems: vfs: Use correct initial heading
` [PATCH v3 20/24] docs: filesystems: vfs: Use SPDX identifier
` [PATCH v3 21/24] docs: filesystems: vfs: Fix pre-amble indentation
` [PATCH v3 22/24] fs: Copy documentation to struct declarations
` [PATCH v3 23/24] dcache: Copy documentation to struct declaration
` [PATCH v3 24/24] docs: Convert vfs.txt to reStructuredText format

[PATCH v5 0/1] mm: introduce put_user_page*(), placeholder versions
 2019-03-27  2:36 UTC  (2+ messages)
` [PATCH v5 1/1] "

[QUESTION] Long read latencies on mixed rw buffered IO
 2019-03-27  1:29 UTC  (16+ messages)

[PATCH v6 07/07] btrfs: use common file type conversion
 2019-03-27  0:22 UTC  (3+ messages)

[PATCH v6 04/07] f2fs: use common file type conversion
 2019-03-26 21:39 UTC 

[PATCH v6 06/07] nilfs2: use common file type conversion
 2019-03-26 21:39 UTC 

[PATCH v6 05/07] ext4: use common file type conversion
 2019-03-26 21:39 UTC 

[PATCH v6 03/07] ocfs2: use common file type conversion
 2019-03-26 21:39 UTC 

[PATCH v6 02/07] hfsplus: use fs_umode_to_dtype() helper
 2019-03-26 21:39 UTC 

[PATCH v6 01/07] ufs: use fs_umode_to_dtype() helper
 2019-03-26 21:39 UTC 

[PATCH v6 00/07] common implementation of dirent file types
 2019-03-26 21:39 UTC 

[PATCH v2 bpf-next 00/21] bpf: Sysctl hook
 2019-03-26 20:34 UTC  (23+ messages)
` [PATCH v2 bpf-next 01/21] bpf: Add base proto function for cgroup-bpf programs
` [PATCH v2 bpf-next 02/21] bpf: Sysctl hook
` [PATCH v2 bpf-next 03/21] bpf: Introduce bpf_sysctl_get_name helper
` [PATCH v2 bpf-next 04/21] bpf: Introduce bpf_sysctl_get_current_value helper
` [PATCH v2 bpf-next 05/21] bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
` [PATCH v2 bpf-next 06/21] bpf: Add file_pos field to bpf_sysctl ctx
` [PATCH v2 bpf-next 07/21] bpf: Sync bpf.h to tools/
` [PATCH v2 bpf-next 08/21] libbpf: Support sysctl hook
` [PATCH v2 bpf-next 09/21] selftests/bpf: Test sysctl section name
` [PATCH v2 bpf-next 10/21] selftests/bpf: Test BPF_CGROUP_SYSCTL
` [PATCH v2 bpf-next 11/21] selftests/bpf: Test bpf_sysctl_get_name helper
` [PATCH v2 bpf-next 12/21] selftests/bpf: Test sysctl_get_current_value helper
` [PATCH v2 bpf-next 13/21] selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
` [PATCH v2 bpf-next 14/21] selftests/bpf: Test file_pos field in bpf_sysctl ctx
` [PATCH v2 bpf-next 15/21] bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
` [PATCH v2 bpf-next 16/21] bpf: Introduce bpf_strtol and bpf_strtoul helpers
` [PATCH v2 bpf-next 17/21] bpf: Sync bpf.h to tools/
` [PATCH v2 bpf-next 18/21] selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
` [PATCH v2 bpf-next 19/21] selftests/bpf: Test ARG_PTR_TO_LONG arg type
` [PATCH v2 bpf-next 20/21] selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
` [PATCH v2 bpf-next 21/21] selftests/bpf: C based test for sysctl and strtoX

[GIT PULL] file locking bugfix for v5.1
 2019-03-26 17:45 UTC  (2+ messages)

Deadlock when using FUSE with PID namespaces
 2019-03-26 16:51 UTC 

[PATCH v6 1/8] mm/mmu_notifier: helper to test if a range invalidation is blockable
 2019-03-26 16:47 UTC 

[PATCH v2] quota: fix a problem about transfer quota
 2019-03-26 16:43 UTC  (2+ messages)

possible deadlock in __generic_file_fsync
 2019-03-26 10:32 UTC  (5+ messages)

[PATCH] writeback: fix range_cyclic writeback vs writepages deadlock
 2019-03-26  9:33 UTC 

[PATCH 1/2] io_uring: fix big-endian compat signal mask handling
 2019-03-26  8:35 UTC  (9+ messages)

[BACKPORT 4.4.y 00/25] candidates from spreadtrum 4.4 product kernel
 2019-03-26  2:18 UTC  (4+ messages)
` [BACKPORT 4.4.y 20/25] Hang/soft lockup in d_invalidate with simultaneous calls

[PATCH] ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
 2019-03-25 23:49 UTC  (4+ messages)
` [RFC PATCH] clonerange: test remapping the rainbow

[PATCH] locks: ignore same lock in blocked_lock_hash
 2019-03-25 22:33 UTC  (7+ messages)
` [PATCH v2] "
      ` [PATCH v3] locks: wake any locks blocked on request before deadlock check

Possible UDF locking error?
 2019-03-25 18:23 UTC  (3+ messages)

[PATCH v2 0/3] add flag for tracking bio allocation
 2019-03-25 13:32 UTC  (7+ messages)
` [PATCH v2 1/3] block: bio: kill BIO_SEG_VALID flag

[PATCH RESEND v5 0/5] namei: vfs flags to restrict path resolution
 2019-03-25 13:04 UTC  (3+ messages)

nfs4 v5.1-rc1, listxattr succeeded but getxattr
 2019-03-25  5:08 UTC 

KASAN: use-after-free Read in link_path_walk
 2019-03-25  4:52 UTC  (2+ messages)

[patch] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-03-25  0:51 UTC 

KASAN: use-after-free Read in trailing_symlink
 2019-03-24 20:44 UTC  (2+ messages)

[RFC PATCH v2 1/1] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-03-24  9:14 UTC  (2+ messages)

[RFC] [PATCH 0/5] procfs: reduce duplication by using symlinks
 2019-03-24  3:01 UTC  (5+ messages)

Q. set_cached_acl() on NFSv3
 2019-03-24  2:46 UTC 

Pagefault in fuse_do_ioctl
 2019-03-23 20:50 UTC 

WARNING in request_end
 2019-03-23 20:16 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).