Distributed Replicated Block Device (DRBD) development
 help / color / mirror / Atom feed
 messages from 2017-08-24 21:31:10 to 2018-05-16 09:45:47 UTC [more...]

[Drbd-dev] simplify procfs code for seq_file instances V3
 2018-05-16  9:43 UTC  (16+ messages)
` [Drbd-dev] [PATCH 01/42] net/can: single_open_net needs to be paired with single_release_net
` [Drbd-dev] [PATCH 02/42] proc: introduce a proc_pid_ns helper
` [Drbd-dev] [PATCH 03/42] proc: don't detour through seq->private to get the inode
` [Drbd-dev] [PATCH 04/42] proc: simplify proc_register calling conventions
` [Drbd-dev] [PATCH 06/42] proc: introduce proc_create_seq{,_data}
` [Drbd-dev] [PATCH 07/42] proc: introduce proc_create_seq_private
` [Drbd-dev] [PATCH 08/42] proc: introduce proc_create_single{, _data}
` [Drbd-dev] [PATCH 09/42] ipv{4, 6}/udp{, lite}: simplify proc registration
` [Drbd-dev] [PATCH 10/42] ipv{4, 6}/tcp: simplify procfs registration
` [Drbd-dev] [PATCH 13/42] ipv6/flowlabel: simplify pid namespace lookup
` [Drbd-dev] [PATCH 18/42] proc: introduce proc_create_net_single
` [Drbd-dev] [PATCH 19/42] acpi/battery: simplify procfs code
` [Drbd-dev] [PATCH 20/42] sgi-gru: "
` [Drbd-dev] [PATCH 21/42] megaraid: "
` [Drbd-dev] [PATCH 22/42] sg: "

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

[Drbd-dev] WARNING: do not call blocking ops when !TASK_RUNNING
 2018-05-03 14:57 UTC  (2+ messages)

[Drbd-dev] [PATCH] drbd: avoid use-after-free in drbd_request_endio
 2018-05-03 14:33 UTC  (2+ messages)

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

[Drbd-dev] [PATCH] drdb: fix print_st_err()'s prototype
 2018-04-25 10:54 UTC  (2+ messages)

[Drbd-dev] [PATCH] drbd-utils: Add disable-write-same as a drbd.conf option
 2018-04-07 21:35 UTC  (2+ messages)

[Drbd-dev] [drbdmanage-proxmox] cannot create/restore lxc container on non-leader nodes
 2018-04-06 20:29 UTC 

[Drbd-dev] DRBD Bug Report
 2018-04-04 10:37 UTC  (3+ messages)
` [Drbd-dev] DRBD Bug Report : DRBD 9.0 after-resync-target not being called after resync / reconnect

[Drbd-dev] drbd-utils won't build with '--without 84support'
 2018-02-05  9:03 UTC  (2+ messages)

[Drbd-dev] DRBD in Linux v4.14.15 deadlock during disconnect
 2018-01-30  9:54 UTC  (3+ messages)

[Drbd-dev] [PATCH] drbdadm: Fix does not allocate bitmap for stacked res
 2018-01-29  5:01 UTC  (3+ messages)

[Drbd-dev] [PATCH] drbdadm: Support to pass force option to dump md
 2018-01-26 10:46 UTC  (2+ messages)

[Drbd-dev] [PATCH] drbd: fix discard_zeroes_if_aligned regression
 2018-01-17  0:43 UTC  (4+ messages)

[Drbd-dev] [PATCH] drbd: standardize kthread/workqueue thread naming to include drbd minor number
 2018-01-16  9:08 UTC  (2+ messages)

[Drbd-dev] always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2018-01-16  8:55 UTC  (6+ messages)
` [Drbd-dev] [PATCH 23/27] drbd: make intelligent use of blkdev_issue_zeroout

[Drbd-dev] [PATCH] Fixed possible use after free in drbd_thread_setup
 2017-12-22 14:50 UTC  (2+ messages)

[Drbd-dev] volume I/O hang on Ahead mode
 2017-11-14  4:54 UTC  (2+ messages)

[Drbd-dev] [PATCH] drbd-utils: Remove the hardcoded local5 of logfacility
 2017-11-13 12:47 UTC  (2+ messages)

[Drbd-dev] [PATCH] drbd: Convert timers to use timer_setup()
 2017-11-02 23:14 UTC 

[Drbd-dev] verbose log output from drbd kernel module
 2017-11-02 13:19 UTC  (2+ messages)

[Drbd-dev] About "LOGIC BUG for enr = X"
 2017-10-30  1:12 UTC 

[Drbd-dev] [bug: drbdmanage will lock all of lvm on occasion]
 2017-10-27 11:09 UTC 

[Drbd-dev] [PATCH] block/drbd: Fix a sleep-in-atomic bug in drbd_bcast_event
 2017-10-09 14:08 UTC  (2+ messages)

[Drbd-dev] [BUG] drbd/block: A sleep-in-atomic bug in notify_helper
 2017-10-04  1:39 UTC 

[Drbd-dev] [PATCH] block/drbd: Fix a sleep-in-atomic bug in notify_helper
 2017-10-04  1:37 UTC 

[Drbd-dev] [PATCH 00/17] lru_cache: checkpatch clean ups
 2017-10-02 22:06 UTC  (20+ messages)
` [Drbd-dev] [PATCH 01/17] lru_cache: remove FSF address from licence
` [Drbd-dev] [PATCH 02/17] lru_cache: fix licence comment format
` [Drbd-dev] [PATCH 03/17] lru_cache: move trailing */ to a separate line
` [Drbd-dev] [PATCH 04/17] lru_cache: remove quoted string across lines
` [Drbd-dev] [PATCH 05/17] lru_cache: use 'unsigned int' instead of 'unsigned'
` [Drbd-dev] [PATCH 06/17] lru_cache: use kcalloc instead of kzalloc with multiply
` [Drbd-dev] [PATCH 07/17] lru_cache: clean macro definition
` [Drbd-dev] [PATCH 08/17] lru_cache: add blank line after declarations
` [Drbd-dev] [PATCH 09/17] lru_cache: remove space after function name
` [Drbd-dev] [PATCH 10/17] lru_cache: fix function argument alignment
` [Drbd-dev] [PATCH 11/17] lru_cache: remove multiple blank lines
` [Drbd-dev] [PATCH 12/17] lru_cache: remove space before tabs
` [Drbd-dev] [PATCH 13/17] lru_cache: move constant to the right side of test
` [Drbd-dev] [PATCH 14/17] lru_cache: use braces on all arms of statement
` [Drbd-dev] [PATCH 15/17] lru_cache: remove unnecessary space before arguments
` [Drbd-dev] [PATCH 16/17] lru_cache: add spaces around '|'
` [Drbd-dev] [PATCH 17/17] lru_cache: move EXPORT_SYMBOL macro to follow function

[Drbd-dev] git.linbit.com/git.drbd.org are moving to github.com/LINBIT
 2017-09-18  9:47 UTC 

[Drbd-dev] [PATCH] drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_, }io_bio_set
 2017-08-29 22:16 UTC 

[Drbd-dev] ALPSS: reminder and submission deadline
 2017-08-28 17:38 UTC 

[Drbd-dev] [PATCH 00/17] DRBD updates
 2017-08-28 13:43 UTC  (9+ messages)
` [Drbd-dev] [PATCH 01/17] drbd: introduce drbd_recv_header_maybe_unplug
` [Drbd-dev] [PATCH 03/17] drbd: add explicit plugging when submitting batches
` [Drbd-dev] [PATCH 09/17] drbd: Use setup_timer() instead of init_timer() to simplify the code
` [Drbd-dev] [PATCH 14/17] drbd: rename "usermode_helper" to "drbd_usermode_helper"
` [Drbd-dev] [PATCH 15/17] drbd: move global variables to drbd namespace and make some static


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox