linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-27 15:54:56 to 2022-06-29 17:58:12 UTC [more...]

[PATCH] fuse: writeback_cache consistency enhancement (writeback_cache_v2)
 2022-06-29 17:57 UTC  (6+ messages)
  ` [External] "

[PATCH v1 00/14] Add support for shared PTEs across processes
 2022-06-29 17:48 UTC  (13+ messages)
` [PATCH v1 08/14] mm/mshare: Add basic page table sharing using mshare
` [PATCH v1 09/14] mm/mshare: Do not free PTEs for mshare'd PTEs

[PATCH] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-06-29 16:52 UTC 

[syzbot] BUG: unable to handle kernel paging request in truncate_inode_partial_folio
 2022-06-29 16:30 UTC  (3+ messages)

[REPOST PATCH] nfs: fix port value parsing
 2022-06-29 15:33 UTC  (4+ messages)

[PATCH v3 0/3] New fanotify API for ignoring events
 2022-06-29 14:42 UTC  (4+ messages)
` [PATCH v3 1/3] fanotify: prepare for setting event flags in ignore mask
` [PATCH v3 2/3] fanotify: cleanups for fanotify_mark() input validations
` [PATCH v3 3/3] fanotify: introduce FAN_MARK_IGNORE

[PATCH] btrfs: remove btrfs_writepage_cow_fixup
 2022-06-29 13:59 UTC  (17+ messages)

[PATCH v3 00/25] iomap/xfs folio patches
 2022-06-29 12:57 UTC  (16+ messages)
` [PATCH v3 25/25] xfs: Support large folios
          ` Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)

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

[PATCH v2 0/8] cleanup llseek and splice
 2022-06-29 10:30 UTC  (6+ messages)
` [PATCH v2 7/8] dma-buf: remove useless FMODE_LSEEK flag
` [PATCH v2 8/8] vfio: do not set "

[PATCH] fanotify: refine the validation checks on non-dir inode mask
 2022-06-29 10:09 UTC  (4+ messages)

[PATCH v5 bpf-next 0/5] Add bpf_getxattr
 2022-06-29  9:55 UTC  (20+ messages)
` [PATCH v5 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v5 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v5 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v5 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v5 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

[PATCH] exec: Fix a spelling mistake
 2022-06-29  7:29 UTC 

[PATCH] namei: implemented RENAME_NEWER flag for renameat2() conditional replace
 2022-06-29  5:15 UTC  (11+ messages)

[PATCHv6 11/11] iomap: add support for dma aligned direct-io
 2022-06-29  3:52 UTC  (11+ messages)

[PATCH 00/22] Fix kernel-doc warnings at linux-next
 2022-06-29  3:23 UTC  (5+ messages)
` [PATCH 06/22] fs: attr: update vfs uid/gid parameters at kernel-doc
` [PATCH 07/22] fs: namei: address some kernel-doc issues

[PATCH 0/2] vfs: fix a couple of mount table handling problems
 2022-06-29  1:06 UTC  (6+ messages)
` [PATCH 1/2] vfs: parse: deal with zero length string value
` [PATCH 2/2] vfs: escape hash as well

[PATCH RFC 00/12] Allow concurrent directory updates
 2022-06-28 23:09 UTC  (4+ messages)
` [PATCH 08/12] nfsd: allow parallel creates from nfsd

[RESEND RFC PATCH] epoll: autoremove wakers even more aggressively
 2022-06-15 21:24 UTC 

[PATCH 0/5] gfs2: debugfs PID reporting improvements
 2022-06-28 20:46 UTC  (6+ messages)
` [PATCH 1/5] gfs2: Add glockfd debugfs file
` [PATCH 2/5] gfs2: Add flocks to "
` [PATCH 3/5] gfs2: Add GL_NOPID flag for process-independent glock holders
` [PATCH 4/5] gfs2: Mark flock glock holders as GL_NOPID
` [PATCH 5/5] gfs2: Mark the remaining process-independent "

[RFC][CFT][PATCHSET] iov_iter stuff
 2022-06-28 18:44 UTC  (68+ messages)
` [PATCH 01/44] 9p: handling Rerror without copy_from_iter_full()
  ` [PATCH 08/44] copy_page_{to,from}_iter(): switch iovec variants to generic
  ` [PATCH 09/44] new iov_iter flavour - 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 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 41/44] ceph: switch the last caller of iov_iter_get_pages_alloc()
  ` [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][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (15+ messages)

[PATCH 6/6] fanotify: add current_user_instances node
 2022-06-28 15:36 UTC  (8+ messages)

[PATCH] fs/ntfs3: Fix work with fragmented xattr
 2022-06-28 14:59 UTC 

[PATCH] fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIG
 2022-06-28 14:55 UTC 

[PATCH 0/3] proc: improve root readdir latency with many threads
 2022-06-28 14:53 UTC  (9+ messages)
` [PATCH 1/3] radix-tree: propagate all tags in idr tree

[PATCH v3 5/8] fs: use new capable_any functionality
 2022-06-28 14:11 UTC  (3+ messages)

[syzbot] BUG: unable to handle kernel paging request in writeback_single_inode
 2022-06-28 13:59 UTC 

[PATCH v2] Implement close-on-fork
 2022-06-28 13:43 UTC  (7+ messages)

[RFC PATCH v2 0/3] powerpc/pseries: add support for local secure storage called Platform KeyStore(PKS)
 2022-06-28 13:25 UTC  (8+ messages)
` [RFC PATCH v2 2/3] fs: define a firmware security filesystem named fwsecurityfs

[PATCH 0/2] vfs: fix a couple of mount table handling problems
 2022-06-28 13:04 UTC  (5+ messages)
` [PATCH 1/2] vfs: parse: deal with zero length string value
` [PATCH 2/2] vfs: escape hash as well

[RFC PATCH] fuse: support cache revalidation in writeback_cache mode
 2022-06-28 10:46 UTC  (8+ messages)
  `  "
      `  "
            `  "

[RFC] Per file OOM-badness / RSS once more
 2022-06-28 10:34 UTC  (3+ messages)
` [PATCH 09/14] drm/radeon: use drm_oom_badness

[PATCH 5/5] fanotify: add inline modifier
 2022-06-28  9:14 UTC  (3+ messages)

[PATCH] filemap: minor cleanup for filemap_write_and_wait_range
 2022-06-28  7:27 UTC  (4+ messages)

Prawne zabezpieczenie firmy
 2022-06-28  6:46 UTC 

[PATCH] fuse: add FOPEN_INVAL_ATTR
 2022-06-28  5:14 UTC  (3+ messages)
  `  "

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

[PATCH v4] fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_other
 2022-06-27 17:16 UTC  (2+ messages)

[PATCH v2 0/2] libceph: add new iov_iter msg_data type and use it for reads
 2022-06-27 15:54 UTC  (3+ messages)
` [PATCH v2 1/2] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
` [PATCH v2 2/2] ceph: use osd_req_op_extent_osd_iter for netfs reads


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