Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-15 09:35:33 to 2023-05-17 07:42:36 UTC [more...]

[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-17  7:42 UTC  (11+ messages)

introduce bdev holder ops and a file system shutdown method
 2023-05-17  7:30 UTC  (20+ messages)
` [PATCH 2/9] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 3/9] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 4/9] block: turn bdev_lock into a mutex
` [PATCH 5/9] block: introduce holder ops
` [PATCH 6/9] block: add a mark_dead holder operation
` [PATCH 7/9] fs: add a method to shut down the file system

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_search_dir
 2023-05-17  7:29 UTC  (2+ messages)

[PATCH] procfs: consolidate arch_report_meminfo declaration
 2023-05-17  7:26 UTC  (3+ messages)

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-05-17  7:19 UTC  (9+ messages)
` [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter

[PATCH 1/2] fs: d_path: include internal.h
 2023-05-17  7:18 UTC  (3+ messages)
` [PATCH 2/2] fs: pipe: reveal missing function protoypes

[PATCH] squashfs: don't include buffer_head.h
 2023-05-17  7:16 UTC 

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-17  6:59 UTC  (4+ messages)
` [PATCH v4 1/2] mm: memcontrol: protect the memory in cgroup from being oom killed
` [PATCH v4 2/2] memcg: add oom_kill_inherit event indicator

[RFCv2 0/5] ext4: misc left over folio changes
 2023-05-17  6:45 UTC  (10+ messages)
` [RFCv2 1/5] ext4: kill unused function ext4_journalled_write_inline_data
` [RFCv2 2/5] ext4: Remove PAGE_SIZE assumption of folio from mpage_submit_folio
` [RFCv2 3/5] ext4: Change remaining tracepoints to use folio
` [RFCv2 4/5] ext4: Make mpage_journal_page_buffers "
` [RFCv2 5/5] ext4: Make ext4_write_inline_data_end() "
` [PATCH 6/5] ext4: Call fsverity_verify_folio()

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-17  5:28 UTC  (23+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec
` [PATCH 22/32] vfs: inode cache conversion to hash-bl

[PATCH 6.3 022/246] rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()
 2023-05-17  3:38 UTC  (2+ messages)

[PATCH 0/6] gfs2/buffer folio changes
 2023-05-17  3:24 UTC  (7+ messages)
` [PATCH 1/6] gfs2: Use a folio inside gfs2_jdata_writepage()
` [PATCH 2/6] gfs2: Pass a folio to __gfs2_jdata_write_folio()
` [PATCH 3/6] gfs2: Convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()
` [PATCH 4/6] buffer: Convert __block_write_full_page() to __block_write_full_folio()
` [PATCH 5/6] gfs2: Support ludicrously large folios in gfs2_trans_add_databufs()
` [PATCH 6/6] buffer: Make block_write_full_page() handle large folios correctly

[PATCH] fuse: fix return value of inode_inline_reclaim_one_dmap in error path
 2023-05-17  0:07 UTC  (2+ messages)

[PATCH v3 0/6] sysctl: Remove register_sysctl_table from parport
 2023-05-16 23:07 UTC  (8+ messages)
    ` [PATCH v3 1/6] parport: Move magic number "15" to a define
    ` [PATCH v3 2/6] parport: Remove register_sysctl_table from parport_proc_register
    ` [PATCH v3 3/6] parport: Remove register_sysctl_table from parport_device_proc_register
    ` [PATCH v3 4/6] parport: Remove register_sysctl_table from parport_default_proc_register
    ` [PATCH v3 5/6] parport: Removed sysctl related defines
    ` [PATCH v3 6/6] sysctl: stop exporting register_sysctl_table

[PATCH -next v2 00/13] mm: page_alloc: misc cleanup and refector
 2023-05-16 22:22 UTC  (15+ messages)
` [PATCH v2 01/13] mm: page_alloc: move mirrored_kernelcore into mm_init.c
` [PATCH v2 02/13] mm: page_alloc: move init_on_alloc/free() "
` [PATCH v2 03/13] mm: page_alloc: move set_zone_contiguous() "
` [PATCH v2 04/13] mm: page_alloc: collect mem statistic into show_mem.c
` [PATCH v2 05/13] mm: page_alloc: squash page_is_consistent()
` [PATCH v2 06/13] mm: page_alloc: remove alloc_contig_dump_pages() stub
` [PATCH v2 07/13] mm: page_alloc: split out FAIL_PAGE_ALLOC
` [PATCH v2 08/13] mm: page_alloc: split out DEBUG_PAGEALLOC
` [PATCH v2 09/13] mm: page_alloc: move mark_free_page() into snapshot.c
` [PATCH v2 10/13] mm: page_alloc: move pm_* function into power
` [PATCH v2 11/13] mm: vmscan: use gfp_has_io_fs()
` [PATCH v2 12/13] mm: page_alloc: move sysctls into it own fils
` [PATCH v2 13/13] mm: page_alloc: move is_check_pages_enabled() into page_alloc.c

DIO hangs in 6.4.0-rc2
 2023-05-16 22:09 UTC  (4+ messages)

[PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-05-16 22:02 UTC  (5+ messages)

[PATCH 0/6] sysctl: Remove register_sysctl_table from parport
 2023-05-16 21:49 UTC  (10+ messages)
  ` [PATCH 3/6] parport: Remove register_sysctl_table from parport_device_proc_register
    ` [PATCH 2/6] parport: Remove register_sysctl_table from parport_proc_register

[RFC PATCH v1] ACPI: APEI: EINJ: Add support for vendor defined error types
 2023-05-16 21:36 UTC  (3+ messages)

[PATCH] coredump, vmcore: Set p_align to 4 for PT_NOTE
 2023-05-16 21:32 UTC  (2+ messages)

[PATCH] fs: don't call posix_acl_listxattr in generic_listxattr
 2023-05-16 21:22 UTC  (3+ messages)
    ` A pass-through support for NFSv4 style ACL

[PATCH] vfs: Replace all non-returning strlcpy with strscpy
 2023-05-16 20:37 UTC  (3+ messages)

[PATCH] sysctl: add config to make randomize_va_space RO
 2023-05-16 20:17 UTC  (4+ messages)

[PATCH] radix-tree: move declarations to header
 2023-05-16 19:41 UTC 

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-05-16 19:29 UTC  (2+ messages)
` [Linux-cachefs] "

[RFCv5 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-05-16 19:29 UTC  (11+ messages)
` [RFCv5 2/5] iomap: Refactor iop_set_range_uptodate() function
` [RFCv5 3/5] iomap: Add iop's uptodate state handling functions
` [RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance

[PATCH] Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:
 2023-05-16 18:55 UTC  (2+ messages)

[PATCH] Documentation/filesystems: sharedsubtree: add section headings
 2023-05-16 18:50 UTC  (2+ messages)

[PATCH] mm: pagemap: restrict pagewalk to the requested range
 2023-05-16 17:10 UTC  (4+ messages)

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-05-16 15:23 UTC  (6+ messages)
` [PATCH 3/6] fs: distinguish between user initiated freeze and kernel initiated freeze
` [PATCH 6/6] fs: add automatic kernel fs freeze / thaw and remove kthread freezing

[PATCH] fs/coredump: open coredump file in O_WRONLY instead of O_RDWR
 2023-05-16 13:47 UTC  (8+ messages)

[PATCH] fix NFSv4 acl detection on F39
 2023-05-16 12:29 UTC  (7+ messages)

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2023-05-16 10:16 UTC  (20+ messages)
` [PATCH RESEND V12 3/8] fuse: Definitions and ioctl for passthrough
                          ` [fuse-devel] "

[PATCH 00/12] arch: Make virt_to_pfn into a static inline
 2023-05-16  9:18 UTC  (5+ messages)
` [PATCH 02/12] m68k: Pass a pointer to virt_to_pfn() virt_to_page()

[PATCH v2 3/3] mm: perform the mapping_map_writable() check after call_mmap()
 2023-05-16  5:52 UTC  (2+ messages)

[PATCH 04/12] mm: page_alloc: collect mem statistic into show_mem.c
 2023-05-16  5:30 UTC  (3+ messages)

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-05-16  5:23 UTC 

[PATCH v2 4/6] kernfs: implement readdir FMODE_NOWAIT
 2023-05-16  3:04 UTC  (2+ messages)

Fwd: _filemap_get_folio and NULL pointer dereference
 2023-05-16  2:44 UTC 

[PATCH v2 0/4] NFSD: add support for NFSv4 write delegation
 2023-05-16  1:43 UTC  (19+ messages)
` [PATCH v2 2/4] NFSD: enable support for "
` [PATCH v2 4/4] NFSD: handle GETATTR conflict with "

[PATCH v5 0/5] Introduce block provisioning primitives
 2023-05-15 21:55 UTC  (11+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/5] block: Introduce "
  ` [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support
  ` [PATCH v6 5/5] loop: Add support for provision requests

[PATCH v2 3/4] NFSD: add supports for CB_GETATTR callback
 2023-05-15 17:44 UTC  (2+ messages)

[PATCH 6.2 031/242] rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()
 2023-05-15 16:25 UTC 

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-15 15:12 UTC  (2+ messages)

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-15 14:20 UTC  (5+ messages)

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-15 13:23 UTC  (2+ messages)

[syzbot] [nilfs?] WARNING in nilfs_segctor_do_construct (2)
 2023-05-15 12:56 UTC 

[PATCH] fs: fix incorrect fmode_t casts
 2023-05-15 11:17 UTC  (2+ messages)

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-15 11:15 UTC 

[PATCH] fs/open.c: Fix W=1 kernel doc warnings
 2023-05-15 10:41 UTC  (2+ messages)

[PATCH net-next v7 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-15  9:33 UTC  (13+ messages)
` [PATCH net-next v7 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v7 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v7 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v7 08/16] tls: "
` [PATCH net-next v7 09/16] siw: "
` [PATCH net-next v7 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v7 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v7 12/16] ip6, udp6: "
` [PATCH net-next v7 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v7 14/16] ip: Remove ip_append_page()
` [PATCH net-next v7 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v7 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES


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 read-only IMAP folder(s) and NNTP newsgroup(s).