linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-20 23:42:37 to 2022-06-24 05:58:47 UTC [more...]

[PATCH] fuse: writeback_cache consistency enhancement (writeback_cache_v2)
 2022-06-24  5:58 UTC 

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-24  5:21 UTC  (14+ messages)
` [RESEND PATCH v9 01/14] mm: Move starting of background writeback into the main balancing loop
` [RESEND PATCH v9 02/14] mm: Move updates of dirty_exceeded into one place
` [RESEND PATCH v9 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [RESEND PATCH v9 11/14] io_uring: Add support for async buffered writes
` [RESEND PATCH v9 12/14] io_uring: Add tracepoint for short writes
  ` [RESEND PATCH v9 07/14] fs: Add check for async buffered writes to generic_write_checks

Delegating fstests maintenance work (Was: Re: [PATCH 3/4] xfs/{422,517}: add missing killall to _cleanup())
 2022-06-24  4:49 UTC 

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-24  3:58 UTC  (9+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "
` [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE

Bug report: ntfs_read_block may crash system
 2022-06-24  3:55 UTC  (11+ messages)
` [PATCH] fs/ntfs: fix BUG_ON of ntfs_read_block()
` [PATCH v2] "

[PATCH] fuse: force sync attr when inode is invalidated
 2022-06-24  2:27 UTC  (3+ messages)
  ` [External] "

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-06-24  1:51 UTC  (4+ messages)
` [RFC PATCH v3] "

strange interaction between fuse + pidns
 2022-06-23 23:41 UTC  (3+ messages)

[PATCH v2 0/2] procfs: Add file path and size to /proc/<pid>/fdinfo
 2022-06-23 22:06 UTC  (3+ messages)
` [PATCH v2 1/2] procfs: Add 'size' to /proc/<pid>/fdinfo/
` [PATCH v2 2/2] procfs: Add 'path' "

[PATCHv6 11/11] iomap: add support for dma aligned direct-io
 2022-06-23 21:34 UTC  (5+ messages)

[PATCH v2 0/8] introduce dedicated type for idmapped mounts
 2022-06-23 21:03 UTC  (16+ messages)
` [PATCH v2 1/8] mnt_idmapping: add vfs{g,u}id_t
` [PATCH v2 2/8] fs: add two type safe mapping helpers
` [PATCH v2 3/8] fs: use mount types in iattr
` [PATCH v2 4/8] fs: introduce tiny iattr ownership update helpers
` [PATCH v2 5/8] fs: port to "
` [PATCH v2 6/8] quota: port quota helpers mount ids
` [PATCH v2 7/8] security: pass down mount idmapping to setattr hook
` [PATCH v2 8/8] attr: port attribute changes to new types

[RFC][CFT][PATCHSET] iov_iter stuff
 2022-06-23 20:32 UTC  (47+ messages)
` [PATCH 01/44] 9p: handling Rerror without copy_from_iter_full()
  ` [PATCH 02/44] No need of likely/unlikely on calls of check_copy_size()
  ` [PATCH 03/44] teach iomap_dio_rw() to suppress dsync
  ` [PATCH 04/44] btrfs: use IOMAP_DIO_NOSYNC
  ` [PATCH 05/44] struct file: use anonymous union member for rcuhead and llist
  ` [PATCH 06/44] iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
  ` [PATCH 07/44] keep iocb_flags() result cached in struct file
  ` [PATCH 08/44] copy_page_{to,from}_iter(): switch iovec variants to generic
  ` [PATCH 09/44] new iov_iter flavour - ITER_UBUF
  ` [PATCH 10/44] switch new_sync_{read,write}() to ITER_UBUF
  ` [PATCH 11/44] iov_iter_bvec_advance(): don't bother with bvec_iter
  ` [PATCH 12/44] fix short copy handling in copy_mc_pipe_to_iter()
  ` [PATCH 13/44] splice: stop abusing iov_iter_advance() to flush a pipe
  ` [PATCH 14/44] ITER_PIPE: helper for getting pipe buffer by index
  ` [PATCH 15/44] ITER_PIPE: helpers for adding pipe buffers
  ` [PATCH 16/44] ITER_PIPE: allocate buffers as we go in copy-to-pipe primitives
  ` [PATCH 17/44] ITER_PIPE: fold push_pipe() into __pipe_get_pages()
  ` [PATCH 18/44] ITER_PIPE: lose iter_head argument of __pipe_get_pages()
  ` [PATCH 19/44] ITER_PIPE: clean pipe_advance() up
  ` [PATCH 20/44] ITER_PIPE: clean iov_iter_revert()
  ` [PATCH 21/44] ITER_PIPE: cache the type of last buffer
  ` [PATCH 22/44] ITER_PIPE: fold data_start() and pipe_space_for_user() together
  ` [PATCH 23/44] iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNT
  ` [PATCH 24/44] iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wrapper
  ` [PATCH 25/44] iov_iter_get_pages(): sanity-check arguments
  ` [PATCH 26/44] unify pipe_get_pages() and pipe_get_pages_alloc()
  ` [PATCH 27/44] unify xarray_get_pages() and xarray_get_pages_alloc()
  ` [PATCH 28/44] unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
  ` [PATCH 29/44] ITER_XARRAY: don't open-code DIV_ROUND_UP()
  ` [PATCH 30/44] iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()
  ` [PATCH 31/44] iov_iter: first_{iovec,bvec}_segment() - simplify a bit
  ` [PATCH 32/44] iov_iter: massage calling conventions for first_{iovec,bvec}_segment()
  ` [PATCH 33/44] found_iovec_segment(): just return address
  ` [PATCH 34/44] fold __pipe_get_pages() into pipe_get_pages()
  ` [PATCH 35/44] iov_iter: saner helper for page array allocation
  ` [PATCH 36/44] iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
  ` [PATCH 37/44] block: convert to "
  ` [PATCH 38/44] iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()
  ` [PATCH 39/44] af_alg_make_sg(): "
  ` [PATCH 40/44] 9p: convert to advancing variant of iov_iter_get_pages_alloc()
  ` [PATCH 41/44] ceph: switch the last caller "
  ` [PATCH 42/44] get rid of non-advancing variants
  ` [PATCH 43/44] pipe_get_pages(): switch to append_pipe()
  ` [PATCH 44/44] expand those iov_iter_advance()

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-23 18:58 UTC  (5+ messages)
` [PATCH v3 1/8] statx: add direct I/O "

[GIT PULL] Pagecache fixes for 5.19-rc4
 2022-06-23 17:19 UTC  (2+ messages)

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-23 17:13 UTC  (4+ messages)

[PATCH 0/7] Support negative dentries on case-insensitive directories
 2022-06-23 16:36 UTC  (11+ messages)
` [PATCH 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH 2/7] fs: Add DCACHE_CASEFOLD_LOOKUP flag
` [PATCH 3/7] libfs: Validate negative dentries in case-insensitive directories
` [PATCH 4/7] libfs: Support revalidation of encrypted case-insensitive dentries
` [PATCH 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH 6/7] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH 7/7] f2fs: "

[PATCH v2 0/2] Fixes for fanotify parent dir ignore mask logic
 2022-06-23 16:09 UTC  (6+ messages)
` [PATCH v2 2/2] fsnotify: consistent behavior for parent not watching children

53889cbba5: unixbench.score 4.9% improvement
 2022-06-23 14:36 UTC 

[PATCH] fs: inotify: Fix typo in inotify comment
 2022-06-23 14:34 UTC  (2+ messages)

[PATCH 0/2] New fanotify API for ignoring events
 2022-06-23 13:59 UTC  (11+ messages)
` [PATCH 1/2] fanotify: prepare for setting event flags in ignore mask
` [PATCH 2/2] fanotify: introduce FAN_MARK_IGNORE

[RFC PATCH v2 0/3] powerpc/pseries: add support for local secure storage called Platform KeyStore(PKS)
 2022-06-23 13:23 UTC  (9+ messages)
` [RFC PATCH v2 1/3] powerpc/pseries: define driver for Platform KeyStore
` [RFC PATCH v2 2/3] fs: define a firmware security filesystem named fwsecurityfs
` [RFC PATCH v2 3/3] powerpc/pseries: expose authenticated variables stored in LPAR PKS

[PATCH] virtio_fs: Modify format for virtio_fs_direct_access
 2022-06-23 12:48 UTC  (2+ messages)

[PATCH] walk_component(): get inode in lookup_slow branch statement block
 2022-06-23  9:57 UTC  (6+ messages)

[PATCH] mnt: Fix spelling mistake
 2022-06-23  6:39 UTC 

[PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-23  6:29 UTC  (9+ messages)

[PATCH v3 00/25] iomap/xfs folio patches
 2022-06-23  0:42 UTC  (4+ messages)
` [PATCH v3 25/25] xfs: Support large folios

[PATCH] selftests/proc: Fix proc-pid-vm for vsyscall=xonly
 2022-06-22 17:15 UTC  (8+ messages)

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2022-06-22 16:26 UTC  (18+ messages)

[GIT PULL] 9p fixes for 5.19-rc4
 2022-06-22 15:58 UTC  (3+ messages)

[PATCH] exfat: intorduce skip_stream_check mount opt
 2022-06-22 12:15 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH] walk_component(): get inode in lookup_slow branch statement block
 2022-06-22  8:53 UTC 

[bug report] mpage: Convert do_mpage_readpage() to use a folio
 2022-06-22  6:56 UTC 

[PATCH] coredump: Fix typo
 2022-06-22  2:58 UTC 

[RFC PATCH] f*xattr: allow O_PATH descriptors
 2022-06-22  2:57 UTC  (10+ messages)

[viro-vfs:work.iov_iter_get_pages 32/34] fs/splice.c:1170:24: error: implicit declaration of function 'iov_iter_get_pages'; did you mean 'iov_iter_get_pages2'?
 2022-06-22  1:00 UTC 

[viro-vfs:work.iov_iter_get_pages 33/34] lib/iov_iter.c:1225:58: error: passing argument 3 of 'append_pipe' from incompatible pointer type
 2022-06-22  0:50 UTC 

[syzbot] general protection fault in do_mpage_readpage
 2022-06-21 21:04 UTC  (2+ messages)

Linux 5.18-rc4
 2022-06-21 20:27 UTC  (8+ messages)

[PATCH 0/2] procfs: Add file path and size to /proc/<pid>/fdinfo
 2022-06-21 16:45 UTC  (9+ messages)
` [PATCH 2/2] procfs: Add 'path' to /proc/<pid>/fdinfo/
        ` [Linaro-mm-sig] "

[PATCH] afs: Fix dynamic root getattr
 2022-06-21 14:59 UTC 

[PATCH 0/2] fs/ntfs3: FALLOC_FL_INSERT_RANGE support
 2022-06-21 11:45 UTC  (3+ messages)
` [PATCH 1/2] fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation
` [PATCH 2/2] fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE

[PATCH 0/8] introduce dedicated type for idmapped mounts
 2022-06-21 10:40 UTC  (4+ messages)
` [PATCH 6/8] quota: port quota helpers mount ids

[PATCHv2 0/4] submit_bh: Drop unnecessary return values and API users
 2022-06-21  6:34 UTC  (3+ messages)
` [PATCHv2 2/4] fs/ntfs: Drop useless return value of submit_bh from ntfs_submit_bh_for_read

[RFC 0/3] submit_bh: Drop unnecessary return values and API users
 2022-06-21  1:39 UTC  (3+ messages)
` [RFC 1/3] jbd2: Drop useless return value of submit_bh

[PATCH 0/3] Fixes for 5.19b
 2022-06-20 23:42 UTC  (3+ messages)
` [PATCH 3/3] mm: Clear page->private when splitting or migrating a page


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