ocfs2-devel.oss.oracle.com archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-15 10:40:01 to 2016-06-05 20:30:07 UTC [more...]

[Ocfs2-devel] [PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-05 20:30 UTC  (47+ messages)
` [Ocfs2-devel] [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [Ocfs2-devel] [PATCH 02/45] block: add REQ_OP definitions and helpers
` [Ocfs2-devel] [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [Ocfs2-devel] [PATCH 04/45] fs: have ll_rw_block "
` [Ocfs2-devel] [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [Ocfs2-devel] [PATCH 06/45] dm: use op_is_write "
` [Ocfs2-devel] [PATCH 07/45] bcache: "
` [Ocfs2-devel] [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [Ocfs2-devel] [PATCH 09/45] block discard: use bio set op accessor
` [Ocfs2-devel] [PATCH 10/45] direct-io: use bio set/get op accessors
` [Ocfs2-devel] [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [Ocfs2-devel] [PATCH 12/45] btrfs: "
` [Ocfs2-devel] [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [Ocfs2-devel] [PATCH 14/45] btrfs: use bio fields for op and flags
` [Ocfs2-devel] [PATCH 15/45] f2fs: use bio op accessors
` [Ocfs2-devel] [PATCH 16/45] gfs2: "
` [Ocfs2-devel] [PATCH 17/45] xfs: "
` [Ocfs2-devel] [PATCH 18/45] hfsplus: "
` [Ocfs2-devel] [PATCH 19/45] mpage: "
` [Ocfs2-devel] [PATCH 20/45] nilfs: "
` [Ocfs2-devel] [PATCH 21/45] ocfs2: "
` [Ocfs2-devel] [PATCH 22/45] pm: "
` [Ocfs2-devel] [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [Ocfs2-devel] [PATCH 24/45] dm: use bio op accessors
` [Ocfs2-devel] [PATCH 25/45] bcache: "
` [Ocfs2-devel] [PATCH 26/45] drbd: "
` [Ocfs2-devel] [PATCH 27/45] md: "
` [Ocfs2-devel] [PATCH 28/45] target: "
` [Ocfs2-devel] [PATCH 29/45] xen: "
` [Ocfs2-devel] [PATCH 30/45] block: copy bio op to request op
` [Ocfs2-devel] [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [Ocfs2-devel] [PATCH 32/45] block: prepare mq request creation "
` [Ocfs2-devel] [PATCH 33/45] block: prepare elevator "
` [Ocfs2-devel] [PATCH 34/45] blkg_rwstat: separate op from flags
` [Ocfs2-devel] [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [Ocfs2-devel] [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [Ocfs2-devel] [PATCH 37/45] drivers: use req op accessor
` [Ocfs2-devel] [PATCH 38/45] blktrace: use op accessors
` [Ocfs2-devel] [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [Ocfs2-devel] [PATCH 40/45] block: move bio io prio to a new field
` [Ocfs2-devel] [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [Ocfs2-devel] [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [Ocfs2-devel] [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [Ocfs2-devel] [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [Ocfs2-devel] [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[Ocfs2-devel] [PATCH v2 0/5] ocfs2: sysfs and cleanup
 2016-06-03 15:33 UTC  (26+ messages)
` [Ocfs2-devel] [PATCH 1/5] ocfs2: Provisions for sysfs entries
` [Ocfs2-devel] [PATCH 2/5] Use the sysfs interface for creating filecheck files
` [Ocfs2-devel] [PATCH 3/5] Generate uevents for errors
` [Ocfs2-devel] [PATCH 4/5] ocfs2: Disallow duplicate entries in the list
` [Ocfs2-devel] [PATCH 5/5] Fix files when an inode is written in file_fix

[Ocfs2-devel] remove a useless assignment before fence
 2016-06-02  7:40 UTC 

[Ocfs2-devel] the first two block become corrupt in ocfs2
 2016-06-01  8:05 UTC 

[Ocfs2-devel] [PATCH] ocfs2: bump up o2cb network protocol version
 2016-05-26 23:28 UTC  (4+ messages)

[Ocfs2-devel] [patch 1/6] ocfs2: o2hb: add negotiate timer
 2016-05-25 23:26 UTC  (4+ messages)

[Ocfs2-devel] OCFS2 benchmark questions
 2016-05-25  3:44 UTC  (3+ messages)

[Ocfs2-devel] ocfs2: o2hb: not fence self if storage down
 2016-05-23 23:40 UTC  (3+ messages)

[Ocfs2-devel] [patch 6/6] ocfs2: o2hb: fix hb hung time
 2016-05-23 21:50 UTC 

[Ocfs2-devel] [patch 5/6] ocfs2: o2hb: don't negotiate if last hb fail
 2016-05-23 21:50 UTC 

[Ocfs2-devel] [patch 4/6] ocfs2: o2hb: add some user/debug log
 2016-05-23 21:50 UTC 

[Ocfs2-devel] [patch 3/6] ocfs2: o2hb: add NEGOTIATE_APPROVE message
 2016-05-23 21:50 UTC 

[Ocfs2-devel] [patch 2/6] ocfs2: o2hb: add NEGO_TIMEOUT message
 2016-05-23 21:50 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix improper handling of return errno
 2016-05-23  5:34 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix a redundant re-initialization
 2016-05-23  5:33 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] ocfs2: adjust arguments in dlm_new_lockspace called by kernel
 2016-05-20 11:06 UTC  (3+ messages)
` [Ocfs2-devel] [PATCH] ocfs2: insure dlm lockspace is created by kernel module

[Ocfs2-devel] ocfs2: fix recursive locking deadlock
 2016-05-14 16:56 UTC  (7+ messages)
` [Ocfs2-devel] [PATCH 1/2] ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
` [Ocfs2-devel] [PATCH 2/2] ocfs2: fix posix_acl_create deadlock

[Ocfs2-devel] inconsistent dlm_new_lockspace LVB_LEN size from ocfs2 user-space tool and ocfs2 kernel module
 2016-05-13 16:07 UTC  (2+ messages)
` [Ocfs2-devel] [Cluster-devel] "

[Ocfs2-devel] PCIe - usb 3.0 high speed
 2016-05-12  9:29 UTC 

[Ocfs2-devel] PCIe - usb 3.0 high speed
 2016-05-12  9:29 UTC 

[Ocfs2-devel] [PATCH 0/5] ocfs2: sysfs and cleanup
 2016-05-11 12:04 UTC  (9+ messages)
` [Ocfs2-devel] [PATCH 1/5] ocfs2: Provisions for sysfs entries
` [Ocfs2-devel] [PATCH 2/5] Use the sysfs interface for creating filecheck files
` [Ocfs2-devel] [PATCH 3/5] Generate uevents for errors
` [Ocfs2-devel] [PATCH 4/5] ocfs2: Disallow duplicate entries in the list
` [Ocfs2-devel] [PATCH 5/5] Fix files when an inode is written in file_fix

[Ocfs2-devel] Reflink hangs with kernel 4.4
 2016-05-10  4:59 UTC  (3+ messages)

[Ocfs2-devel] Reflink hangs with kernel 4.4
 2016-05-09 12:40 UTC 

[Ocfs2-devel] Dead lock and cluster blocked, any advices will be appreciated
 2016-05-09  5:39 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-05-04 18:04 UTC  (51+ messages)
` [Ocfs2-devel] [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [Ocfs2-devel] [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [Ocfs2-devel] [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [Ocfs2-devel] [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [Ocfs2-devel] [PATCH 05/42] fs: have ll_rw_block "
` [Ocfs2-devel] [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [Ocfs2-devel] [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [Ocfs2-devel] [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [Ocfs2-devel] [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [Ocfs2-devel] [PATCH 10/42] btrfs: use bio fields for op and flags
` [Ocfs2-devel] [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [Ocfs2-devel] [PATCH 12/42] gfs2: "
` [Ocfs2-devel] [PATCH 13/42] xfs: "
` [Ocfs2-devel] [PATCH 14/42] hfsplus: "
` [Ocfs2-devel] [PATCH 15/42] mpage: "
` [Ocfs2-devel] [PATCH 16/42] nilfs: "
` [Ocfs2-devel] [PATCH 17/42] ocfs2: "
` [Ocfs2-devel] [PATCH 18/42] pm: "
` [Ocfs2-devel] [PATCH 19/42] dm: "
` [Ocfs2-devel] [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [Ocfs2-devel] [PATCH 21/42] bcache: set bi_op to REQ_OP
` [Ocfs2-devel] [PATCH 22/42] drbd: "
` [Ocfs2-devel] [PATCH 23/42] md/raid: "
  ` [Ocfs2-devel] [PATCH] RAID Cleanup for bio-split
` [Ocfs2-devel] [PATCH 24/42] xen: set bi_op to REQ_OP
` [Ocfs2-devel] [PATCH 25/42] target: "
` [Ocfs2-devel] [PATCH 26/42] block: copy bio op to request op
` [Ocfs2-devel] [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [Ocfs2-devel] [PATCH 28/42] block: prepare mq request creation "
` [Ocfs2-devel] [PATCH 29/42] block: prepare elevator "
` [Ocfs2-devel] [PATCH 30/42] blkg_rwstat: separate op from flags
` [Ocfs2-devel] [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [Ocfs2-devel] [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [Ocfs2-devel] [PATCH 33/42] block: convert rq_data_dir helper "
` [Ocfs2-devel] [PATCH 34/42] drivers: set request op to REQ_OP
` [Ocfs2-devel] [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [Ocfs2-devel] [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [Ocfs2-devel] [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [Ocfs2-devel] [PATCH 38/42] block, fs: remove old REQ definitions
` [Ocfs2-devel] [PATCH 39/42] block: shrink bio/request fields
` [Ocfs2-devel] [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [Ocfs2-devel] [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [Ocfs2-devel] [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[Ocfs2-devel] what MLE wants to do?
 2016-05-04  0:54 UTC  (3+ messages)
  ` [Ocfs2-devel] 答复: "

[Ocfs2-devel] Reviews: Ocfs2-devel Digest, Vol 142, Issue 3
 2016-05-03  8:17 UTC 

[Ocfs2-devel] [PATCH 00/42] v6: separate operations from flags in the bio/request structs
 2016-04-23 23:26 UTC  (9+ messages)
` [Ocfs2-devel] [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
  ` [Ocfs2-devel] [dm-devel] "
` [Ocfs2-devel] [PATCH 23/42] md/raid: set bi_op to REQ_OP
  ` [Ocfs2-devel] [dm-devel] "
` [Ocfs2-devel] [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [Ocfs2-devel] [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[Ocfs2-devel] kernel BUG in function ocfs2_truncate_file
 2016-04-22  3:26 UTC  (9+ messages)

[Ocfs2-devel] ocfs2: disk timeout, autoumount the volume to avoid host reboot
 2016-04-20  8:24 UTC 

[Ocfs2-devel] [PATCH] Mounting failed will not clean up dlm and o2hb
 2016-04-20  7:53 UTC 

[Ocfs2-devel] ocfs2: disk timeout, autoumount the volume to avoid calling emergency_restart
 2016-04-20  7:27 UTC 

[Ocfs2-devel] linux-4.6-rc2/fs/ocfs2/refcounttree.c:987]: (style) Redundant condition
 2016-04-20  6:36 UTC  (2+ messages)

[Ocfs2-devel] [PATCH V3] ocfs2/dlm: return zero if deref_done message is successfully handled
 2016-04-19  2:14 UTC 


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).