All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-08 19:55:37 to 2016-01-08 21:03:28 UTC [more...]

please pull in commit 0fcb04d59351f to stable@ 4.1+
 2016-01-08 21:03 UTC 

[Drbd-dev] [PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-08 20:50 UTC  (47+ messages)
` [Drbd-dev] [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [Drbd-dev] [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [Drbd-dev] [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [Drbd-dev] [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [Drbd-dev] [PATCH 05/35] fs: have ll_rw_block "
` [Drbd-dev] [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [Drbd-dev] [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [Drbd-dev] [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [Drbd-dev] [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [Drbd-dev] [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [Drbd-dev] [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [Drbd-dev] [PATCH 12/35] gfs2: "
` [Drbd-dev] [PATCH 13/35] xfs: "
` [Drbd-dev] [PATCH 14/35] hfsplus: "
` [Drbd-dev] [PATCH 15/35] mpage: "
` [Drbd-dev] [PATCH 16/35] nilfs: "
` [Drbd-dev] [PATCH 17/35] ocfs2: "
` [Drbd-dev] [PATCH 18/35] pm: "
` [Drbd-dev] [PATCH 19/35] dm: "
` [Drbd-dev] [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [Drbd-dev] [PATCH 21/35] bcache: set bi_op to REQ_OP
` [Drbd-dev] [PATCH 22/35] drbd: "
` [Drbd-dev] [PATCH 23/35] md/raid: "
` [Drbd-dev] [PATCH 24/35] xen: "
` [Drbd-dev] [PATCH 25/35] target: "
` [Drbd-dev] [PATCH 26/35] block: set op "
` [Drbd-dev] [PATCH 27/35] drivers: set request "
` [Drbd-dev] [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [Drbd-dev] [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [Drbd-dev] [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [Drbd-dev] [PATCH 31/35] block, fs: remove old REQ definitions
` [Drbd-dev] [PATCH 32/35] block: shrink bi_rw and bi_op
` [Drbd-dev] [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [Drbd-dev] [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [Drbd-dev] [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
` [PATCH 00/35 v2] separate operations from flags in the bio/request structs
    ` [Ocfs2-devel] "

[PATCH 1/6] QE: Add IC, SI and SIRAM document to device tree bindings
 2016-01-08 21:02 UTC  (6+ messages)
` [PATCH 2/6] QE: Add ucc hdlc document to bindings
` [PATCH 3/6] QE: Add uqe_serial "

[PATCH] Input: evdev - add ioctl cmd EVIOCGBUFSIZE to get buffer size
 2016-01-08 21:02 UTC  (8+ messages)

[PATCH 1/1] recv.2: equivalence to read
 2016-01-08 21:02 UTC 

perf list segfaults on the v4.4-rc8 (bisect log added)
 2016-01-08 21:01 UTC  (2+ messages)

[PATCH 1/3] TDM: Add maxim ds26522 document to bindings
 2016-01-08 20:58 UTC  (3+ messages)

parisc late boot crash in 4.4-rc, scsi-related
 2016-01-08 20:56 UTC 

[xen-unstable-smoke test] 77538: tolerable all pass - PUSHED
 2016-01-08 20:56 UTC 

[Qemu-devel] [PATCH 0/4] ppc: loadvm/savevm fixups for macio/DBDMA
 2016-01-08 20:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/4] macio: add dma_active to VMStateDescription

algif_hash bug?
 2016-01-08 20:55 UTC 

[PATCH 00/21] drm_event cleanup
 2016-01-08 20:53 UTC  (23+ messages)
` [PATCH 01/21] drm: kerneldoc for drm_fops.c
` [PATCH 02/21] drm: Add functions to setup/tear down drm_events
` [PATCH 03/21] drm/exynos: Use the new event init/free functions
` [PATCH 04/21] drm/vmwgfx: "
` [PATCH 05/21] drm: Create drm_send_event helpers
` [PATCH 06/21] drm/fsl: Remove preclose hook
` [PATCH 07/21] drm/armada: Remove NULL open/pre/postclose hooks
` [PATCH 08/21] drm/gma500: Remove empty preclose hook
` [PATCH 09/21] drm: Clean up pending events in the core
` [PATCH 10/21] drm/i915: Nuke intel_modeset_preclose
` [PATCH 11/21] drm/atmel: Nuke preclose
` [PATCH 12/21] drm/exynos: Remove event cancelling from postclose
` [PATCH 13/21] drm/imx: Unconfuse preclose logic
` [PATCH 14/21] drm/msm: Nuke preclose hooks
` [PATCH 15/21] drm/omap: Nuke close hooks
` [PATCH 16/21] drm/rcar: Nuke preclose hook
` [PATCH 17/21] drm/shmob: "
` [PATCH 18/21] drm/tegra: Stop cancelling page flip events
` [PATCH 19/21] drm/tilcdc: Nuke preclose hook
` [PATCH 20/21] drm/vc4: "
` [PATCH 21/21] drm/vmwgfx: "

[PATCH nft v2 1/6] tests/py: remove unused variables
 2016-01-08 20:51 UTC  (6+ messages)
` [PATCH nft v2 2/6] tests/py: fix style
` [PATCH nft v2 3/6] tests/py: simplify use of globals
` [PATCH nft v2 4/6] tests/py: convert chains and tables to objects
` [PATCH nft v2 5/6] tests/py: modify supported test file syntax
` [PATCH nft v2 6/6] tests/py: update test files syntax

[PATCH 0/2] Resume maintenance & development of arch/sh
 2016-01-08 20:52 UTC  (9+ messages)
` [PATCH 2/2] MAINTAINERS: remove linux-sh list from non-arch/sh sections

[patch] ext4: checking for NULL instead of IS_ERR
 2016-01-08 20:52 UTC  (3+ messages)

+ vmstat-allocate-vmstat_wq-before-it-is-used.patch added to -mm tree
 2016-01-08 20:52 UTC 

Source code review around jump label usage
 2016-01-08 20:51 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH] net-i40e: Replace variable initialisations by assignments in i40e_vc_get_vf_resources_msg()
  ` [Intel-wired-lan] net-i40e: Reconsider further usage of variable "i" "
    `  "

[PATCH net] bonding: Prevent IPv6 link local address on enslaved devices
 2016-01-08 20:51 UTC  (4+ messages)

AMD: amdgpu/radeonsi support for mobile FirePro?
 2016-01-08 20:35 UTC  (4+ messages)
`  "

+ vmstat-allocate-vmstat_wq-before-it-is-used.patch added to -mm tree
 2016-01-08 20:51 UTC 

[PATCH] PCI: Add quirk for Lite-On IT Corp. / Plextor M6e PCI Express
 2016-01-08 20:49 UTC  (2+ messages)

+ dax-add-support-for-fsync-msync-v8.patch added to -mm tree
 2016-01-08 20:48 UTC 

+ dax-fix-null-pointer-dereference-in-__dax_dbg.patch added to -mm tree
 2016-01-08 20:48 UTC 

Complments!!!!!!!!!!
 2016-01-08 20:43 UTC 

[PATCH net-next v3 0/8] net: break dependency of drivers on geneve and vxlan
 2016-01-08 20:47 UTC  (4+ messages)
` [PATCH net-next v3 8/8] geneve: break dependency to network drivers

[PATCH] update_font_cache: only scan system font directories
 2016-01-08 20:46 UTC 

[PATCH][RFC] arch-armv7ve.inc: respcet armv7a override as well
 2016-01-08 20:44 UTC  (7+ messages)
` [PATCHv2][RFC] arch-armv7ve.inc: respect "

[PATCH] kconfig: fix qconf segfault by deleting heap objects
 2016-01-08 20:44 UTC 

[PATCH 0/1] apple-gmux: Add initial documentation
 2016-01-08 20:42 UTC  (4+ messages)
` [PATCH 1/1] "

[alternative-merged] dax-fix-null-pointer-dereference-in-__dax_dbg.patch removed from -mm tree
 2016-01-08 20:41 UTC 

[RFC PATCH 0/5] vfs: support for a common kernel file loader (step 1)
 2016-01-08 20:36 UTC  (11+ messages)
` [RFC PATCH 1/5] vfs: define a generic function to read a file from the kernel
` [RFC PATCH 2/5] firmware: replace call to fw_read_file_contents() with kernel version

[PATCH 0/2] drivers/pci: use builtin_platform_driver in renesas
 2016-01-08 20:37 UTC  (3+ messages)

[PATCH 1/2] drivers: pata_octeon_cf : Switch IO mode depending on model number
 2016-01-08 20:37 UTC  (5+ messages)

[patch] ext4 crypto: unlock on error in ext4_set_encryption_metadata()
 2016-01-08 20:36 UTC  (3+ messages)

[PATCH] serial-uartlite: add earlycon support
 2016-01-08 20:34 UTC 

[PATCH v3 0/2] adding PCI support to AXS10x
 2016-01-08 20:33 UTC  (3+ messages)

[PATCH] serial-uartlite: fix missing locking in isr
 2016-01-08 20:33 UTC 

[to-be-updated] mm-soft-offline-exit-with-failure-for-non-anonymous-thp.patch removed from -mm tree
 2016-01-08 20:33 UTC 

[PATCH v1] mm: soft-offline: exit with failure for non anonymous thp
 2016-01-08 20:33 UTC  (3+ messages)

Locking in LED core really not needed or missing?
 2016-01-08 20:31 UTC 

[PATCH 00/10] drivers/pci: avoid module_init in non-modular host/pci*
 2016-01-08 20:31 UTC  (9+ messages)

[Drbd-dev] [PATCH] drivers: block: drbd: remove unused macros
 2015-12-27 14:18 UTC 

[qemu-upstream-4.2-testing test] 77399: regressions - FAIL
 2016-01-08 20:30 UTC 

[PATCH] net: phy: Support for non-HW interrupt devices
 2016-01-08 20:30 UTC  (6+ messages)

WANTED new maintainer for Linux/md (and mdadm)
 2016-01-08 20:28 UTC  (5+ messages)
` [dm-devel] "

[PATCH] sched_setattr.2: callee's affinity matters, not caller's one
 2016-01-08 20:27 UTC  (2+ messages)

[PATCH 1/1] scsi: scsi_transport_fc: Fix a bug in the error handling function
 2016-01-08 20:26 UTC  (6+ messages)

[PATCH] pinctrl: qcom: spmi-mpp: Skip pullup on ULT type MPPs
 2016-01-08 20:25 UTC  (2+ messages)

+ mm-soft-offline-exit-with-failure-for-non-anonymous-thp.patch added to -mm tree
 2016-01-08 20:25 UTC 

[PATCH] drm: Release driver references to handle before making it available again
 2016-01-08 20:25 UTC 

[<OE-core][PATCH v2 1/4] weston-init: Handle Weston startup correctly
 2016-01-08 20:24 UTC  (7+ messages)

NFS v4, are special steps required for uid/gid to work, even if they are the same on server and client?
 2016-01-08 20:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/9] ahci: atapi qtests
 2016-01-08 20:23 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 5/9] libqos: allow zero-size allocations
` [Qemu-devel] [PATCH v2 7/9] libqos/ahci: add ahci_exec
` [Qemu-devel] [PATCH v2 8/9] qtest/ahci: ATAPI data tests
` [Qemu-devel] [PATCH v2 9/9] libqos/ahci: organize header

[Qemu-devel] [PATCH 2/8] ipmi: add get and set SENSOR_TYPE commands
 2016-01-08 20:23 UTC  (2+ messages)

[RFD] CAT user space interface revisited
 2016-01-08 20:21 UTC  (9+ messages)

[Qemu-devel] [PATCH 3/8] ipmi: add GET_SYS_RESTART_CAUSE chassis command
 2016-01-08 20:21 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/8] ipmi: fix SDR length value
 2016-01-08 20:20 UTC  (4+ messages)

[PATCH v2] PCI: hisi: Add support for HiSilicon Hip06 PCIe host bridge controllers
 2016-01-08 20:20 UTC  (2+ messages)

[Qemu-devel] [PATCH 7/8] ipmi: introduce an ipmi_bmc_init_sensor() API
 2016-01-08 20:18 UTC  (2+ messages)

imxfb does not turn on automatically
 2016-01-08 20:18 UTC  (3+ messages)

Recent spontaneous reboots on multiple machines
 2016-01-08 20:18 UTC  (2+ messages)

CISCO IP PHONES AND CPU's
 2016-01-08 18:17 UTC 

CISCO IP PHONES AND CPU's
 2016-01-08 18:17 UTC  (2+ messages)

[PATCH] drivers:pci Fix all whitespace issues
 2016-01-08 20:14 UTC  (5+ messages)

[qemu-upstream-4.3-testing test] 77398: regressions - FAIL
 2016-01-08 20:14 UTC 

Should notes handle replace commits?
 2016-01-08 20:09 UTC  (2+ messages)

[PATCH 00/10] use the $( ... ) construct for command substitution
 2016-01-08 20:07 UTC  (3+ messages)
` [PATCH 10/10] t/t9001-send-email.sh: get rid of unnecessary backquotes

[PATCH 1/1] Add "CVE:" tag to current patches in OE-core
 2016-01-08 12:03 UTC 

[Qemu-devel] [PATCH v2] ide: ahci: reset ncq object to unused on error
 2016-01-08 20:07 UTC  (2+ messages)

[PATCH] regulator: max8973: add THERMAL_OF dependency
 2016-01-08 20:06 UTC  (3+ messages)

[PATCH v4.4-rc8 0/7] isdn: eicon: Silence frame size warnings
 2016-01-08 20:05 UTC  (5+ messages)
` [PATCH v4.4-rc8 5/7] isdn: eicon: divasfunc: Silence frame size warning
` [PATCH v4.4-rc8 6/7] isdn: eicon: diddfunc: "

[PATCH] ata: add AMD Seattle platform driver
 2016-01-08 19:59 UTC  (3+ messages)

[PATCH 0/2] Last minute 4.4 fixes
 2016-01-08 19:29 UTC  (3+ messages)
` [PATCH 1/2] drm/vmwgfx: Fix an incorrect lock check
` [PATCH 2/2] drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates

[PATCH v4.4-rc8 v2] dmaengine: ioatdma: Squelch framesize warnings
 2016-01-08 19:58 UTC  (4+ messages)
` [PATCH v4.4-rc8 v3] "

[meta-networking][PATCH 1/1] xl2tpd: modify recipes to avoid forced internet access
 2016-01-08 19:57 UTC 

[PATCH 1/2] virtio_balloon: fix race by fill and leak
 2016-01-08 19:56 UTC  (6+ messages)
` [PATCH 2/2] virtio_balloon: fix race between migration and ballooning

[PATCH V2 1/5] net/ethtool: introduce a new ioctl for per queue setting
 2016-01-08 19:55 UTC  (4+ messages)
` [PATCH V2 5/5] i40e/ethtool: support coalesce setting by queue


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.