All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-16 15:01:47 to 2020-11-16 15:20:27 UTC [more...]

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2020-11-16 15:20 UTC 

[dm-devel] cleanup updating the size of block devices v3
 2020-11-16 15:05 UTC  (125+ messages)
`  "
` [dm-devel] [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change
  `  "
` [PATCH 02/78] loop: let set_capacity_revalidate_and_notify update the bdev size
` [dm-devel] [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk
  `  "
` [PATCH 05/78] block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
` [dm-devel] [PATCH 06/78] nbd: remove the call to set_blocksize
  `  "
` [dm-devel] [PATCH 07/78] nbd: move the task_recv check into nbd_size_update
  `  "
` [dm-devel] [PATCH 08/78] nbd: refactor size updates
  `  "
` [PATCH 09/78] nbd: validate the block size in nbd_set_size
  ` [dm-devel] "
` [PATCH 10/78] nbd: use set_capacity_and_notify
` [dm-devel] [PATCH 11/78] aoe: don't call set_capacity from irq context
  `  "
` [PATCH 12/78] dm: use set_capacity_and_notify
` [PATCH 14/78] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 15/78] drbd: use set_capacity_and_notify
` [PATCH 16/78] rbd: "
` [PATCH 17/78] rnbd: "
` [PATCH 20/78] md: "
` [dm-devel] [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size
  `  "
` [dm-devel] [PATCH 22/78] virtio-blk: remove a spurious call to revalidate_disk_size
  `  "
` [PATCH 23/78] block: unexport revalidate_disk_size
  ` [dm-devel] "
` [dm-devel] [PATCH 24/78] mtd_blkdevs: don't override BLKFLSBUF
  `  "
` [PATCH 25/78] block: don't call into the driver for BLKFLSBUF
  ` [dm-devel] "
` [dm-devel] [PATCH 26/78] block: add a new set_read_only method
  `  "
` [dm-devel] [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing
  `  "
` [dm-devel] [PATCH 28/78] md: "
  `  "
` [dm-devel] [PATCH 29/78] dasd: "
  `  "
` [PATCH 30/78] block: don't call into the driver for BLKROSET
  ` [dm-devel] "
` [dm-devel] [PATCH 31/78] loop: use set_disk_ro
  `  "
` [dm-devel] [PATCH 32/78] block: remove set_device_ro
  `  "
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
  ` [dm-devel] "
` [dm-devel] [PATCH 34/78] block: propagate BLKROSET to all partitions
  `  "
` [dm-devel] [PATCH 35/78] block: cleanup del_gendisk a bit
  `  "
` [PATCH 36/78] block: open code kobj_map into in block/genhd.c
  ` [dm-devel] "
` [dm-devel] [PATCH 37/78] block: split block_class_lock
  `  "
` [dm-devel] [PATCH 38/78] block: rework requesting modules for unclaimed devices
  `  "
` [dm-devel] [PATCH 39/78] block: add an optional probe callback to major_names
  `  "
` [PATCH 40/78] ide: remove ide_{,un}register_region
` [PATCH 41/78] swim: don't call blk_register_region
` [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand
` [PATCH 44/78] loop: "
` [PATCH 45/78] md: "
` [PATCH 46/78] ide: switch to __register_blkdev for command set probing
` [PATCH 47/78] floppy: use a separate gendisk for each media format
` [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 49/78] ataflop: use a separate gendisk for each media format
` [PATCH 50/78] z2ram: reindent
` [PATCH 51/78] z2ram: use separate gendisk for the different modes
` [PATCH 52/78] block: switch gendisk lookup to a simple xarray
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
` [PATCH 55/78] block: change the hash used for looking up block devices
` [PATCH 56/78] init: refactor name_to_dev_t
` [PATCH 57/78] init: refactor devt_from_partuuid
` [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize
` [PATCH 62/78] loop: "
` [PATCH 63/78] bcache: remove a superflous lookup_bdev all
` [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
  ` [dm-devel] "
` [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
` [PATCH 66/78] block: keep a block_device reference for each hd_struct
` [PATCH 67/78] block: simplify the block device claiming interface
` [PATCH 68/78] block: remove ->bd_contains
` [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
` [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
` [PATCH 71/78] block: add a bdev_kobj helper
` [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 73/78] block: use put_device in put_disk
` [PATCH 74/78] block: merge struct block_device and struct hd_struct
` [PATCH 75/78] block: stop using bdget_disk for partition 0
` [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently
` [PATCH 77/78] fs: simplify the get_super_thawed interface

[RFC PATCH 0/3] Make overlayfs volatile mounts reusable
 2020-11-16 15:20 UTC  (4+ messages)
` [RFC PATCH 3/3] overlay: Add the ability to remount volatile directories when safe

[PATCH v3] ACPI: platform-profile: Add platform profile support
 2020-11-16 15:19 UTC  (5+ messages)
  ` [External] "

[PATCH 0/4] [RFC] rk3328 usb3 phy driver
 2020-11-16 15:17 UTC  (5+ messages)
` [PATCH 1/4] phy: rockchip: add rockchip usb3 innosilicon "
` [PATCH 2/4] usb: dwc3: add rockchip innosilicon usb3 glue layer
` [PATCH 3/4] arm64: dts: rockchip: add rk3328 usb3 and usb3phy nodes
` [PATCH 4/4] arm64: dts: rockchip: enable usb3 on rk3328-roc-cc board

RFC: auto-enabling parallel-checkout on NFS
 2020-11-16 15:19 UTC  (2+ messages)

Adventures in NFS re-exporting
 2020-11-16 15:18 UTC  (10+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs
 2020-11-16 15:18 UTC 

[PATCH] drm/amdgpu: remove experimental flag from arcturus
 2020-11-16 15:17 UTC  (2+ messages)

[PATCH 2/5 v16] ARM: Replace string mem* functions for KASan
 2020-11-16 15:16 UTC  (12+ messages)

[PATCH] btrfs: remove the useless value assignment in block_rsv_release_bytes
 2020-11-16 15:15 UTC  (2+ messages)

[PATCH] btrfs: remove the useless value assignment in btrfs_defrag_file
 2020-11-16 15:13 UTC  (2+ messages)

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-16 15:15 UTC  (7+ messages)
` [PATCH mm v3 09/19] kasan: open-code kasan_unpoison_slab
` [PATCH mm v3 10/19] kasan: inline (un)poison_range and check_invalid_free
` [PATCH mm v3 11/19] kasan: add and integrate kasan boot parameters

[RFC PATCH v2] MIPS: Kconfig: Select ARCH_WANT_FRAME_POINTERS
 2020-11-16 15:14 UTC  (2+ messages)

[PATCH v12 01/15] iommu: Introduce attach/detach_pasid_table API
 2020-11-16 15:14 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs
 2020-11-16 15:14 UTC 

[PATCH] kernel-devsrc: improve reproducibility for arm64
 2020-11-16 15:14 UTC  (3+ messages)
` [OE-core] "

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-16 15:14 UTC  (3+ messages)

[RFC PATCH] clk: rework clk_register to use the clk_hw API
 2020-11-16 15:13 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2020-11-16 15:14 UTC 

[Intel-gfx] [PATCH] drm/i915/selftests: Fix wrong return value of perf_request_latency()
 2020-11-16 14:35 UTC 

[Intel-gfx] [PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-16 10:18 UTC  (2+ messages)
` [Intel-gfx] [PATCH v4 05/27] drm: fix some "

[Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel (fwd)
 2020-11-15 16:33 UTC 

[Intel-gfx] [PATCH] drm/i915/selftests: Fix wrong return value of perf_series_engines()
 2020-11-16 14:41 UTC 

[Intel-gfx] USB-C DP mode problem on linux
 2020-11-15 15:45 UTC  (5+ messages)

[PATCHv1 0/4] Extend FPGA manager and region drivers for
 2020-11-16 15:11 UTC  (7+ messages)
` [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

post-receive: pub/scm/linux/kernel/git/ardb/linux
 2020-11-16 15:12 UTC 

[PATCH bpf-next 1/2] bpf: Add bpf_lsm_set_bprm_opts helper
 2020-11-16 15:11 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs
 2020-11-16 15:11 UTC 

post-receive: pub/scm/linux/kernel/git/xiang/erofs
 2020-11-16 15:10 UTC 

[PATCH v5 8/8] rpmsg: Turn name service into a stand alone driver
 2020-11-16 15:10 UTC  (11+ messages)

[Intel-gfx] [RFC i-g-t 0/5] User friendly lsgpu/intel_gpu_top device listing
 2020-11-16 15:09 UTC  (5+ messages)
` [Intel-gfx] [RFC i-g-t 3/5] lib/igt_device_scan: Remember PCI card index after scanning
      ` [igt-dev] "

UPS Invoice Notification
 2020-11-16 15:08 UTC 

[PATCH] ARM: dts: rockchip: rename wdt nodename to watchdog in rv1108.dtsi
 2020-11-16 15:07 UTC 

[PATCH v4 27/27] scripts: kernel-doc: validate kernel-doc markup with the actual names
 2020-11-16 15:06 UTC  (3+ messages)

[PATCH 2/2] usb: gadget: Fix memleak in gadgetfs_fill_super
 2020-11-16 15:06 UTC  (3+ messages)

[PATCH 0/2] tools/bootconfig: Align the bootconfig applied initrd
 2020-11-16 15:06 UTC  (3+ messages)
` [PATCH 1/2] tools/bootconfig: Align the bootconfig applied initrd image size to 4
` [PATCH 2/2] Documentation: bootconfig: Update file format on initrd image

[ arm ] BUG: KASAN: stack-out-of-bounds in save_trace+0xf8/0x14c
 2020-11-16 15:06 UTC 

[Buildroot] [PATCH] package/rauc: disable systemd for host build
 2020-11-16 15:06 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.08.x] package/rauc: disable systemd for host build
 2020-11-16 15:06 UTC 

[PATCH v2 0/3] Bug Fixes to Tap Delay code in SDHCI Arasan driver
 2020-11-16 15:04 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2020-11-16 15:06 UTC 

[PATCH 1/2] mm: slub: call account_slab_page() after slab page initialization
 2020-11-16 15:03 UTC  (6+ messages)
` [PATCH 2/2] mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT

[Buildroot] [git commit branch/2020.02.x] package/rauc: disable systemd for host build
 2020-11-16 15:06 UTC 

[Buildroot] [PATCH] toolchain/toolchain-external/toolchain-external-arm-arm: add dependency on NEON
 2020-11-16 15:05 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] toolchain/toolchain-external/toolchain-external-arm-arm: add dependency on NEON
 2020-11-16 15:05 UTC 

[Buildroot] [git commit branch/2020.08.x] toolchain/toolchain-external/toolchain-external-arm-arm: add dependency on NEON
 2020-11-16 15:05 UTC 

[PATCH v2 00/13] Introduce seqnum_ops
 2020-11-16 14:58 UTC  (5+ messages)
` [PATCH v2 01/13] seqnum_ops: Introduce Sequence Number Ops

[PATCH v7] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
 2020-11-16 15:02 UTC 

[GIT PULL] TI changes for v2021.01-rc3
 2020-11-16 15:03 UTC 

[PATCH v6] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
 2020-11-16 15:02 UTC  (4+ messages)

[PATCH net-next v3 0/5] Support for RollBall 10G copper SFP modules
 2020-11-16 15:02 UTC  (4+ messages)
` [PATCH net-next v3 4/5] net: phy: marvell10g: change MACTYPE if underlying MAC does not support it

[PATCH v3 0/2] Enable Hi3559A SOC clock
 2020-11-16 15:02 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: Document the hi3559a clock bindings

[PATCH v2 0/6] microblaze: Cleanup series
 2020-11-16 15:02 UTC  (7+ messages)
` [PATCH v2 1/6] microblaze: Clean config file from ifdef mess
` [PATCH v2 2/6] microblaze: Simplify cache handling
` [PATCH v2 3/6] microblaze: Get rid of xparameters.h
` [PATCH v2 4/6] microblaze: Remove CONFIG_SYS_FDT_SIZE
` [PATCH v2 5/6] microblaze: Unify of setting for SPL_NOR/XIP support
` [PATCH v2 6/6] microblaze: Detect NOR flash based on DT


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.