All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-16 14:55:50 to 2020-11-16 15:06:06 UTC [more...]

[dm-devel] cleanup updating the size of block devices v3
 2020-11-16 15:05 UTC  (168+ messages)
`  "
` [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
` [PATCH 03/78] nvme: "
` [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
` [PATCH 06/78] nbd: remove the call to set_blocksize
` [PATCH 07/78] nbd: move the task_recv check into nbd_size_update
` [PATCH 08/78] nbd: refactor size updates
` [dm-devel] [PATCH 09/78] nbd: validate the block size in nbd_set_size
  `  "
` [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 13/78] pktcdvd: "
` [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 18/78] zram: "
` [PATCH 19/78] dm-raid: "
` [PATCH 20/78] md: "
` [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 22/78] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 23/78] block: unexport revalidate_disk_size
  ` [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] "
` [PATCH 26/78] block: add a new set_read_only method
` [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing
` [dm-devel] [PATCH 28/78] md: "
  `  "
` [PATCH 29/78] dasd: "
` [PATCH 30/78] block: don't call into the driver for BLKROSET
  ` [dm-devel] "
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 32/78] block: remove set_device_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
  ` [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] "
` [PATCH 37/78] block: split block_class_lock
` [PATCH 38/78] block: rework requesting modules for unclaimed devices
` [PATCH 39/78] block: add an optional probe callback to major_names
` [PATCH 40/78] ide: remove ide_{,un}register_region
  ` [dm-devel] "
` [PATCH 41/78] swim: don't call blk_register_region
  ` [dm-devel] "
` [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
  ` [dm-devel] "
` [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand
  ` [dm-devel] "
` [PATCH 44/78] loop: "
  ` [dm-devel] "
` [PATCH 45/78] md: "
  ` [dm-devel] "
` [dm-devel] [PATCH 46/78] ide: switch to __register_blkdev for command set probing
  `  "
` [dm-devel] [PATCH 47/78] floppy: use a separate gendisk for each media format
  `  "
` [dm-devel] [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
  ` [dm-devel] "
` [dm-devel] [PATCH 50/78] z2ram: reindent
  `  "
` [PATCH 51/78] z2ram: use separate gendisk for the different modes
  ` [dm-devel] "
` [PATCH 52/78] block: switch gendisk lookup to a simple xarray
  ` [dm-devel] "
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
  ` [dm-devel] "
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
  ` [dm-devel] "
` [dm-devel] [PATCH 55/78] block: change the hash used for looking up block devices
  `  "
` [dm-devel] [PATCH 56/78] init: refactor name_to_dev_t
  `  "
` [dm-devel] [PATCH 57/78] init: refactor devt_from_partuuid
  `  "
` [dm-devel] [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
  ` [dm-devel] "
` [PATCH 60/78] zram: remove the claim mechanism
  ` [dm-devel] "
` [PATCH 61/78] zram: do not call set_blocksize
  ` [dm-devel] "
` [PATCH 62/78] loop: "
  ` [dm-devel] "
` [PATCH 63/78] bcache: remove a superflous lookup_bdev all
  ` [dm-devel] "
` [dm-devel] [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
  `  "
` [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
  ` [dm-devel] "
` [PATCH 66/78] block: keep a block_device reference for each hd_struct
  ` [dm-devel] "
` [PATCH 67/78] block: simplify the block device claiming interface
  ` [dm-devel] "
` [PATCH 68/78] block: remove ->bd_contains
  ` [dm-devel] "
` [dm-devel] [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
  `  "
` [dm-devel] [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
  `  "
` [dm-devel] [PATCH 71/78] block: add a bdev_kobj helper
  `  "
` [dm-devel] [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
  `  "
` [PATCH 73/78] block: use put_device in put_disk
  ` [dm-devel] "
` [dm-devel] [PATCH 74/78] block: merge struct block_device and struct hd_struct
  `  "
` [dm-devel] [PATCH 75/78] block: stop using bdget_disk for partition 0
  `  "
` [dm-devel] [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently
  `  "
` [dm-devel] [PATCH 77/78] fs: simplify the get_super_thawed interface
  `  "
` [dm-devel] [PATCH 78/78] block: remove i_bdev
  `  "

[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 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 v6] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
 2020-11-16 15:02 UTC  (4+ messages)

[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

[RFC PATCH v2 0/4] Add Microchip PolarFire Soc Support
 2020-11-16 15:01 UTC  (3+ messages)
` [RFC PATCH v2 2/4] dt-bindings: riscv: microchip: Add YAML documentation for the PolarFire SoC

[RFC 00/11] arm64: coresight: Enable ETE and TRBE
 2020-11-16 15:00 UTC  (3+ messages)

[PATCH v2 0/6] Add AHCI support for Tegra186
 2020-11-16 15:00 UTC  (3+ messages)
` [PATCH v2 3/6] dt-bindings: ata: tegra: Convert binding documentation to YAML

[yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions
 2020-11-16 14:59 UTC 

[yocto-autobuilder-helper PATCH] config.json: drop redundant meta-kernel mentions
 2020-11-16 14:59 UTC 

[PATCH v2 0/3] media: i2c: Introduce driver for the TW9900 decoder
 2020-11-16 14:58 UTC  (3+ messages)
` [PATCH v2 2/3] media: dt-bindings: media: i2c: Add bindings for TW9900

[PATCH] arm64: dts: qcom: sc7180-trogdor: add "pen-insert" label for trogdor
 2020-11-16 14:57 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: vgic: Fix handling of userspace register accesses
 2020-11-16 14:57 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: vgic: Forbid invalid userspace Redistributor accesses

[PATCH] ARM: head.S: explicitly map DT even if it lives in the first physical section
 2020-11-16 14:56 UTC 

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

[U-Boot] Booting on RK3399
 2020-11-16 14:55 UTC  (11+ messages)
              ` [U-Boot] Booting on RK3399[Please note, mail behalf by sjg@google.com]
                  `  "

[PATCH v3 0/7] crypto: sun4i-ss: prevent always fallback for ciphers
 2020-11-16 14:54 UTC  (3+ messages)
` [PATCH v3 2/7] crypto: sun4i-ss: checking sg length is not sufficient


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.