All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-06 07:31:13 to 2023-06-06 07:44:32 UTC [more...]

[f2fs-dev] decouple block open flags from fmode_t
 2023-06-06  7:39 UTC  (154+ messages)
`  "
` [PATCH 01/31] block: also call ->open for incremental partition opens
  ` [f2fs-dev] "
` [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] "
` [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] "
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
  ` [f2fs-dev] "
` [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
  ` [dm-devel] "
  ` [f2fs-dev] "
` [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
  ` [dm-devel] "
  ` [f2fs-dev] "
` [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
  ` [dm-devel] "
  ` [f2fs-dev] "
` [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] "
` [f2fs-dev] [PATCH 30/31] block: store the holder in file->private_data
  `  "
` [dm-devel] [PATCH 31/31] fs: remove the now unused FMODE_* flags
  `  "
  ` [f2fs-dev] "

[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 

[igt-dev] [PATCH v5 i-g-t 0/8] Introduce KUnit
 2023-06-06  7:44 UTC  (5+ 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 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  (9+ messages)
` [PATCH 3/6] media: dt-bindings: mediatek,vcodec: Remove VDEC_SYS "
` [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

[PATCH v2 0/2] dma: rework streaming DMA interface
 2023-06-06  7:40 UTC  (2+ messages)

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

[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] 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)

[PATCH v1] soc:loongson:add model and clock-frequency attribute parse
 2023-06-06  7:39 UTC 

[PATCH nf-next] nft_payload: rebuild vlan header when needed
 2023-06-06  7:38 UTC 

[Intel-wired-lan] [PATCH net v2] ice: make writes to /dev/gnssX synchronous
 2023-06-06  7:38 UTC  (4+ messages)

[PATCH] pwm: meson: compute cnt register value in proper way
 2023-06-06  7:38 UTC  (4+ messages)

[PATCH v3 00/11] A minor flurry of selftest/mm fixes
 2023-06-06  7:38 UTC  (3+ messages)
` [PATCH v3 11/11] selftests: error out if kernel header files are not yet built

[PATCH 10/66] drm/amd/display: Do not set drr on pipe commit
 2023-06-06  7:38 UTC  (12+ messages)

perf: arch/x86/tests/amd-ibs-via-core-pmu.c:47:25: error: 'pmus' undeclared
 2023-06-06  7:37 UTC  (2+ messages)

[PATCH v2 0/3] drm/panel: add fannal c3004 panel
 2023-06-06  7:36 UTC  (5+ messages)
` [PATCH v2 3/3] drm/panel-fannal-c3003: Add fannal c3004 DSI panel

[PATCH v4 0/3] hw/i386/pc: Update max_cpus and default to SMBIOS
 2023-06-06  7:35 UTC  (3+ messages)
` [PATCH v4 2/3] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models

[PATCH v3 0/3] nolibc: add part2 of support for rv32
 2023-06-06  7:35 UTC  (4+ messages)
` [PATCH v3 1/3] tools/nolibc: fix up #error compile failures with -ENOSYS

[LTP] [PATCH] fcntl: fix lock type interpretation
 2023-06-06  7:35 UTC  (2+ messages)

WARNING: CPU: 5 PID: 1464 at drivers/gpu/drm/ttm/ttm_bo.c:326 ttm_bo_release+0x27e/0x2d0 [ttm]
 2023-06-06  7:34 UTC  (3+ messages)

[tj-wq:auto-cpu-intensive-v4] [workqueue] 6a97cb750b: WARNING:at_kernel/workqueue.c:#worker_enter_idle
 2023-06-06  7:32 UTC 

[PATCH] ALSA: ice1712,ice1724: fix the kcontrol->id initialization
 2023-06-06  7:31 UTC 

[PATCH] btrfs: add a test case to verify the scrub error reports
 2023-06-06  7:32 UTC 

[PATCH v14 00/10] TCG code quality tracking
 2023-06-06  7:30 UTC  (5+ messages)
` [PATCH v14 08/10] Adding info [tb-list|tb] commands to HMP (WIP)

[PATCH] ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
 2023-06-06  7:32 UTC 

[PATCH v2 4/5] block: Change memcpy_(to|from)_bvec to pass bvec by value
 2023-06-06  7:31 UTC  (2+ messages)

[RFC PATCH v1 0/4] Direct re-arming of buffers on receive side
 2023-06-06  7:31 UTC  (7+ messages)
` [PATCH v6 0/4] Recycle mbufs from Tx queue to Rx queue
  ` [PATCH v6 1/4] ethdev: add API for mbufs recycle mode

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-06  7:30 UTC  (3+ 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.