linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-27 17:00:45 to 2016-10-06 09:51:05 UTC [more...]

[PATCH 00/16] md/bitmap: Fine-tuning for several function implementations
 2016-10-06  9:51 UTC  (145+ messages)
  ` [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 12/16] md/bitmap: One check less in read_page() at the end
  ` [PATCH 13/16] md/bitmap: Adjust checks for null pointers in 11 functions
  ` [PATCH 14/16] md/bitmap: Delete unnecessary braces in bitmap_resize()
  ` [PATCH 15/16] md/bitmap: Add spaces around three comparison operators
  ` [PATCH 16/16] md/bitmap: Delete an unwanted space in read_sb_page()
` [PATCH 00/10] md/dm-crypt: Fine-tuning for five function implementations
  ` [PATCH 01/10] md/dm-crypt: Use kcalloc() in crypt_alloc_tfms()
  ` [PATCH 02/10] md/dm-crypt: Reduce the scope for a variable "
  ` [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 detection
  ` [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_chunk()
  ` [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 49/54] md/raid10: Replace printk() calls by the usage of higher level interfaces
  ` [PATCH 50/54] md/raid10: Delete indentation for one jump label
  ` [PATCH 51/54] md/raid10: Adjust 22 checks for null pointers

[PATCH] imsm: retrieve nvme serial from sysfs
 2016-10-06  9:13 UTC 

Prefetch in /lib/raid6/avx2.c
 2016-10-06  7:27 UTC  (3+ messages)
  ` AW: "

[PATCH v3 0/8] raid5-cache: enabling cache features
 2016-10-06  7:14 UTC  (9+ messages)
` [PATCH v3 1/8] md/r5cache: Check array size in r5l_init_log
` [PATCH v3 2/8] md/r5cache: move some code to raid5.h
` [PATCH v3 3/8] md/r5cache: State machine for raid5-cache write back mode
` [PATCH v3 4/8] md/r5cache: write part of r5cache
` [PATCH v3 5/8] md/r5cache: reclaim support
` [PATCH v3 6/8] md/r5cache: sysfs entry r5c_state
` [PATCH v3 7/8] md/r5cache: r5c recovery
` [PATCH v3 8/8] md/r5cache: handle SYNC and FUA

kernel BUG at block/bio.c:1785 while trying to issue a discard to LVM on RAID1 md
 2016-10-06  6:57 UTC  (4+ messages)

Bug#837964: 95a05b3 broke mdadm --add on my superblock 1.0 array
 2016-10-06  1:26 UTC  (8+ messages)
`  "

md-cluster - Assemble/Scan During Resync
 2016-10-05 20:43 UTC 

RAID6 - CPU At 100% Usage After Reassembly
 2016-10-05 11:12 UTC  (9+ messages)

[PATCH] Fix bus error when accessing MBR partition records
 2016-10-05  2:21 UTC  (4+ messages)

[PATCH] async_pq_val: fix DMA memory leak
 2016-10-05  0:49 UTC  (3+ messages)

[PATCH v2 0/6] raid5-cache: enabling cache features
 2016-10-04 21:59 UTC  (13+ messages)
` [PATCH v2 1/6] r5cache: write part of r5cache
` [PATCH v2 2/6] r5cache: sysfs entry r5c_state
` [PATCH v2 3/6] r5cache: reclaim support
` [PATCH v2 4/6] r5cache: r5c recovery
` [PATCH v2 5/6] r5cache: handle SYNC and FUA

Linux raid wiki - advice again please
 2016-10-03 23:42 UTC 

Corrupted FS after RAID5->6 reshape
 2016-10-03  1:07 UTC 

WARNING: mismatch_cnt is not 0 on <array device>
 2016-10-02 17:33 UTC  (15+ messages)

[PATCH] md: set rotational bit
 2016-10-01 10:50 UTC  (2+ messages)

[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_integrity()
` [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 

moving spares into group and checking spares
 2016-09-29  1:21 UTC  (13+ 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).