linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-28 22:49:20 to 2022-03-02 20:51:59 UTC [more...]

[PATCH v4 6/6] io_uring: add support for zone-append
 2022-03-02 20:51 UTC  (26+ messages)

[PATCH] bpf: move the bpf syscall sysctl table to its own module
 2022-03-02 20:39 UTC  (7+ messages)
` [PATCH v2 sysctl-next] bpf: move the bpf syscall sysctl table to bpf module
      ` [PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c "

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-02 20:18 UTC  (55+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
  ` [Intel-gfx] "

[PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-02 18:43 UTC  (15+ messages)
` [PATCH 1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE
` [PATCH 2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED
` [PATCH 3/8] mm: khugepaged: skip DAX vma
` [PATCH 4/8] mm: thp: only regular file could be THP eligible
` [PATCH 5/8] mm: khugepaged: make khugepaged_enter() void function
` [PATCH 6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c
` [PATCH 7/8] mm: khugepaged: introduce khugepaged_enter_file() helper
` [PATCH 8/8] fs: register suitable readonly vmas for khugepaged

[RFC] Volatile fanotify marks
 2022-03-02 18:14 UTC  (9+ messages)

[PATCH 00/22] Remove aop flags
 2022-03-02 17:36 UTC  (4+ messages)
` [PATCH 01/22] fs: Pass an iocb to generic_perform_write()

[RFC PATCH 0/1] FUSE: allow drivers to increase readahead
 2022-03-02 17:18 UTC  (2+ messages)
` [RFC PATCH 1/1] FUSE: Add FUSE_TRUST_MAX_RA flag enabling readahead settings >128KB

[PATCH v3 0/6] Generic per-sb io stats
 2022-03-02 16:59 UTC  (12+ messages)
` [PATCH v3 1/6] lib/percpu_counter: add helpers for arrays of counters
` [PATCH v3 2/6] fs: add optional iostats counters to struct super_block
` [PATCH v3 3/6] fs: collect per-sb io stats
` [PATCH v3 4/6] fs: report "
` [PATCH v3 5/6] ovl: opt-in for "
` [PATCH v3 6/6] fuse: "

[PATCH] docs: proc.rst: fix wrong time unit
 2022-03-02 16:11 UTC 

[LSF/MM/BPF TOPIC] configfd as a replacement for both ioctls and fsconfig
 2022-03-02 15:19 UTC  (11+ messages)

[next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 2022-03-02 14:19 UTC  (2+ messages)

[PATCH 00/19] netfs: Prep for write helpers
 2022-03-02 14:09 UTC  (20+ messages)
` [PATCH 01/19] fscache: export fscache_end_operation()
` [PATCH 02/19] netfs: Generate enums from trace symbol mapping lists
` [PATCH 03/19] netfs: Add a netfs inode context
` [PATCH 04/19] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH 05/19] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH 06/19] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH 07/19] netfs: Split netfs_io_* object handling out
` [PATCH 08/19] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH 09/19] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH 10/19] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH 11/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH 12/19] netfs: Prepare to split read_helper.c
` [PATCH 13/19] netfs: Add a function to consolidate beginning a read
` [PATCH 14/19] netfs: Split fs/netfs/read_helper.c
` [PATCH 15/19] netfs: Split some core bits out into their own file
` [PATCH 16/19] netfs: Rename rename read_helper.c to io.c
` [PATCH 17/19] netfs: Change ->init_rreq() to return an error code
` [PATCH 18/19] netfs: Keep track of the actual remote file size
` [PATCH 19/19] afs: Maintain netfs_i_context::remote_i_size

[RFC][RFC PATCH 0/7] cifs: In-progress conversion to use iov_iters and netfslib
 2022-03-02 13:51 UTC  (9+ messages)
` [RFC PATCH 7/7] cifs: Use netfslib to handle reads

[PATCH] iomap: fix incomplete async dio reads when using IOMAP_DIO_PARTIAL
 2022-03-02 13:03 UTC  (6+ messages)

regression: Bug 215601 - gcc segv at startup on ia64
 2022-03-02 12:35 UTC  (3+ messages)

[PATCH] exfat: do not clear VolumeDirty in writeback
 2022-03-02  9:29 UTC  (7+ messages)

Different writeback timing since v5.14
 2022-03-02  9:24 UTC  (4+ messages)

[PATCH v4 0/6] Fix some bugs related to ramp and dax
 2022-03-02  8:27 UTC  (7+ messages)
` [PATCH v4 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v4 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v4 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v4 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v4 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v4 6/6] mm: remove range parameter from follow_invalidate_pte()

[PATCH 0/6] block, fs: convert most Direct IO cases to FOLL_PIN
 2022-03-02  8:07 UTC  (9+ messages)
` [PATCH 2/6] iov_iter: new iov_iter_pin_pages*(), for FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN

[PATCH v3 00/21] DEPT(Dependency Tracker)
 2022-03-02  4:53 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Potential silent data loss caused by hwpoisoned page cache
 2022-03-02  3:39 UTC 

[PATCH v3 1/2] fs/proc: optimize exactly register one ctl_table
 2022-03-02  2:55 UTC  (2+ messages)
` [PATCH v3 2/2] fs/proc: sysctl: optimize register single "

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-03-01 21:32 UTC  (3+ messages)

[GIT PULL] binfmt_elf fix for v5.17-rc7
 2022-03-01 19:46 UTC  (2+ messages)

[PATCH v2 1/2] fs/proc: optimize exactly register one ctl_table
 2022-03-01 17:44 UTC  (6+ messages)
` [PATCH v2 2/2] fs/proc: sysctl: optimize register single "

[LSF/MM/BPF Topic] Shared memory for shared file extents
 2022-03-01 17:00 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] are we going to use ioctls forever?
 2022-03-01 16:23 UTC  (5+ messages)

[PATCH 0/2] FUSE: Implement atomic lookup + open
 2022-03-01 15:26 UTC  (2+ messages)

[PATCH] binfmt_elf: Introduce KUnit test
 2022-03-01 15:06 UTC  (9+ messages)

[RFC PATCH v10 00/48] ceph+fscrypt: full support
 2022-03-01 14:30 UTC  (10+ messages)
` [RFC PATCH v10 11/48] ceph: decode alternate_name in lease info

[PATCH] drivers/char/mem: implement splice() for /dev/zero, /dev/full
 2022-03-01 13:55 UTC 

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-03-01 13:27 UTC  (5+ messages)
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages

[PATCH 5.16 v2] binfmt_elf: Avoid total_mapping_size for ET_EXEC
 2022-03-01 12:36 UTC  (4+ messages)

[PATCH 1/4] ksmbd: remove internal.h include
 2022-03-01 11:21 UTC  (9+ messages)
` [PATCH 2/4] ksmbd: remove filename in ksmbd_file
` [PATCH 3/4] ksmbd: increment reference count of parent fp
` [PATCH v3 4/4] ksmbd: fix racy issue from using ->d_parent and ->d_name

[PATCH v2 0/6] Generic per-mount io stats
 2022-03-01 10:56 UTC  (6+ messages)
` [PATCH v2 4/6] fs: report "

[PATCH v1] fs: Fix inconsistent f_mode
 2022-03-01 10:15 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Netfs support library
 2022-03-01  9:45 UTC  (3+ messages)

[RFC PATCH 0/7] block, fs: convert Direct IO to FOLL_PIN
 2022-03-01  9:30 UTC  (7+ messages)
` [RFC PATCH 1/7] mm/gup: introduce pin_user_page()

[LSF/MM/BPF TOPIC] FOLL_PIN + file systems
 2022-03-01  6:58 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Changing file system resize patterns
 2022-03-01  6:34 UTC 

[v2][PATCH] proc: fix documentation and description of pagemap
 2022-03-01  5:07 UTC  (2+ messages)

[PATCH] proc: fix documentation and description of mmap
 2022-03-01  4:39 UTC  (3+ messages)

[PATCH v3 0/6] Fix some bugs related to ramp and dax
 2022-03-01  3:14 UTC  (4+ messages)
` [PATCH v3 4/6] mm: pvmw: add support for walking devmap pages

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2022-03-01  1:09 UTC  (6+ messages)

mmotm 2022-02-28-14-45 uploaded
 2022-03-01  0:53 UTC  (3+ messages)
` mmotm 2022-02-28-14-45 uploaded (drivers/tty/serial/sunplus-uart.c:)


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