linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-17 23:35:07 to 2018-04-26 15:11:21 UTC [more...]

remove PCI_DMA_BUS_IS_PHYS V2
 2018-04-26 15:11 UTC  (10+ messages)
  ` [PATCH 1/5] scsi: reduce use of block bounce buffers
  ` [PATCH 2/5] ide: kill ide_toggle_bounce
  ` [PATCH 3/5] ide: remove the PCI_DMA_BUS_IS_PHYS check
  ` [PATCH 4/5] net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma
  ` [PATCH 5/5] PCI: remove PCI_DMA_BUS_IS_PHYS

simplify procfs code for seq_file instances V2
 2018-04-26  1:45 UTC  (43+ messages)
` [PATCH 01/40] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/40] proc: simplify proc_register calling conventions
` [PATCH 03/40] proc: add a proc_create_reg helper
` [PATCH 04/40] proc: introduce proc_create_seq{,_data}
` [PATCH 05/40] proc: introduce proc_create_seq_private
` [PATCH 06/40] proc: introduce proc_create_single{,_data}
` [PATCH 07/40] ipv{4,6}/udp{,lite}: simplify proc registration
` [PATCH 08/40] ipv{4,6}/tcp: simplify procfs registration
` [PATCH 09/40] ipv{4,6}/ping: simplify proc file creation
` [PATCH 10/40] ipv{4, 6}/raw: simplify ѕeq_file code
` [PATCH 11/40] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 12/40] net/kcm: simplify proc registration
` [PATCH 13/40] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 14/40] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 15/40] proc: introduce proc_create_net{,_data}
` [PATCH 16/40] proc: introduce proc_create_net_single
` [PATCH 17/40] acpi/battery: simplify procfs code
` [PATCH 18/40] sgi-gru: "
` [PATCH 19/40] megaraid: "
` [PATCH 20/40] sg: "
` [PATCH 21/40] afs: "
` [PATCH 22/40] ext4: "
` [PATCH 23/40] jfs: "
` [PATCH 24/40] staging/rtl8192u: "
` [PATCH 25/40] resource: switch to proc_create_seq_data
` [PATCH 26/40] drbd: switch to proc_create_single
` [PATCH 27/40] rtc/proc: switch to proc_create_single_data
` [PATCH 28/40] bonding: switch to proc_create_seq_data
` [PATCH 29/40] hostap: switch to proc_create_{seq,single}_data
` [PATCH 30/40] neigh: switch to proc_create_seq_data
` [PATCH 31/40] netfilter/xt_hashlimit: switch to proc_create_{seq, single}_data
` [PATCH 32/40] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 33/40] bluetooth: switch to proc_create_seq_data
` [PATCH 34/40] atm: simplify procfs code
` [PATCH 35/40] atm: switch to proc_create_seq_private
` [PATCH 36/40] isdn: replace ->proc_fops with ->proc_show
` [PATCH 37/40] proc: don't detour through seq->private to get the inode
` [PATCH 38/40] ide: remove ide_driver_proc_write
` [PATCH 39/40] ide: replace ->proc_fops with ->proc_show
` [PATCH 40/40] tty: "

simplify procfs code for seq_file instances
 2018-04-25 21:24 UTC  (58+ messages)
` [PATCH 01/39] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/39] proc: introduce proc_create_seq{,_data}
` [PATCH 03/39] proc: introduce proc_create_seq_private
` [PATCH 04/39] proc: introduce proc_create_single{,_data}
` [PATCH 05/39] ipv{4, 6}/udp{, lite}: simplify proc registration
` [PATCH 06/39] ipv{4, 6}/tcp: simplify procfs registration
` [PATCH 07/39] ipv{4, 6}/ping: simplify proc file creation
` [PATCH 08/39] ipv{4,6}/raw: simplify ѕeq_file code
` [PATCH 09/39] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 10/39] net/kcm: simplify proc registration
` [PATCH 11/39] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 12/39] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 13/39] proc: introduce proc_create_net{,_data}
` [PATCH 14/39] proc: introduce proc_create_net_single
` [PATCH 15/39] acpi/battery: simplify procfs code
` [PATCH 16/39] ipmi: "
` [PATCH 17/39] sgi-gru: "
` [PATCH 18/39] megaraid: "
` [PATCH 19/39] sg: "
` [PATCH 20/39] afs: "
` [PATCH 21/39] ext4: "
` [PATCH 22/39] jfs: "
` [PATCH 23/39] staging/rtl8192u: "
` [PATCH 24/39] resource: switch to proc_create_seq_data
` [PATCH 25/39] drbd: switch to proc_create_single
` [PATCH 26/39] rtc/proc: switch to proc_create_single_data
` [PATCH 27/39] bonding: switch to proc_create_seq_data
` [PATCH 28/39] hostap: switch to proc_create_{seq,single}_data
` [PATCH 29/39] neigh: switch to proc_create_seq_data
` [PATCH 30/39] netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
` [PATCH 31/39] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 32/39] bluetooth: switch to proc_create_seq_data
` [PATCH 33/39] atm: simplify procfs code
` [PATCH 34/39] atm: switch to proc_create_seq_private
` [PATCH 35/39] isdn: replace ->proc_fops with ->proc_show
` [PATCH 36/39] proc: don't detour through seq->private to get the inode
` [PATCH 37/39] ide: remove ide_driver_proc_write
` [PATCH 38/39] ide: replace ->proc_fops with ->proc_show
` [PATCH 39/39] tty: "

[GIT PULL] SCSI fixes for 4.17-rc2
 2018-04-25 21:17 UTC  (2+ messages)

[PATCH] aacraid: Correct hba_send to include iu_type
 2018-04-25 20:37 UTC  (2+ messages)

Regression 4.17-rc1: SSD doesn’t properly resume causing system hang (NULL pointer dereference)
 2018-04-25 12:34 UTC  (11+ messages)
` Regression 4.17-rc1: SSD doesnʼt "
    ` Regression 4.17-rc1: SSD doesn "

[PATCH] scsi: isci: remove redundant check on in_connection_align_insertion_frequency
 2018-04-25 10:58 UTC 

[PATCH 4.14 071/183] scsi: devinfo: fix format of the device list
 2018-04-25 10:34 UTC 

[PATCH 0/3] Fix UFS and devfreq interaction
 2018-04-24 22:14 UTC  (13+ messages)
` [PATCH 1/3] PM / devfreq: Actually support providing freq_table
      `  "
` [PATCH 2/3] scsi: ufs: Extract devfreq registration
` [PATCH 3/3] scsi: ufs: Use freq table with devfreq

[PATCH v9 0/5] scsi: ufs: add ufs driver code for Hisilicon Hi3660 SoC
 2018-04-24 13:54 UTC  (4+ messages)
` [PATCH v9 2/5] dt-bindings: scsi: ufs: add document for hisi-ufs
    ` 答复: "

[PATCH] mptlan: fix mpt_lan_sdu_send()'s return type
 2018-04-24 13:15 UTC 

[PATCH] [SCSI] mpt3sas: Fix secure erase premature termination
 2018-04-24 12:33 UTC  (9+ messages)
` [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v2)

[PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v3)
 2018-04-24  7:25 UTC  (5+ messages)
` [PATCH] [SCSI] mpt3sas: Fix secure erase premature termination (v4)

[PATCH] bsg referencing bus driver module
 2018-04-23 18:38 UTC  (5+ messages)

[RESEND PATCH v1 2/2] trace: events: block: Add tag in block trace events
 2018-04-23 13:34 UTC  (3+ messages)

[RESEND PATCH v1 1/2] trace: events: scsi: Add tag in SCSI trace events
 2018-04-23 12:58 UTC  (2+ messages)

[PATCH v3 0/6] scsi: handle special return codes for ABORTED COMMAND
 2018-04-23  9:33 UTC  (14+ messages)
` [PATCH v3 1/6] ilog2: create truly constant version for sparse
` [PATCH v3 2/6] scsi: use const_ilog2 for array indices
` [PATCH v3 3/6] scsi: devinfo: change blist_flag_t to 64bit
` [PATCH v3 4/6] scsi: devinfo: warn on undefined blist flags
` [PATCH v3 5/6] scsi: devinfo: add BLIST_RETRY_ITF for EMC Symmetrix
` [PATCH v3 6/6] scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUS

[Patch v2] Storvsc: Select channel based on available percentage of ring buffer to write
 2018-04-22 18:53 UTC  (4+ messages)

usercopy whitelist woe in scsi_sense_cache
 2018-04-21  8:43 UTC  (23+ messages)

[PATCH] [v2] scsi: ips: fix firmware timestamps for 32-bit
 2018-04-20 23:38 UTC  (2+ messages)

[PATCH] [RESEND 2] scsi: esas2r: use ktime_get_real_seconds()
 2018-04-20 23:34 UTC  (2+ messages)

[PATCH][V2] isci: Fix infinite loop in while loop
 2018-04-20 23:24 UTC  (2+ messages)

[PATCH v2] target: Fix Fortify_panic kernel exception
 2018-04-20 23:09 UTC  (2+ messages)

[PATCH 1/2] scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probe
 2018-04-20 22:38 UTC  (2+ messages)

[PATCH v2] storvsc: Set up correct queue depth values for IDE devices
 2018-04-20 19:36 UTC  (6+ messages)

[PATCH] isci: Fix infinite loop in while loop
 2018-04-20  9:57 UTC  (3+ messages)

[PATCH 1/1] scsi/ufs: qcom: Don't enable PHY_QCOM_UFS by default
 2018-04-19 18:51 UTC  (7+ messages)

[LSF/MM TOPIC] Extended copy
 2018-04-19 18:13 UTC 

remove PCI_DMA_BUS_IS_PHYS
 2018-04-19  4:29 UTC  (5+ messages)
` [PATCH 01/12] iscsi_tcp: don't set a bounce limit
` [PATCH 02/12] storsvc: "

[PATCH] scsi: mptfc: fix spelling mistake in macro names
 2018-04-19  4:09 UTC  (2+ messages)

[PATCH] blk-mq: Clear out elevator private data
 2018-04-18  8:47 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).