linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 17:58:13 to 2023-04-06 14:40:17 UTC [more...]

[RESEND PATCH v2] eventfd: use wait_event_interruptible_locked_irq() helper
 2023-04-05 23:42 UTC 

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-06 14:36 UTC  (5+ messages)

[PATCH 1/3] kobject: introduce kobject_is_added()
 2023-04-06 14:31 UTC  (18+ messages)
` [PATCH 2/3] erofs: convert to use kobject_is_added()
` [PATCH 3/3] zonefs: "

[RFC PATCH 0/5] fstests specific MAINTAINERS file
 2023-04-06 14:17 UTC  (22+ messages)
` [PATCH 1/5] fstests: add MAINTAINERS and get_maintainer.pl files
` [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
  ` [f2fs-dev] "
` [PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers
` [PATCH 5/5] fstests/MAINTAINERS: add a co-maintainer for btrfs testing part

[PATCH v5 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-06 14:07 UTC  (5+ messages)
` [PATCH v5 1/2] mm: vmscan: ignore "
` [PATCH v5 2/2] mm: vmscan: refactor reclaim_state helpers

[RFC PATCH] writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
 2023-04-06 14:02 UTC 

[PATCH v2 0/5] fs: allow to mount beneath top mount
 2023-04-06 13:56 UTC  (13+ messages)
` [PATCH v2 1/5] fs: add path_mounted()
` [PATCH v2 2/5] pnode: pass mountpoint directly
` [PATCH v2 3/5] fs: fix __lookup_mnt() documentation
` [PATCH v2 4/5] fs: use a for loop when locking a mount
` [PATCH v2 5/5] fs: allow to mount beneath top mount

[PATCH v12 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-06 12:56 UTC  (9+ messages)
` [PATCH v12 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v12 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v12 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v12 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v12 5/5] selftests: mm: add pagemap ioctl tests

Re: RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-06 12:27 UTC  (6+ messages)
  `  "
          `  "

[PATCH net-next v5 00/19] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-06 10:56 UTC  (22+ messages)
` [PATCH net-next v5 01/19] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v5 02/19] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v5 03/19] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v5 04/19] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v5 05/19] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 06/19] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v5 07/19] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 08/19] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v5 09/19] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v5 10/19] tls: "
` [PATCH net-next v5 11/19] siw: "
` [PATCH net-next v5 12/19] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v5 13/19] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 14/19] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v5 15/19] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 16/19] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 17/19] ip: Remove ip_append_page()
` [PATCH net-next v5 18/19] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 19/19] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data

[PATCH v11 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-06 10:50 UTC  (6+ messages)
` [PATCH v11 2/2] "

[PATCH][next] mm: truncate: remove redundant initialization of new_order
 2023-04-06  9:58 UTC 

[PATCH net-next v4 00/20] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-06  9:12 UTC  (23+ messages)
` [PATCH net-next v4 01/20] net: Add samples for network I/O and splicing
` [PATCH net-next v4 02/20] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v4 03/20] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v4 04/20] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v4 05/20] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v4 06/20] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 07/20] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v4 08/20] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 09/20] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v4 10/20] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v4 11/20] tls: "
` [PATCH net-next v4 12/20] siw: "
` [PATCH net-next v4 13/20] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v4 14/20] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 15/20] ip: Remove ip_append_page()
` [PATCH net-next v4 16/20] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 17/20] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v4 18/20] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 19/20] af_unix: "
` [PATCH net-next v4 20/20] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data

[RESEND PATCH v2] eventfd: use wait_event_interruptible_locked_irq() helper
 2023-04-06  9:08 UTC  (5+ messages)

[syzbot] Monthly 9p report
 2023-04-06  8:17 UTC 

[PATCH 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-06  8:08 UTC  (11+ messages)
` [PATCH 4/6] shmem: prepare shmem quota infrastructure
` [PATCH 5/6] shmem: quota support

[f2fs-dev] [PATCH] f2fs: get out of a repeat loop when getting a locked data page
 2023-04-06  3:18 UTC  (5+ messages)

[syzbot] [btrfs?] WARNING in btrfs_commit_transaction (2)
 2023-04-06  2:24 UTC 

[RFC PATCH] fsverity: use shash API instead of ahash API
 2023-04-06  0:37 UTC 

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 22:32 UTC  (2+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 22:29 UTC  (2+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 21:58 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-04-05 19:54 UTC  (4+ messages)

[PATCH v4 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-05 18:55 UTC  (11+ messages)

[RFC PATCH v2 0/9] fuse: API for Checkpoint/Restore
 2023-04-05 18:45 UTC  (4+ messages)
` [RFC PATCH v2 8/9] namespace: add sb_revalidate_bindmounts helper

[PATCH v3 00/11] blksnap - block devices snapshots module
 2023-04-04 14:08 UTC  (12+ messages)
` [PATCH v3 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v3 02/11] block: "
` [PATCH v3 03/11] documentation: Block Devices Snapshots Module
` [PATCH v3 04/11] blksnap: header file of the module interface
` [PATCH v3 05/11] blksnap: module management interface functions
` [PATCH v3 06/11] blksnap: handling and tracking I/O units
` [PATCH v3 07/11] blksnap: minimum data storage unit of the original block device
` [PATCH v3 08/11] blksnap: difference storage
` [PATCH v3 09/11] blksnap: event queue from the "
` [PATCH v3 10/11] blksnap: snapshot and snapshot image block device
` [PATCH v3 11/11] blksnap: Kconfig and Makefile

[PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
 2023-04-05 15:04 UTC  (6+ messages)
` [PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
  ` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu

fsconfig parsing bugs
 2023-04-05 14:10 UTC  (3+ messages)

[PATCH] iov_iter: Remove last_offset member
 2023-04-05 13:37 UTC  (2+ messages)

two little cleanups for the for-6.4/splice branch
 2023-04-05 13:37 UTC  (4+ messages)
` [PATCH 1/3] iov_iter: remove iov_iter_get_pages

[PATCH v2] smaps: Fix defined but not used smaps_shmem_walk_ops
 2023-04-05 12:04 UTC  (2+ messages)

RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05 10:18 UTC  (10+ messages)
  `  "
          ` [External] "
                `  "

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05 10:18 UTC  (2+ messages)
  `  "

[syzbot] Monthly fuse report
 2023-04-05  9:00 UTC 

[syzbot] Monthly overlayfs report
 2023-04-05  8:55 UTC 

[RFC PATCH] Legacy mount option "sloppy" support
 2023-04-05  8:55 UTC  (6+ messages)

[syzbot] Monthly udf report
 2023-04-05  8:52 UTC 

[PATCH] exfat: add sysfs interface
 2023-04-05  8:46 UTC 

[PATCH v2 0/5] remove page_endio()
 2023-04-05  6:07 UTC  (5+ messages)
  ` [PATCH v2 1/5] zram: always chain bio to the parent in read_from_bdev_async

RE: FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  5:00 UTC  (3+ messages)
  `  "

BUG: BISECTED: memleak in vfs_write()
 2023-04-05  4:01 UTC  (6+ messages)
` [BUG RESEND] [BISECTED]: selftest: ftracetest: "

RE: FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  3:11 UTC  (3+ messages)
  `  "

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  2:16 UTC  (2+ messages)
  `  "

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  2:09 UTC  (2+ messages)
  `  "

RE: RE(4): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  2:02 UTC  (2+ messages)
  `  "

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-04 21:47 UTC  (2+ messages)

[PATCH] fs/9p: Add new options to Documentation
 2023-04-04 18:26 UTC  (5+ messages)


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