messages from 2016-09-28 15:41:11 to 2016-10-06 09:48:02 UTC [more...]
Source code review around jump label usage
2016-10-06 9:48 UTC (158+ messages)
` [PATCH 0/4] block-virtio: Fine-tuning for two function implementations
` [PATCH 1/4] virtio_blk: Use kmalloc_array() in init_vq()
` [PATCH 2/4] virtio_blk: Less function calls in init_vq() after error detection
` "
` virtio_blk: Clarification for communication difficulties?
` [PATCH 3/4] virtio_blk: Delete an unnecessary initialisation in init_vq()
` [PATCH 4/4] virtio_blk: Rename a jump label in virtblk_get_id()
` "
` [PATCH 0/5] ISDN-Gigaset: Fine-tuning for three function implementations
` [PATCH 1/5] ISDN-Gigaset: Use kmalloc_array() in two functions
` ISDN-Gigaset: Fine-tuning for three function implementations
` [PATCH 00/16] md/bitmap: Fine-tuning for several "
` [PATCH 01/16] md/bitmap: Use kmalloc_array() in bitmap_storage_alloc()
` [PATCH 08/16] md/bitmap: Rename a jump label in location_store()
` [PATCH 00/10] md/dm-crypt: Fine-tuning for five function implementations
` [PATCH 03/10] md/dm-crypt: Rename a jump label in crypt_message()
` [dm-devel] "
` md/dm-crypt: Rename a jump label in crypt_message() ?
` [PATCH 04/10] md/dm-crypt: Delete an unnecessary variable initialisation in crypt_message()
` [PATCH 05/10] md/dm-crypt: Rename a jump label in crypt_set_key()
` [dm-devel] "
` [PATCH 06/10] md/dm-crypt: Delete an unnecessary variable initialisation "
` [PATCH 07/10] md/dm-crypt: Rename a jump label in crypt_iv_tcw_whitening()
` [PATCH 08/10] md/dm-crypt: Return directly after a failed crypto_alloc_ahash() in crypt_iv_essiv_ctr
` [PATCH 09/10] md/dm-crypt: Two checks and one function call less in crypt_iv_essiv_ctr() after error
` [PATCH 10/10] md/dm-crypt: Delete unnecessary variable initialisations in crypt_iv_essiv_ctr()
` [PATCH 00/10] dm snapshot: Fine-tuning for several function implementations
` [PATCH 01/10] dm snapshot: Use kmalloc_array() in init_origin_hash()
` dm snapshot: Use kmalloc_array() in init_origin_hash() ?
` dm snapshot: Use kmalloc_array() in init_origin_hash()
` [PATCH 02/10] dm snapshot: Delete two error messages for a failed memory allocation
` [PATCH 03/10] dm snapshot: Delete an unnecessary variable initialisation in snapshot_map()
` [PATCH 04/10] dm snapshot: Rename a jump label in pending_complete()
` [PATCH 05/10] dm snapshot: Delete unnecessary variable initialisations "
` [PATCH 06/10] dm snapshot: Delete an unnecessary variable initialisation in snapshot_ctr()
` [PATCH 07/10] dm snapshot: Delete an unnecessary variable initialisation in merge_callback()
` [PATCH 08/10] dm snapshot: Delete an unnecessary variable initialisation in remove_single_exception_
` [PATCH 09/10] dm snapshot: Combine substrings for seven error messages
` [PATCH 10/10] dm snapshot: Delete five unwanted spaces behind "list_for_each_entry"
` [PATCH 00/15] md-cluster: Fine-tuning for ten function implementations
` [PATCH 01/15] md-cluster: Use kcalloc() in lock_all_bitmaps()
` [PATCH 02/15] md-cluster: Improve another size determination in resync_info_update()
` [PATCH 03/15] md-cluster: Improve another size determination in join()
` [PATCH 04/15] md-cluster: Improve another size determination in __sendmsg()
` [PATCH 05/15] md-cluster: Improve another size determination in recv_daemon()
` [PATCH 06/15] md-cluster: Rename a jump label "
` [PATCH 07/15] md-cluster: Improve another size determination in process_suspend_info()
` [PATCH 08/15] md-cluster: Improve determination of sizes in read_resync_info()
` [PATCH 09/15] md-cluster: Improve another size determination in lockres_init()
` [PATCH 10/15] md-cluster: Delete an unnecessary variable initialisation "
` [PATCH 11/15] md-cluster: Delete four error messages for a failed memory allocation
` [PATCH 12/15] md-cluster: Rename a jump label in area_resyncing()
` [PATCH 13/15] md-cluster: Less function calls in join() after error detection
` [PATCH 14/15] md-cluster: Less function calls in lockres_init() "
` [PATCH 15/15] md-cluster: Delete unnecessary braces in unlock_all_bitmaps()
` [PATCH 00/13] md/multipath: Fine-tuning for several function implementations
` [PATCH 1/13] md/multipath: Use kcalloc() in multipath_run()
` [PATCH 2/13] md/multipath: Improve another size determination "
` [PATCH 3/13] md/multipath: Delete four error messages for a failed memory allocation
` [PATCH 4/13] md/multipath: Reduce indentation for four lines in multipath_run()
` [PATCH 5/13] md/multipath: Less function calls in multipath_run() after error detection
` [PATCH 6/13] md/multipath: Delete 13 unwanted spaces behind function names
` [PATCH 7/13] md/multipath: Delete two unwanted spaces behind asterisks
` [PATCH 8/13] md/multipath: Replace a seq_printf() call by seq_puts() in multipath_status()
` [PATCH 9/13] md/multipath: Adjust two function calls together with a variable assignment
` [PATCH 10/13] md/multipath: Add some spaces for better code readability
` [PATCH 11/13] md/multipath: Move a brace for a designated initialiser
` [PATCH 12/13] md/multipath: Delete an unnecessary return statement in multipath_make_request()
` [PATCH 13/13] md/multipath: Replace printk() calls by the usage of higher level interfaces
` MD-RAID: Fine-tuning for several function implementations
` [PATCH 01/54] md/raid0: Use kcalloc() in create_strip_zones()
` [PATCH 02/54] md/raid0: Less function calls in create_strip_zones() after error detection
` [PATCH 03/54] md/raid0: Move a variable assignment in create_strip_zones()
` [PATCH 04/54] md/raid0: Replace printk() calls by the usage of higher level interfaces
` [PATCH 05/54] md/raid0: Move another variable assignment in create_strip_zones()
` [PATCH 06/54] md/raid0: Delete four unwanted spaces behind function names
` [PATCH 07/54] md/raid0: Move two misplaced braces
` [PATCH 08/54] md/raid0: Delete an unnecessary return statement in raid0_status()
` [PATCH 09/54] md/raid0: Add some spaces for better code readability
` [PATCH 10/54] md/raid1: Use kcalloc() in alloc_behind_pages()
` [PATCH 11/54] md/raid1: Use kcalloc() in raid1_reshape()
` [PATCH 12/54] md/raid1: Use kcalloc() in setup_conf()
` [PATCH 13/54] md/raid1: Return directly after a failed kzalloc() "
` [PATCH 14/54] md/raid1: Move assignments for the variable "err" "
` [PATCH 15/54] md/raid1: Less function calls in setup_conf() after error detection
` [PATCH 16/54] md/raid1: Delete an error message for a failed memory allocation
` [PATCH 17/54] md/raid1: Move a brace for a designated initialiser
` [PATCH 18/54] md/raid1: Adjust 12 checks for null pointers
` [PATCH 19/54] md/raid1: Replace printk() calls by the usage of higher level interfaces
` [PATCH 20/54] md/raid1: Add some spaces for better code readability
` [PATCH 21/54] md/raid1: Delete three unwanted spaces behind asterisks
` [PATCH 22/54] md/raid1: Delete three unwanted spaces before increment operators
` [PATCH 23/54] md/raid1: Replace a seq_printf() call by seq_puts() in raid1_status()
` [PATCH 24/54] md/raid1: Improve another size determination in setup_conf()
` [PATCH 25/54] md/raid5: Use kcalloc() in three functions
` [PATCH 26/54] md/raid5: Improve another size determination in setup_conf()
` [PATCH 27/54] md/raid5: Return directly after a failed kzalloc() "
` [PATCH 28/54] md/raid5: Rename a jump label "
` [PATCH 29/54] md/raid5: Return directly after a failed kcalloc() in alloc_thread_groups()
` [PATCH 30/54] md/raid5: Delete two error messages for a failed memory allocation
` [PATCH 31/54] md/raid5: Adjust two function calls together with a variable assignment
` [PATCH 32/54] md/raid5: Move a brace for three designated initialisers
` [PATCH 33/54] md/raid5: Replace printk() calls by the usage of higher level interfaces
` [PATCH 34/54] md/raid5: Delete indentation for two jump labels
` [PATCH 35/54] md/raid5: Adjust 13 checks for null pointers
` [PATCH 36/54] md/raid5: Delete four unwanted spaces behind function names
` [PATCH 37/54] md/raid5: Replace a seq_printf() call by seq_puts() in raid5_status()
` [PATCH 38/54] md/raid5: Move four asterisks
` [PATCH 39/54] md/raid5: Add some spaces for better code readability
` [PATCH 40/54] md/raid10: Use kcalloc() in two functions
` [PATCH 41/54] md/raid10: Improve another size determination in setup_conf()
` [PATCH 42/54] md/raid10: Delete an error message for a failed memory allocation
` [PATCH 43/54] md/raid10: Return directly after detection of unsupported settings in setup_conf()
` [PATCH 44/54] md/raid10: Return directly after a failed kzalloc() "
` [PATCH 45/54] md/raid10: Move assignments for the variable "err" "
` [PATCH 46/54] md/raid10: Less function calls in setup_conf() after error detection
` [PATCH 47/54] md/raid10: Improve another size determination in raid10_start_reshape()
` [PATCH 48/54] md/raid10: Move a brace for a designated initialiser
[PATCH 01/15 v2] UBIFS: improve function-level documentation
2016-10-05 21:40 UTC (2+ messages)
[PATCH 00/15] improve function-level documentation
2016-10-05 20:25 UTC (25+ messages)
` [PATCH 01/15] UBIFS: "
` [PATCH 02/15] netlink: "
` [PATCH 03/15] fscrypto: "
` [PATCH 04/15] lru_cache: "
` [PATCH 05/15] dma-buf/sw_sync: "
` [PATCH 06/15] mfd: tc3589x: "
` [PATCH 07/15] clk: sunxi: mod0: "
` [PATCH 08/15] power: "
` [PATCH 09/15] gma500: "
` [PATCH 10/15] clk: keystone: "
` [PATCH 11/15] kobject: "
` [PATCH 12/15] clk: tegra: dfll: "
` [PATCH 13/15] irqchip: vic: "
` [PATCH 14/15] irqchip/metag-ext: "
` [PATCH 15/15] drm/omap: "
` kernel-doc-rst-lint (was: Re: [PATCH 00/15] improve function-level documentation)
[PATCH] drm: Release resources with a safer function
2016-10-05 13:17 UTC (3+ messages)
[PATCH] cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()
2016-10-05 2:36 UTC (2+ messages)
` "
[PATCH] ptp: Fix resource leak in case of error
2016-10-04 1:54 UTC (3+ messages)
[PATCH 0/4] KVM-S390: Fine-tuning for kvm_s390_import_bp_data()
2016-10-03 14:25 UTC (11+ messages)
` [PATCH 2/4] KVM-S390: Use memdup_user() rather than duplicating its implementation
` [PATCH v2 0/2] KVM: s390: Fine-tuning for kvm_s390_import_bp_data()
` [PATCH v2 2/2] KVM: s390: Use memdup_user() rather than duplicating code
` "
[PATCH] Coccinelle: pm_runtime: ensure relevance of pm_runtime reports
2016-10-01 21:04 UTC (2+ messages)
[PATCH] Coccinelle: limit memdup_user transformation to GFP_KERNEL case
2016-10-01 21:03 UTC (2+ messages)
[PATCH 14/15 v2] irqchip/metag-ext: improve function-level documentation
2016-10-01 20:48 UTC
[PATCH 0/9] md/dm-table: Fine-tuning for several function implementations
2016-10-01 7:53 UTC (10+ messages)
` [PATCH 1/9] md/dm-table: Use kmalloc_array() in realloc_argv()
` [PATCH 2/9] md/dm-table: Reduce the scope for a variable in dm_table_verify_integrity()
` [PATCH 3/9] md/dm-table: Delete an unnecessary variable initialisation in dm_table_register_integrit
` [PATCH 4/9] md/dm-table: Delete an unnecessary variable initialisation in dm_split_args()
` [PATCH 5/9] md/dm-table: Move an assignment for the variable "end" "
` [PATCH 6/9] md/dm-table: Combine substrings for ten messages
` [PATCH 7/9] md/dm-table: Adjust one function call together with a variable assignment
` [PATCH 8/9] md/dm-table: Delete an unwanted space in high()
` [PATCH 9/9] md/dm-table: Delete an unwanted space in dm_table_get_integrity_disk()
[PATCH] md/dm-stats: Use kmalloc_array() in parse_histogram()
2016-10-01 4:06 UTC
[bug report] i40e: Fix kernel panic on enable/disable LLDP
2016-09-30 16:43 UTC (2+ messages)
[bug report] qed*: Add support for VFs over legacy PFs
2016-09-30 12:05 UTC (2+ messages)
[bug report] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
2016-09-30 9:55 UTC
[PATCH 00/26] constify local structures
2016-09-30 0:07 UTC (5+ messages)
` [PATCH 17/26] intel_telemetry_debugfs: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox