linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-22 04:16:10 to 2022-06-24 14:47:18 UTC [more...]

[PATCH RFC 00/12] Allow concurrent directory updates
 2022-06-24 14:43 UTC  (11+ messages)
` [PATCH 11/12] nfsd: use (un)lock_inode instead of fh_(un)lock
` [PATCH 12/12] nfsd: discard fh_locked flag and fh_lock/fh_unlock
` [PATCH 09/12] nfsd: support concurrent renames
` [PATCH 10/12] nfsd: reduce locking in nfsd_lookup()
` [PATCH 08/12] nfsd: allow parallel creates from nfsd

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

[PATCH v2 0/2] New fanotify API for ignoring events
 2022-06-24 14:35 UTC  (3+ messages)
` [PATCH v2 1/2] fanotify: prepare for setting event flags in ignore mask
` [PATCH v2 2/2] fanotify: introduce FAN_MARK_IGNORE

[PATCH] btrfs: remove btrfs_writepage_cow_fixup
 2022-06-24 13:56 UTC  (5+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-24 13:01 UTC  (13+ 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

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

[PATCH 0/3] fs/ntfs3: Various bug fixes
 2022-06-24 11:43 UTC  (4+ messages)
` [PATCH 1/3] fs/ntfs3: Do not change mode if ntfs_set_ea failed
` [PATCH 2/3] fs/ntfs3: Check reserved size for maximum allowed
` [PATCH 3/3] fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRY

[RFC] Per file OOM-badness / RSS once more
 2022-06-24  9:59 UTC  (16+ messages)
` [PATCH 01/14] fs: add per file RSS
` [PATCH 02/14] oom: take per file RSS into account
` [PATCH 03/14] proc: expose per file RSS
` [PATCH 04/14] mm: shmem: provide RSS for shmem files
` [PATCH 05/14] dma-buf: provide file RSS for DMA-buf files
` [PATCH 06/14] drm/gem: adjust per file RSS on handling buffers
` [PATCH 07/14] drm/gma500: use drm_file_rss
` [PATCH 08/14] drm/amdgpu: "
` [PATCH 09/14] drm/radeon: use drm_oom_badness
` [PATCH 10/14] drm/i915: use drm_file_rss
` [PATCH 11/14] drm/nouveau: "
` [PATCH 12/14] drm/omap: "
` [PATCH 13/14] drm/vmwgfx: "
` [PATCH 14/14] drm/tegra: "

[PATCH v2 0/2] Fixes for fanotify parent dir ignore mask logic
 2022-06-24  8:41 UTC  (7+ messages)
` [PATCH v2 2/2] fsnotify: consistent behavior for parent not watching children

Napływ Klientów ze strony
 2022-06-24  8:05 UTC 

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

[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 

[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  (5+ messages)
` [PATCH v2 8/8] attr: port attribute changes to new types

[RFC][CFT][PATCHSET] iov_iter stuff
 2022-06-23 20:32 UTC  (43+ messages)
` [PATCH 01/44] 9p: handling Rerror without copy_from_iter_full()
  ` [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: "

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)

[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  (14+ 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  (5+ 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 


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