All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-06 07:40:15 to 2023-06-06 07:52:06 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2023-06-06  7:52 UTC 

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

[PATCH v3 00/11] A minor flurry of selftest/mm fixes
 2023-06-06  7:46 UTC  (3+ messages)
` [PATCH v3 01/11] selftests/mm: fix uffd-stress unused function warning

[PATCH v3] mm/migrate_device: Try to handle swapcache pages
 2023-06-06  7:44 UTC  (2+ messages)

[RFC PATCH v5 0/6] refactoring, fixes and updates for Meson NAND
 2023-06-06  7:41 UTC  (20+ messages)
` [RFC PATCH v5 2/6] mtd: rawnand: meson: wait for command in polling mode
` [RFC PATCH v5 3/6] mtd: rawnand: meson: only expose unprotected user OOB bytes

[PATCH 00/13] wifi: iwlwifi: updates intended for v6.5 2023-06-06
 2023-06-06  7:43 UTC  (14+ messages)
` [PATCH 01/13] wifi: iwlwifi: Generalize the parsing of the pnvm image
` [PATCH 02/13] wifi: iwlwifi: Separate loading and setting of pnvm image into two functions
` [PATCH 03/13] wifi: iwlwifi: Take loading and setting of pnvm image out of parsing part
` [PATCH 04/13] wifi: iwlwifi: Allow trans_pcie track more than 1 pnvm DRAM region
` [PATCH 05/13] wifi: iwlwifi: Add support for fragmented pnvm images
` [PATCH 06/13] wifi: iwlwifi: Implement loading and setting of fragmented pnvm image
` [PATCH 07/13] wifi: iwlwifi: Separate loading and setting of power reduce tables
` [PATCH 08/13] wifi: iwlwifi: Use iwl_pnvm_image in reduce power tables flow
` [PATCH 09/13] wifi: iwlwifi: Enable loading of reduce-power tables into several segments
` [PATCH 10/13] wifi: iwlwifi: Separate reading and parsing of reduce power table
` [PATCH 11/13] wifi: iwlwifi: fw: clean up PNVM loading code
` [PATCH 12/13] wifi: iwlwifi: fw: don't use constant size with efi.get_variable
` [PATCH 13/13] wifi: iwlwifi: pnvm: handle memory descriptor tlv

[PATCH] erofs-utils: error out if de_namelen is 0
 2023-06-06  7:51 UTC 

[PATCH v4] mmc: mtk-sd: reduce CIT for better performance
 2023-06-06  7:46 UTC  (3+ messages)

[PATCH] PCI: endpoint: epf-mhi: Fix the outbound window offset handling
 2023-06-06  7:46 UTC 

[PATCH v2 0/6] jbd2: fix several checkpoint inconsistent issues
 2023-06-06  7:46 UTC  (3+ messages)
` [PATCH v2 3/6] jbd2: remove journal_clean_one_cp_list()

[PATCH v1] mtd: rawnand: meson: check buffer length
 2023-06-06  7:50 UTC  (6+ messages)

[PATCH v6 0/4] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-06-06  7:49 UTC  (5+ messages)
` [PATCH v6 1/4] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
` [PATCH v6 2/4] PCI: Add Alibaba Vendor ID to linux/pci_ids.h
` [PATCH v6 3/4] drivers/perf: add DesignWare PCIe PMU driver
` [PATCH v6 4/4] MAINTAINERS: add maintainers for "

[PATCH 00/30] fbdev: Make userspace interfaces optional
 2023-06-06  7:49 UTC  (6+ messages)
` [PATCH 02/30] backlight/gpio_backlight: Compare against struct fb_info.device

[PATCH v8 0/3] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-06-06  7:48 UTC  (9+ messages)
` [PATCH v8 3/3] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme

[PATCH bpf-next 0/2] add mechanism to report map pressure
 2023-06-06  7:49 UTC  (11+ messages)
` [PATCH bpf-next 1/2] bpf: add new map ops ->map_pressure

[PATCH v3 0/3] nolibc: add part2 of support for rv32
 2023-06-06  7:43 UTC  (3+ messages)
` [PATCH v3 3/3] selftests/nolibc: riscv: customize makefile "

[meta-virtualization][mickledore][PATCH] docker: upgrade to 23.0.6
 2023-06-06  7:47 UTC 

[PATCH v2 4/4] cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623
 2023-06-06  7:41 UTC  (3+ messages)
` [PATCH] cpufreq: mediatek: correct voltages for MT7622 and MT7623

[igt-dev] [PATCH v5 i-g-t 0/8] Introduce KUnit
 2023-06-06  7:46 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 6/8] lib/igt_kmod: place KUnit tests on a subtest
` [igt-dev] [PATCH i-g-t 8/8] lib/igt_kmod: fix nesting igt_fixture in igt_subtest

[PATCH 1/2] evm: Fix build warnings
 2023-06-06  7:41 UTC  (2+ messages)
` [PATCH 2/2] ima: "

[RESEND PATCH v7 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-06-06  7:42 UTC  (3+ messages)
` [RESEND PATCH v7 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [RESEND PATCH v7 2/2] ACPI: APEI: handle synchronous exceptions in task work

[PATCH] ALSA: ice1712,ice1724: fix the kcontrol->id initialization
 2023-06-06  7:44 UTC  (2+ messages)

[PATCH v4 0/3] hw/i386/pc: Update max_cpus and default to SMBIOS
 2023-06-06  7:45 UTC  (3+ messages)
` [PATCH v4 1/3] hw/i386/pc: Refactor logic to set SMBIOS set defaults

[PATCH v4 00/11] Add ethernet driver for StarFive JH7110 SoC
 2023-06-06  7:43 UTC  (4+ messages)
` [PATCH v4 10/11] configs: starfive: Enable ethernet configuration for StarFive VisionFive2

drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c:614:36: warning: unused variable 'mtk_jpeg_enc_ioctl_ops'
 2023-06-06  7:43 UTC 

[PATCH net 0/2] rfs: annotate lockless accesses
 2023-06-06  7:43 UTC  (5+ messages)
` [PATCH net 1/2] rfs: annotate lockless accesses to sk->sk_rxhash

[PATCH 0/6] Enable decoder for mt8183
 2023-06-06  7:40 UTC  (6+ messages)
` [PATCH 5/6] clk: mediatek: mt8183: Add CLK_VDEC_ACTIVE to vdec
` [PATCH 6/6] arm64: dts: mediatek: mt8183: Add decoder

[meta-virtualization][PATCH 1/2] docker: upgrade to 23.0.6
 2023-06-06  7:43 UTC  (2+ messages)
` [meta-virtualization][PATCH 2/2] layer.conf: use docker-moby as preferred provider

RTT-PROBE: lore-subspace-rtt
 2023-06-06  7:42 UTC 

[rppt:jitalloc/v1] [x86/jitalloc] 7f4a7f300d: kernel_BUG_at_mm/vmalloc.c
 2023-06-06  7:41 UTC 

[PATCH v2 net 0/2] rfs: annotate lockless accesses
 2023-06-06  7:41 UTC  (3+ messages)
` [PATCH v2 net 1/2] rfs: annotate lockless accesses to sk->sk_rxhash
` [PATCH v2 net 2/2] rfs: annotate lockless accesses to RFS sock flow table

[PATCH] mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
 2023-06-06  7:40 UTC  (3+ messages)

[PATCH] scripts/kallsyms: constify long_options
 2023-06-06  7:32 UTC  (2+ messages)

[PATCH v2] initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
 2023-06-06  7:30 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.