linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-16 18:54:26 to 2021-03-18 15:52:56 UTC [more...]

[PATCH v2] seq_file: Unconditionally use vmalloc for buffer
 2021-03-18 15:51 UTC  (19+ messages)

[PATCH 0/3] virtiofs: split requests that exceed virtqueue size
 2021-03-18 15:52 UTC  (6+ messages)
` [PATCH 1/3] virtio_ring: always warn when descriptor chain exceeds queue size
` [PATCH 2/3] virtiofs: split requests that exceed virtqueue size
` [PATCH 3/3] fuse: fix typo for fuse_conn.max_pages comment

[PATCH v2 0/2] unprivileged fanotify listener
 2021-03-18 15:44 UTC  (9+ messages)

[PATCH v2 0/4] Make UTF-8 encoding loadable
 2021-03-18 15:40 UTC  (7+ messages)
` [PATCH v2 1/4] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v2 2/4] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v2 3/4] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v2 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH] fs/exec: fix typos and sentence disorder
 2021-03-18 15:35 UTC  (2+ messages)

[PATCH] fs/dcache: fix typos and sentence disorder
 2021-03-18 15:00 UTC  (2+ messages)

[PATCH] sched: Warn on long periods of pending need_resched
 2021-03-18 14:31 UTC  (6+ messages)
` [sched] 663017c554: WARNING:at_kernel/sched/core.c:#scheduler_tick

[PATCH] proc: fix incorrect pde_is_permanent check
 2021-03-18 14:00 UTC  (2+ messages)

Question about sg_count_fuse_req() in linux/fs/fuse/virtio_fs.c
 2021-03-18 13:58 UTC  (3+ messages)

[PATCH] fs: Improve eventpoll logging to stop indicting timerfd
 2021-03-18 13:04 UTC  (2+ messages)

fuse: kernel BUG at mm/truncate.c:763!
 2021-03-18 12:16 UTC  (12+ messages)

[PATCH 0/2] audit: add support for openat2
 2021-03-18 12:08 UTC  (8+ messages)
` [PATCH 1/2] audit: add support for the openat2 syscall
` [PATCH 2/2] audit: add OPENAT2 record to list how

[PATCH 0/3] tweak idmap helpers
 2021-03-18 11:40 UTC  (10+ messages)
` [PATCH 1/3] fs: introduce fsuidgid_has_mapping() helper
` [PATCH 2/3] fs: improve naming for fsid helpers
` [PATCH 3/3] fs: introduce two little fs{u,g}id inode initialization helpers

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-03-18 10:00 UTC  (7+ messages)
` [PATCH 1/3] mm/memory-failure: Prepare for mass memory_failure()
` [PATCH 2/3] mm, dax, pmem: Introduce dev_pagemap_failure()
` [PATCH 3/3] mm/devmap: Remove pgmap accounting in the get_user_pages_fast() path

[PATCH v2] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2021-03-18  9:42 UTC  (4+ messages)

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-18  8:09 UTC  (13+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily
` [PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration
  ` [mm] 8fd8d23ab1: WARNING:at_fs/buffer.c:#__brelse

[PATCH v2] exfat: speed up iterate/lookup by fixing start point of traversing cluster chain
 2021-03-18  6:41 UTC 

[RESEND PATCH v6 1/2] procfs: Allow reading fdinfo with PTRACE_MODE_READ
 2021-03-18  6:14 UTC  (5+ messages)
` [RESEND PATCH v6 2/2] procfs/dmabuf: Add inode number to /proc/*/fdinfo

mmotm 2021-03-17-22-24 uploaded
 2021-03-18  5:25 UTC 

[PATCH] quota: report warning limits for realtime space quotas
 2021-03-18  4:17 UTC 

[PATCH] exfat: speed up iterate/lookup by fixing start point of traversing fat chain
 2021-03-18  1:02 UTC  (3+ messages)

[PATCH v8 00/10] fs: interface for directly reading/writing compressed data
 2021-03-17 23:47 UTC  (17+ messages)
` [PATCH man-pages v8] Document encoded I/O
` [PATCH v8 01/10] iov_iter: add copy_struct_from_iter()
` [PATCH v8 02/10] fs: add O_ALLOW_ENCODED open flag
` [PATCH v8 03/10] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v8 04/10] btrfs: fix check_data_csum() error message for direct I/O
` [PATCH v8 05/10] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v8 06/10] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v8 07/10] btrfs: support different disk extent size for delalloc
` [PATCH v8 08/10] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v8 09/10] btrfs: implement RWF_ENCODED reads
` [PATCH v8 10/10] btrfs: implement RWF_ENCODED writes

[PATCH 0/1] fuse: acl: Send file mode updates using SETATTR
 2021-03-17 22:57 UTC  (9+ messages)
` [PATCH 1/1] fuse: send "

fs: avoid softlockups in s_inodes iterators commit
 2021-03-17 19:58 UTC  (5+ messages)

[PATCH v4 00/25] Page folios
 2021-03-17 17:48 UTC  (25+ messages)
` [PATCH v4 01/25] mm: Introduce struct folio
` [PATCH v4 03/25] mm/vmstat: Add functions to account folio statistics
` [PATCH v4 08/25] mm: Handle per-folio private data
` [PATCH v4 09/25] mm: Add folio_index, folio_page and folio_contains
` [PATCH v4 10/25] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v4 15/25] mm/filemap: Convert lock_page_async to lock_folio_async
` [PATCH v4 20/25] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v4 25/25] cachefiles: Switch to wait_page_key

[PATCH v2] virtiofs: fix memory leak in virtio_fs_probe()
 2021-03-17 12:31 UTC  (3+ messages)

[PATCH v4 00/28] Network fs helper library & fscache kiocb API
 2021-03-17 10:53 UTC  (10+ messages)
` [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache

[PATCH v2 0/5] Performance improvement for fanotify merge
 2021-03-17 10:17 UTC  (5+ messages)
` [PATCH v2 3/5] fanotify: mix event info and pid into merge key hash

bcachefs snapshots design doc - RFC
 2021-03-17  7:29 UTC 

[question] Panic in dax_writeback_one
 2021-03-17  6:45 UTC  (6+ messages)

[PATCH] attr: replace if (cond) BUG() with BUG_ON()
 2021-03-17  6:34 UTC 

[PATCH] exfat: improve write performance when dirsync enabled
 2021-03-17  6:18 UTC  (2+ messages)

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-17  3:46 UTC  (4+ messages)
` [PATCH v3 05/11] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH] Revert "libfs: fix error cast of negative value in simple_attr_write()"
 2021-03-17  3:38 UTC  (2+ messages)

[RFC PATCH] implement orangefs_readahead
 2021-03-17  3:04 UTC  (5+ messages)
    ` [RFC PATCH v2] "

[PATCH] zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()
 2021-03-17  0:56 UTC  (3+ messages)

[PATCH] uapi: fix comment about block device ioctl
 2021-03-16 23:40 UTC  (2+ messages)

[PATCH v3] flock.2: add CIFS details
 2021-03-16 23:04 UTC  (15+ messages)
` [PATCH v4] "

[PATCH] virtiofs: fix memory leak in virtio_fs_probe()
 2021-03-16 21:14 UTC  (3+ messages)

[PATCH v30 00/12] Landlock LSM
 2021-03-16 20:42 UTC  (13+ messages)
` [PATCH v30 01/12] landlock: Add object management
` [PATCH v30 02/12] landlock: Add ruleset and domain management
` [PATCH v30 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v30 04/12] landlock: Add ptrace restrictions
` [PATCH v30 05/12] LSM: Infrastructure management of the superblock
` [PATCH v30 06/12] fs,security: Add sb_delete hook
` [PATCH v30 07/12] landlock: Support filesystem access-control
` [PATCH v30 08/12] landlock: Add syscall implementations
` [PATCH v30 09/12] arch: Wire up Landlock syscalls
` [PATCH v30 10/12] selftests/landlock: Add user space tests
` [PATCH v30 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v30 12/12] landlock: Add user and kernel documentation

[PATCH v2] ceph: don't use d_add in ceph_handle_snapdir
 2021-03-16 20:39 UTC 

[PATCH v5 0/1] Unprivileged chroot
 2021-03-16 20:36 UTC  (2+ messages)
` [PATCH v5 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v4 0/1] Unprivileged chroot
 2021-03-16 20:06 UTC  (8+ messages)
` [PATCH v4 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v4 0/5] btrfs: implement send/receive of compressed extents without decompressing
 2021-03-16 19:44 UTC  (17+ messages)
` [PATCH v4 1/5] btrfs: add send stream v2 definitions
` [PATCH v4 01/11] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v4 02/11] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v4 2/5] btrfs: send: write larger chunks when using stream v2
` [PATCH v4 03/11] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v4 3/5] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v4 04/11] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v4 4/5] btrfs: send: send compressed extents with encoded writes
` [PATCH v4 05/11] btrfs-progs: receive: add stub implementation for pwritev2
` [PATCH v4 5/5] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v4 06/11] btrfs-progs: receive: process encoded_write commands
` [PATCH v4 07/11] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v4 08/11] btrfs-progs: receive: process fallocate commands
` [PATCH v4 09/11] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v4 10/11] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v4 11/11] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-03-16 18:57 UTC  (6+ messages)
` [PATCH RESEND V12 2/8] fuse: 32-bit user space ioctl compat for fuse device


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