linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-08 15:19:41 to 2023-06-07 12:19:42 UTC [more...]

decouple block open flags from fmode_t
 2023-06-07 12:19 UTC  (90+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[PATCH v2] uml: Replace strlcpy with strscpy
 2023-06-07  9:47 UTC  (11+ messages)
      ` Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy)

[PATCH] uml: Replace all non-returning strlcpy with strscpy
 2023-06-05 20:07 UTC  (9+ messages)

[PATCH v3 00/34] Split ptdesc from struct page
 2023-06-01 20:43 UTC  (46+ messages)
` [PATCH v3 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v3 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v3 04/34] pgtable: Create struct ptdesc
` [PATCH v3 05/34] mm: add utility functions for ptdesc
` [PATCH v3 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v3 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v3 08/34] mm: Convert ptlock_ptr() "
` [PATCH v3 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v3 10/34] mm: Convert ptlock_init() "
` [PATCH v3 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v3 12/34] mm: Convert ptlock_free() "
` [PATCH v3 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v3 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v3 15/34] x86: "
` [PATCH v3 16/34] s390: Convert various gmap "
` [PATCH v3 17/34] s390: Convert various pgalloc "
` [PATCH v3 18/34] mm: Remove page table members from struct page
` [PATCH v3 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v3 20/34] arm: "
` [PATCH v3 21/34] arm64: "
` [PATCH v3 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v3 23/34] hexagon: "
` [PATCH v3 24/34] loongarch: Convert various functions "
` [PATCH v3 25/34] m68k: "
` [PATCH v3 26/34] mips: "
` [PATCH v3 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v3 28/34] openrisc: "
` [PATCH v3 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v3 30/34] sh: Convert pte_free_tlb() "
` [PATCH v3 31/34] sparc64: Convert various functions "
` [PATCH v3 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v3 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v3 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-28  5:47 UTC  (25+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs

[PATCH v2 2/3] compiler: inline does not imply notrace
 2023-05-26  5:40 UTC  (4+ messages)

[PATCH AUTOSEL 6.1 06/57] um: harddog: fix modular build
 2023-05-25 18:35 UTC 

[PATCH AUTOSEL 5.15 05/43] um: harddog: fix modular build
 2023-05-25 18:38 UTC 

[PATCH AUTOSEL 6.3 09/67] um: harddog: fix modular build
 2023-05-25 18:30 UTC 

[PATCH] mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
 2023-05-25 18:16 UTC  (7+ messages)

Building UML with ASan on x86
 2023-05-24 15:46 UTC 

[GIT PULL] UML fix for v6.4-rc3
 2023-05-21 21:04 UTC  (2+ messages)

[PATCH 4.19 007/191] IMA: allow/fix UML builds
 2023-05-16  9:18 UTC  (3+ messages)

[PATCH 5.4 009/282] IMA: allow/fix UML builds
 2023-05-15 16:26 UTC 

[PATCH 5.10 017/381] IMA: allow/fix UML builds
 2023-05-15 16:24 UTC 

[PATCH 4.14 005/116] IMA: allow/fix UML builds
 2023-05-15 16:25 UTC 

Build regressions/improvements in v6.4-rc1
 2023-05-08 15:46 UTC  (4+ 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).