Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-13 00:50:59 to 2025-09-15 12:20:59 UTC [more...]

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-15 11:54 UTC  (76+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 10/62] initrd: remove initrd (initial RAM disk) support
` [PATCH RESEND 11/62] init, efi: remove "noinitrd" command line parameter
` [PATCH RESEND 12/62] init: remove /proc/sys/kernel/real-root-dev
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 14/62] init: m68k, mips, powerpc, s390, sh: remove Root_RAM0
` [PATCH RESEND 15/62] doc: modernize Documentation/admin-guide/blockdev/ramdisk.rst
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [PATCH RESEND 18/62] doc: modernize Documentation/driver-api/early-userspace/early_userspace_support.rst
` [PATCH RESEND 19/62] init: remove mentions of "ramdisk=" command line parameter
` [PATCH RESEND 20/62] doc: remove Documentation/power/swsusp-dmcrypt.rst
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 22/62] doc: remove obsolete mentions of pivot_root
` [PATCH RESEND 23/62] init: rename __initramfs_{start,size} to __builtin_initramfs_{start,size}
` [PATCH RESEND 24/62] init: remove wrong comment
` [PATCH RESEND 25/62] init: rename phys_initrd_{start,size} to phys_external_initramfs_{start,size}
` [PATCH RESEND 26/62] init: move phys_external_initramfs_{start,size} to init/initramfs.c
` [PATCH RESEND 27/62] init: alpha: remove "extern unsigned long initrd_start, initrd_end"
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
` [PATCH RESEND 29/62] init: move virt_external_initramfs_{start,end} to init/initramfs.c
` [PATCH RESEND 30/62] doc: remove documentation for block device 4 0
` [PATCH RESEND 31/62] init: rename initrd_below_start_ok to initramfs_below_start_ok
` [PATCH RESEND 32/62] init: move initramfs_below_start_ok to init/initramfs.c
` [PATCH RESEND 33/62] init: remove init/do_mounts_initrd.c
` [PATCH RESEND 34/62] init: inline create_dev into the only caller
` [PATCH RESEND 35/62] init: make mount_root_generic static
` [PATCH RESEND 36/62] init: make mount_root static
` [PATCH RESEND 37/62] init: remove root_mountflags from init/do_mounts.h
` [PATCH RESEND 38/62] init: remove most headers "
` [PATCH RESEND 39/62] init: make console_on_rootfs static
` [PATCH RESEND 40/62] init: rename free_initrd_mem to free_initramfs_mem
` [PATCH RESEND 41/62] init: rename reserve_initrd_mem to reserve_initramfs_mem
` [PATCH RESEND 42/62] init: rename <linux/initrd.h> to <linux/initramfs.h>
` [PATCH RESEND 43/62] setsid: inline ksys_setsid into the only caller
` [PATCH RESEND 44/62] doc: kernel-parameters: remove [RAM] from reserve_mem=
` [PATCH RESEND 45/62] doc: kernel-parameters: replace [RAM] with [INITRAMFS]
` [PATCH RESEND 46/62] init: edit docs for initramfs-related configs
` [PATCH RESEND 47/62] init: fix typo: virtul => virtual
` [PATCH RESEND 48/62] init: fix comment
` [PATCH RESEND 49/62] init: rename ramdisk_execute_command to initramfs_execute_command
` [PATCH RESEND 50/62] init: rename ramdisk_command_access to initramfs_command_access
` [PATCH RESEND 51/62] init: rename get_boot_config_from_initrd to get_boot_config_from_initramfs
` [PATCH RESEND 52/62] init: rename do_retain_initrd to retain_initramfs
` [PATCH RESEND 53/62] init: rename kexec_free_initrd to kexec_free_initramfs
` [PATCH RESEND 54/62] init: arm, x86: deal with some references to initrd
` [PATCH RESEND 55/62] init: rename CONFIG_BLK_DEV_INITRD to CONFIG_INITRAMFS
` [PATCH RESEND 56/62] init: rename CONFIG_RD_GZIP to CONFIG_INITRAMFS_DECOMPRESS_GZIP
` [PATCH RESEND 57/62] init: rename CONFIG_RD_BZIP2 to CONFIG_INITRAMFS_DECOMPRESS_BZIP2
` [PATCH RESEND 58/62] init: rename CONFIG_RD_LZMA to CONFIG_INITRAMFS_DECOMPRESS_LZMA
` [PATCH RESEND 59/62] init: rename CONFIG_RD_XZ to CONFIG_INITRAMFS_DECOMPRESS_XZ
` [PATCH RESEND 60/62] init: rename CONFIG_RD_LZO to CONFIG_INITRAMFS_DECOMPRESS_LZO
` [PATCH RESEND 61/62] init: rename CONFIG_RD_LZ4 to CONFIG_INITRAMFS_DECOMPRESS_LZ4
` [PATCH RESEND 62/62] init: rename CONFIG_RD_ZSTD to CONFIG_INITRAMFS_DECOMPRESS_ZSTD

[PATCH 0/3] fs: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-15 12:20 UTC  (3+ messages)

[PATCH] fs: use the switch statement in init_special_inode()
 2025-09-15 12:19 UTC  (2+ messages)

[PATCH] fs/proc/namespaces: make ns_entries const
 2025-09-15 12:18 UTC  (2+ messages)

[PATCH] fs: expand dump_inode()
 2025-09-15 12:17 UTC  (3+ messages)

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-15 12:16 UTC  (14+ messages)
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare

[PATCH v2 00/33] ns: support file handles
 2025-09-15 12:11 UTC  (23+ messages)
` [PATCH v2 11/33] net: use ns_common_init()
` [PATCH v2 17/33] nstree: make iterator generic
` [PATCH v2 18/33] mnt: support ns lookup
` [PATCH v2 19/33] cgroup: "
` [PATCH v2 20/33] ipc: "
` [PATCH v2 21/33] net: "
` [PATCH v2 22/33] pid: "
` [PATCH v2 23/33] time: "
` [PATCH v2 24/33] user: "
` [PATCH v2 26/33] ns: add to_<type>_ns() to respective headers

[PATCH 0/6] VFS: more prep for change to directory locking
 2025-09-15 12:10 UTC  (3+ messages)
` [PATCH 4/6] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata

[PATCHES] file->f_path safety and struct path constifications
 2025-09-15 12:07 UTC  (45+ messages)
` [PATCH 01/21] backing_file_user_path(): constify struct path *
  ` [PATCH 02/21] constify path argument of vfs_statx_path()
  ` [PATCH 03/21] filename_lookup(): constify root argument
  ` [PATCH 04/21] done_path_create(): constify path argument
  ` [PATCH 05/21] bpf...d_path(): "
  ` [PATCH 06/21] nfs: constify path argument of __vfs_getattr()
  ` [PATCH 07/21] rqst_exp_get_by_name(): constify path argument
  ` [PATCH 08/21] export_operations->open(): "
  ` [PATCH 09/21] check_export(): "
  ` [PATCH 10/21] ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *
  ` [PATCH 11/21] ksmbd_vfs_kern_path_unlock(): constify path argument
  ` [PATCH 12/21] ksmbd_vfs_inherit_posix_acl(): "
  ` [PATCH 13/21] ksmbd_vfs_set_init_posix_acl(): "
  ` [PATCH 14/21] ovl_ensure_verity_loaded(): constify datapath argument
  ` [PATCH 15/21] ovl_validate_verity(): constify {meta,data}path arguments
  ` [PATCH 16/21] ovl_get_verity_digest(): constify path argument
  ` [PATCH 17/21] ovl_lower_dir(): "
  ` [PATCH 18/21] ovl_sync_file(): "
  ` [PATCH 19/21] ovl_is_real_file: constify realpath argument
  ` [PATCH 20/21] apparmor/af_unix: constify struct path * arguments
  ` [PATCH 21/21] configfs:get_target() - release path as soon as we grab configfs_item reference
` [PATCH 2/2] Have cc(1) catch attempts to modify ->f_path

[syzbot] [netfs?] kernel BUG in netfs_perform_write
 2025-09-15 11:58 UTC  (3+ messages)
` [PATCH] netfs: Prevent duplicate unlocking

[PATCH v4 0/4] procfs: make reference pidns more user-visible
 2025-09-15 11:54 UTC  (4+ messages)

[PATCH] init: INITRAMFS_PRESERVE_MTIME should depend on BLK_DEV_INITRD
 2025-09-15 11:39 UTC  (3+ messages)

[PATCH v4 0/4] allow partial folio write with iomap_folio_state
 2025-09-15 11:29 UTC  (14+ messages)
` [PATCH 1/4] iomap: make sure iomap_adjust_read_range() are aligned with block_size
` [PATCH 2/4] iomap: move iter revert case out of the unwritten branch
` [PATCH 3/4] iomap: make iomap_write_end() return the number of written length again
` [PATCH 4/4] iomap: don't abandon the whole copy when we have iomap_folio_state

[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-15 10:43 UTC  (3+ messages)

[PATCH v7 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-09-15 10:39 UTC  (3+ messages)
  ` [PATCH v7 1/1] "

[PATCH] initrd: Fix logged Minix/Ext2 block numbers in identify_ramdisk_image()
 2025-09-15 10:30 UTC  (4+ messages)

[PATCH V12 0/5] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-15 10:13 UTC  (6+ messages)
` [PATCH V12 1/5] mm: softdirty: Add pgtable_supports_soft_dirty()
` [PATCH V12 2/5] mm: userfaultfd: Add pgtable_supports_uffd_wp()
` [PATCH V12 3/5] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V12 4/5] riscv: mm: Add soft-dirty page tracking support
` [PATCH V12 5/5] riscv: mm: Add userfaultfd write-protect support

Any way to ensure minimal folio size and alignment for iomap based direct IO?
 2025-09-15 10:02 UTC 

[PATCH v3] hfs: introduce KUnit tests for HFS string operations
 2025-09-15  9:29 UTC  (2+ messages)

[PATCH 0/5] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2025-09-15  9:07 UTC  (5+ messages)
` [PATCH 5/5] fuse: {io-uring} Allow reduced number of ring queues

[RFC] a possible way of reducing the PITA of ->d_name audits
 2025-09-15  8:54 UTC  (20+ messages)
        ` ->atomic_open() fun (was Re: [RFC] a possible way of reducing the PITA of ->d_name audits)

[RFC] Another take at restarting FUSE servers
 2025-09-15  8:41 UTC  (14+ messages)

[syzbot] kernel BUG in dnotify_free_mark
 2025-09-15  7:48 UTC  (2+ messages)
` [syzbot] [ntfs3?] "

VFS: change ->atomic_open() calling to always have exclusive access
 2025-09-15  3:01 UTC  (3+ messages)
` [PATCH 1/2] NFS: remove d_drop()/d_alloc_paralle() from nfs_atomic_open()
` [PATCH 2/2] VFS: don't call ->atomic_open on cached negative without O_CREAT

[Linux Kernel Bug] KASAN: slab-out-of-bounds Read in hfsplus_strcasecmp
 2025-09-15  3:04 UTC 

[PATCH v3 0/6] VFS: more prep for change to directory locking
 2025-09-15  2:13 UTC  (7+ messages)
` [PATCH v3 1/6] VFS/ovl: add lookup_one_positive_killable()
` [PATCH v3 2/6] VFS: discard err2 in filename_create()
` [PATCH v3 3/6] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH v3 4/6] VFS/audit: introduce kern_path_parent() for audit
` [PATCH v3 5/6] VFS: rename kern_path_locked() and related functions
` [PATCH v3 6/6] debugfs: rename start_creating() to debugfs_start_creating()

[PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks
 2025-09-15  0:43 UTC  (2+ messages)

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-09-14 21:25 UTC  (2+ messages)

[PATCH 46/52] path_umount(): constify struct path argument
 2025-09-14 19:55 UTC  (3+ messages)

[PATCH] initrd: Remove unused parameter 'pos' from identify_ramdisk_image()
 2025-09-14 18:05 UTC  (2+ messages)

[RFC PATCH 0/5] 9p: Performance improvements for build workloads
 2025-09-14 12:34 UTC  (2+ messages)

[RFC 0/2] writeback: add support for filesystems to optimize parallel writeback
 2025-09-14 12:11 UTC  (3+ messages)
` [RFC 1/2] writeback: add support for filesystems to affine inodes to specific writeback ctx
` [RFC 2/2] xfs: implement get_inode_wb_ctx_idx() for per-AG parallel writeback

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-14  7:44 UTC  (5+ messages)
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[patch 0/4] uaccess: Provide and use helpers for user masked access
 2025-09-13 18:01 UTC  (4+ messages)
` [patch 1/4] uaccess: Provide common helpers for masked user access

[PATCH] initrd: Remove unnecessary goto label 'successful_load'
 2025-09-13 13:30 UTC  (3+ messages)

->atomic_open() fun (was Re: [RFC] a possible way of reducing the PITA of ->d_name audits)
 2025-09-13  3:34 UTC  (3+ messages)
` [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...))

[linux-next20250911]Kernel OOPs while running generic/256 on Pmem device
 2025-09-13  2:48 UTC  (3+ messages)
  ` [External] "

[PATCH v1] exfat: support modifying mount options via remount
 2025-09-13  1:54 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).