login
Header Space

 
 

Mailing list archives

Search results

Found 94 matching messages (0.061 seconds). Page 1 of 5.

Re: [PATCH] Fix O_SYNC speedup for generic_file_write_nolock

... -11-08 at 07:20 -0800, Joel Becker wrote: > > OCFS2 uses generic_file_write_nolock(), ... soon for inclusion ? FSVO "soon", yes. Joel -- Life's Little Instruction Book # ... Staff Oracle Corporation E-mail: joel.becker@oracle.com Phone: (650) ...

linux-fsdevel - Joel Becker - Nov 8 2004 - 14:29

Re: [PATCH] configfs, a filesystem for userspace-driven kernel object configuration

... 2.6.12-rc1-bk5-1.patch Joel -- "Against stupidity the Gods themselves contend in vain." - Freidrich von Schiller Joel Becker Senior Member of Technical Staff Oracle E-mail: joel.becker@oracle.com Phone: (650) 506-8127 ...

linux-fsdevel - Joel Becker - Apr 3 2005 - 16:40

Re: [Joel.Becker@oracle.com: Re: [Linux-cluster] Re: [PATCH 1/3] dlm: use configfs]

... , but there is no /sys/fs :-) Joel -- "Sometimes when reading Goethe I have the ... is trying to be funny." - Guy Davenport Joel Becker Senior Member of Technical Staff Oracle E-mail: joel.becker@oracle.com Phone: (650) 506-8127 - ...

linux-fsdevel - Joel Becker - Aug 29 2005 - 13:41

Re: [Joel.Becker@oracle.com: Re: [Linux-cluster] Re: [PATCH 1/3] dlm: use configfs]

... I'll go hunt up our discussion. Joel -- "Conservative, n. A statesman who is enamoured ... - Ambrose Bierce, The Devil's Dictionary Joel Becker Senior Member of Technical Staff Oracle E-mail: joel.becker@oracle.com Phone: (650) 506-8127 - ...

linux-fsdevel - Joel Becker - Aug 31 2005 - 04:24

Re: [RFC 0/13] extents and 48bit ext3

... 2006 at 01:38:03PM -0700, Joel Becker wrote: > > that the older ... multiboot will continue to work? Joel -- "Behind every successful man there's ... of unsuccessful years." - Bob Brown Joel Becker Principal Software Developer Oracle E ...

linux-fsdevel - Joel Becker - Jun 9 2006 - 17:09

Re: [RFC 0/13] extents and 48bit ext3

... :54AM +0400, Alex Tomas wrote: > >>>>> Joel Becker (JB) writes: > JB> Which ... you need is '-o extents'!" Joel -- "A narcissist is someone better ... than you are." - Gore Vidal Joel Becker Principal Software Developer Oracle ...

linux-fsdevel - Joel Becker - Jun 9 2006 - 17:11

Re: [RFC 0/13] extents and 48bit ext3

... 2006 at 02:29:05PM -0700, Joel Becker wrote: > However, tunefs(8) ... " works and is properly symmetric. Joel -- "The nice thing about egotists is ... other people." - Lucille S. Harper Joel Becker Principal Software Developer Oracle ...

linux-fsdevel - Joel Becker - Jun 9 2006 - 17:43

[PATCH 08/18] ocfs2: Fill node number during cluster stack init

... num a small amount further in the mount process. [ Disconnect when node query fails -- Joel ] Reviewed-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh --- fs/ocfs2/ ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 20:27

[PATCH 07/10] ocfs2: add fsdlm to stackglue

... to use fs/dlm. [ Modified to be part of the stack_user module -- Joel ] Signed-off-by: David Teigland Signed-off-by: Joel Becker <joel.becker@oracle.com> --- fs/ocfs2/stack_user.c | 216 ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 21:13

Re: [RFC][PATCH 0/5] Fiemap, an extent mapping ioctl

... May 27, 2008 13:31 -0700, Joel Becker wrote: > > Provide generic_fiemap_fiecount() that does ... ->fiemap() walk. Doesn't matter. Joel -- "Hey mister if you're gonna ... you drop a line my way?" Joel Becker Principal Software Developer Oracle E ...

linux-fsdevel - Joel Becker - May 28 2008 - 13:04

Re: [Ocfs2-devel] [RFC] configfs: Pin configfs subsystems separately from new config_items.

... , 2008 at 03:41:00PM -0700, Joel Becker wrote: > > However, if the subsystem ... common case have to pin itself. Joel -- Life's Little Instruction Book #30 ... buy a house without a fireplace." Joel Becker Principal Software Developer Oracle E- ...

linux-fsdevel - Joel Becker - Jun 18 2008 - 12:12

Re: [Ocfs2-devel] [RFC] configfs: Pin configfs subsystems separately from new config_items.

... , 2008 at 09:12:15AM -0700, Joel Becker wrote: > I suspect the common case ... if we allow multi-module subsystems. Joel -- "Also, all of life's big ... else is small stuff." - Alton Brown Joel Becker Principal Software Developer Oracle E-mail ...

linux-fsdevel - Joel Becker - Jun 18 2008 - 16:07

Re: [Ocfs2-devel] [RFC] configfs: Pin configfs subsystems separately from new config_items.

... 18, 2008 at 01:07:13PM -0700, Joel Becker wrote: > > > 4/ make_item()/make_group() pins ... that I'm safe to access this." Joel -- To spot the expert, pick the ... the longest and cost the most. Joel Becker Principal Software Developer Oracle E- ...

linux-fsdevel - Joel Becker - Jun 19 2008 - 18:07

[PATCH 2/7] ocfs2: Make ocfs2_slot_info private.

... the ocfs2_slot_info structure private in slot_info.c. All access is now via accessors. Signed-off-by: Joel Becker <joel.becker@oracle.com> --- fs/ocfs2/journal.c | 24 +++++++------- fs/ocfs2/ocfs2.h | 1 + fs/ ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 18:51

[PATCH 5/7] ocfs2: De-magic the in-memory slot map.

... type size. This also means that only the I/O functions refer to 16bit quantities. Signed-off-by: Joel Becker <joel.becker@oracle.com> --- fs/ocfs2/journal.c | 2 +- fs/ocfs2/ocfs2.h | 6 +- fs/ocfs2/ ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 18:52

[PATCH 7/7] ocfs2: New slot map format

... room to grow. The slot map is now bounded by i_size, not a block. Signed-off-by: Joel Becker <joel.becker@oracle.com> --- fs/ocfs2/ocfs2.h | 7 +++ fs/ocfs2/ocfs2_fs.h | 31 +++++++++++++- fs/ocfs2/slot_map ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 18:52

[PATCH 4/7] ocfs2: slot_map I/O based on max_slots.

... many blocks as will cover max_slots. Signed-off-by: Joel Becker <joel.becker@oracle.com> --- fs/ocfs2/slot_map.c | 128 +++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 108 insertions(+), 20 deletions(-) ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 18:52

[PATCH 6/7] ocfs2: Define the contents of the slot_map file.

... an array of __le16. Wrap it in a structure for cleaner reference. Signed-off-by: Joel Becker <joel.becker@oracle.com> --- fs/ocfs2/ocfs2_fs.h | 12 ++++++++++++ fs/ocfs2/slot_map.c | 15 ++++++++------- 2 ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 18:52

[PATCH 3/7] ocfs2: Change the recovery map to an array of node numbers.

... than naked checks on the recovery_event. This is a cleanup from Mark. Signed-off-by: Joel Becker <joel.becker@oracle.com> --- fs/ocfs2/dlmglue.c | 6 +- fs/ocfs2/heartbeat.c | 111 ------------------------------ fs ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 18:52

[PATCH 1/7] ocfs2: Move slot map access into slot_map.c

... The eventual result is to make ocfs2_slot_info defined privately in slot_map.c Signed-off-by: Joel Becker <joel.becker@oracle.com> --- fs/ocfs2/dlmglue.c | 8 +----- fs/ocfs2/journal.c | 3 +- ...

linux-fsdevel - Joel Becker - Mar 5 2008 - 18:51

speck-geostationary