* (unknown),
2007-06-07 17:05 [PATCH] locks: provide a file lease method enabling cluster-coherent leases J. Bruce Fields
@ 2007-06-08 22:14 ` J. Bruce Fields
0 siblings, 0 replies; 19+ messages in thread
From: J. Bruce Fields @ 2007-06-08 22:14 UTC (permalink / raw)
To: linux-fsdevel
Cc: nfs, Trond Myklebust, David Teigland, Marc Eshel,
Robert Rappaport
J. Bruce Fields <bfields@fieldses.org> wrote:
> OK, good. I'll revise and post a new series. (Do people prefer
> another mailbomb or a git url?)
OK, I went for the former; if you'd rather get this out of git, you can
git clone http://www.linux-nfs.org/~bfields/linux.git
git checkout server-cluster-lease-api
The changes from the last version seem pretty trivial, but I've
compile-tested this only for now.
I'm ignoring the problem of breaking leases on unlink and rename. I
think we should go ahead and do this part now--it's adequate for the
current lease semantics, and even more so for our current application
(just turning off leases selectively on some filesystems)--but I'd
really like to solve that problem eventually.
That's probably not going to happen until we get a cluster filesystem
with real lease support into the kernel....
Changes:
- do away with the break_lease method.
- rename __setlease to setlease, setlease to vfs_setlease, and
make sure it's setlease (the one that doesn't call into the
filesystem) that's exported.
- rename ->set_lease to ->setlease. (I don't really care which
we go with, it just seemed confusing when everything else was
already named without the underscore.)
- Add a trivial patch that disables leases on nfs (as suggested
by a patch elsewhere from Peter Staubach)
--b.
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
@ 2007-12-10 9:27 George Cameron
0 siblings, 0 replies; 19+ messages in thread
From: George Cameron @ 2007-12-10 9:27 UTC (permalink / raw)
To: linux-nfs
subscribe linux-nfs
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown),
@ 2008-02-20 16:39 Sagar Borikar
0 siblings, 0 replies; 19+ messages in thread
From: Sagar Borikar @ 2008-02-20 16:39 UTC (permalink / raw)
To: linux-nfs
unsubscribe
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
@ 2008-07-27 17:40 Linus Torvalds
0 siblings, 0 replies; 19+ messages in thread
From: Linus Torvalds @ 2008-07-27 17:40 UTC (permalink / raw)
To: Trond Myklebust; +Cc: linux-nfs
Trond?
See 'http://lkml.org/lkml/2008/7/17/154'? It's been 10+ days, it's
apparently still there.
Linus
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
@ 2009-01-06 10:02 Eric Sesterhenn
0 siblings, 0 replies; 19+ messages in thread
From: Eric Sesterhenn @ 2009-01-06 10:02 UTC (permalink / raw)
To: linux-nfs; +Cc: bfields, hch, neilb
hi,
with todays -git i see the following lockdep warning, that wasnt there
yesterday. It occurs after booting the box.
[ 83.741022] Installing knfsd (copyright (C) 1996 okir-pn4DOG8n3UYbFoVRYvo4fw@public.gmane.org).
[ 84.115838] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state
recovery directory
[ 84.133473] NFSD: starting 90-second grace period
[ 174.132715]
[ 174.132724] =============================================
[ 174.133004] [ INFO: possible recursive locking detected ]
[ 174.133133] 2.6.28 #85
[ 174.133232] ---------------------------------------------
[ 174.133428] nfsd4/3693 is trying to acquire lock:
[ 174.133548] (&type->i_mutex_dir_key#2){--..}, at: [<c01c4212>]
vfs_fsync+0x62/0xe0
[ 174.133991]
[ 174.133994] but task is already holding lock:
[ 174.134251] (&type->i_mutex_dir_key#2){--..}, at: [<d1c224f7>]
nfsd4_sync_rec_dir+0x17/0x40 [nfsd]
[ 174.134774]
[ 174.134777] other info that might help us debug this:
[ 174.134983] 4 locks held by nfsd4/3693:
[ 174.135151] #0: (nfsd4){--..}, at: [<c0139d4a>]
run_workqueue+0x7a/0x1e0
[ 174.135539] #1: ((laundromat_work).work){--..}, at: [<c0139d4a>]
run_workqueue+0x7a/0x1e0
[ 174.135968] #2: (client_mutex){--..}, at: [<d1c1e9f6>]
laundromat_main+0x26/0x2a0 [nfsd]
[ 174.136021] #3: (&type->i_mutex_dir_key#2){--..}, at: [<d1c224f7>]
nfsd4_sync_rec_dir+0x17/0x40 [nfsd]
[ 174.136021]
[ 174.136021] stack backtrace:
[ 174.136021] Pid: 3693, comm: nfsd4 Not tainted 2.6.28 #85
[ 174.136021] Call Trace:
[ 174.136021] [<c05abdb6>] ? printk+0x18/0x1a
[ 174.136021] [<c014f626>] __lock_acquire+0xe76/0x1110
[ 174.136021] [<c014f934>] lock_acquire+0x74/0xa0
[ 174.136021] [<c01c4212>] ? vfs_fsync+0x62/0xe0
[ 174.136021] [<c05acfac>] mutex_lock_nested+0x8c/0x2c0
[ 174.136021] [<c01c4212>] ? vfs_fsync+0x62/0xe0
[ 174.136021] [<c01c4212>] ? vfs_fsync+0x62/0xe0
[ 174.136021] [<c01c4212>] vfs_fsync+0x62/0xe0
[ 174.136021] [<d1c074be>] nfsd_sync_dir+0xe/0x10 [nfsd]
[ 174.136021] [<d1c22501>] nfsd4_sync_rec_dir+0x21/0x40 [nfsd]
[ 174.136021] [<d1c22595>] nfsd4_recdir_purge_old+0x75/0x80 [nfsd]
[ 174.136021] [<d1c1ea1e>] laundromat_main+0x4e/0x2a0 [nfsd]
[ 174.136021] [<c0139d4a>] ? run_workqueue+0x7a/0x1e0
[ 174.136021] [<c0139dac>] run_workqueue+0xdc/0x1e0
[ 174.136021] [<c0139d4a>] ? run_workqueue+0x7a/0x1e0
[ 174.136021] [<d1c1e9d0>] ? laundromat_main+0x0/0x2a0 [nfsd]
[ 174.136021] [<c013a1a7>] worker_thread+0x87/0xf0
[ 174.136021] [<c013dac0>] ? autoremove_wake_function+0x0/0x50
[ 174.136021] [<c013a120>] ? worker_thread+0x0/0xf0
[ 174.136021] [<c013d80a>] kthread+0x3a/0x70
[ 174.136021] [<c013d7d0>] ? kthread+0x0/0x70
[ 174.136021] [<c0103cf3>] kernel_thread_helper+0x7/0x14
Greetings, Eric
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
@ 2009-07-27 16:23 vivianofferplc013-+MseY0pMZYIAvxtiuMwx3w
0 siblings, 0 replies; 19+ messages in thread
From: vivianofferplc013-+MseY0pMZYIAvxtiuMwx3w @ 2009-07-27 16:23 UTC (permalink / raw)
This is a Financial Service Announcement, we offer loan to all in need,ranging from $5000 to $800,000.00 USD. Our interest rate is 3% and our service and terms are dependable. any interested person should apply via email:lapoloanlender@gmail.com
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown),
@ 2010-05-12 14:44 andros
0 siblings, 0 replies; 19+ messages in thread
From: andros @ 2010-05-12 14:44 UTC (permalink / raw)
To: bhalevy; +Cc: iisaman, linux-nfs
All layout drivers returned -1 or 0 for both get_read_threshold and
get_write_threshold policy operations. Remove the threshold policy ops and
the related helper functions.
Note that the threshold
0001-SQUASHME-pnfs_submit-remove-filelayout-get-threshold.patch
0002-SQUASHME-pnfs_submit-don-t-use-pnfs_use_read.patch
0003-SQUASHME-pnfs_submit-don-t-use-pnfs_use_write.patch
0004-SQUASHME-pnfs_submit-don-t-use-pnfs_use_write-for-co.patch
0005-SQUASHME-pnfs_submit-don-t-use-pg_threshold.patch
0006-SQUASHME-pnfs_submit-remove-pg_threshold.patch
0007-SQUASHME-pnfs_submit-don-t-use-below_threshold-in-re.patch
0008-SQUASHME-pnfs_submit-don-t-use-below_threshold-in-di.patch
0009-SQUASHME-pnfs_submit-remove-unused-threshold-calcula.patch
0010-SQUASHME-pnfs_submit-cleanup-filelayout-pg_test.patch
Note: these will not be restored.
Testing:
--------
CONFIG_NFS4_V1 set:
v4, v4.1, pNFS mounts Connectathon passes
CONFIG_NFS4_V1 not set:
v4 mount Connectathon passes
-->Andy
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
@ 2010-05-28 18:30 Maurice Volaski
0 siblings, 0 replies; 19+ messages in thread
From: Maurice Volaski @ 2010-05-28 18:30 UTC (permalink / raw)
To: linux-nfs
subscribe nfs
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown),
@ 2010-06-02 15:54 andros
0 siblings, 0 replies; 19+ messages in thread
From: andros @ 2010-06-02 15:54 UTC (permalink / raw)
To: bhalevy; +Cc: linux-nfs
This is against the pnfs-submit branch of the 2.6.34 tree. They will need to be
applied against the 2.6.35-rc1 tree which I can do after comments.
RFC: I would like comments, especially on
0006-SQUASHME-pnfs-submit-move-layoutcommit-to-nfs_write_.patch.
Remove unused layoutcommit layoutdriver_io_operations. Will be restored
in post-submit patches
0001-SQUASHME-pnfs-submit-remove-setup_layoutcommit.patch
0002-SQUASHNE-pnfs-submit-remove-cleanup_layoutcommit.patch
0003-SQUASHME-pnfs-submit-remove-encode_layoutcommit.patch
A cleanup, and call the async error handler.
0004-SQUASHME-pnfs-submit-cleanup-layoutcommit-call.patch
0005-SQUASHME-pnfs-submit-handle-async-layoutcommit-error.patch
This next patch moves the pnfs_layoutcommit_inode call to nfs_write_inode,
and it is the only call other than in layoutreturn. (removed calls in
__nfs4_close, nfs_commit_inode, nfs_wb_sync).
This is fine for the file layout, and I think it's OK for the object and
block layouts as well.
I left the LAYOUTCOMMIT call in nfs_write_inode a synchronous call, because
nfs_commit_unstable_pages sets the FLUSH_SYNC flag. Should this
be an asyc LAYOUTCOMMIT call?
pnfs_layoutcommit_inode is called after nfs_commit_unstable_pages() so that
if LAYOUTCOMMIT fails, the unstable pages have been processed..
The error handlers (sync and async) call nfs4_map_errors, so unhandled
errors (such as NFS4ERR_BADLAYOUT) get returned to nfs_write_ioode as -EIO.
Examining the write_inode call paths, I could not see where the -EIO would
be passed back to the application. Testing with pynfs which I
had return NFS4ERR_BADLAYOUT to the layout commit call, shows the -EIO return
not stopping the client nor is the error reported back to the application.
We will add code to the error handlers for errors such as NFS4ERR_BADLAYOUT
that require us to stop using and free the layout, and redo the I/O through
the MDS.
Anyway, review is much appreciated.
0006-SQUASHME-pnfs-submit-move-layoutcommit-to-nfs_write_.patch
Testing:
With CONFIG_NFS_V4_1 set
NFSv4.1/pnfs passed Connectathon against write enabled GFS2/pNFS. Note: there
were exactly the same number of LAYOUTCOMMITS sent as were sent with
pnfs_layoutcommit_inode being called from __nfs4_close (never happened),
nfs_commit_inode and nfs_wb_sync.
Passed Connectathon general test against pynfs file layout server with
the NFS4ERR_BADLAYOUT being returned on every third LAYOUTCOMMIT.
-->Andy
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown),
@ 2010-07-17 8:06 Grant Mayor
0 siblings, 0 replies; 19+ messages in thread
From: Grant Mayor @ 2010-07-17 8:06 UTC (permalink / raw)
FUNDING NOTIFICATION.............I am Mr Grant Mayor. i am a loan lender
as well as an angel investor, I offer funds based on demands and i use the
best possible interest rate so that it can make both paties smile. I allow
my clients to decide the loan repayment duration. So i have my door for
funding opened to all that is in need, If you have been turned down be
many financial institutions, this is a great time for you to make things
up. If you need a stress free funing, kindly get back to me with a mail of
application for funding and you will get funded within 3 working days.
Send all mails of application to: to.grantfinancing-Re5JQEeQqe9fmgfxC/sS/w@public.gmane.org
I await your response.
Grant Mayor.
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
@ 2010-08-05 5:43 Fredrik Pettersson
0 siblings, 0 replies; 19+ messages in thread
From: Fredrik Pettersson @ 2010-08-05 5:43 UTC (permalink / raw)
To: linux-nfs
unsubscribe linux-nfs
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown), ,
@ 2010-11-16 13:59 Ming-Yang Lee
0 siblings, 0 replies; 19+ messages in thread
From: Ming-Yang Lee @ 2010-11-16 13:59 UTC (permalink / raw)
Do you need a loan to pay your bills or to start up a business or for Xmas?.
Kindly apply now for a low rate loan of 3%. for more information contact:
ming.yangfundsservice-HzS2SGvssRM@public.gmane.org
We Await Your Response.
Mr Ming-Yang Lee
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
@ 2011-03-16 17:12 Silver gears
0 siblings, 0 replies; 19+ messages in thread
From: Silver gears @ 2011-03-16 17:12 UTC (permalink / raw)
To: linux-nfs@vger.kernel.org
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
@ 2011-04-25 14:16 Christoph Neuhaus
0 siblings, 0 replies; 19+ messages in thread
From: Christoph Neuhaus @ 2011-04-25 14:16 UTC (permalink / raw)
To: linux-nfs
unsubscribe linux-nfs
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown),
@ 2011-10-30 22:33 Mrs Mellisa Lewis.
0 siblings, 0 replies; 19+ messages in thread
From: Mrs Mellisa Lewis. @ 2011-10-30 22:33 UTC (permalink / raw)
Contact My Lawyer For More Details,!! Barr jay mchenry for
$14,258,000.00 tell him that i have will this money to
you.Ref:(JJ/MMS/953/5015/GwrI/316us/uk For charity organization in
your country.Email:(bjmfirm-N/I+a4o3xEsAvxtiuMwx3w@public.gmane.org) Tel: +44703 183 9543,God Bless
You Mrs Mellisa Lewis.
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown),
@ 2012-08-29 15:24 Allen and Violet Large
0 siblings, 0 replies; 19+ messages in thread
From: Allen and Violet Large @ 2012-08-29 15:24 UTC (permalink / raw)
Dear Sir/Madam,
This is my fifth times of writting you this email since last year till
date but no response from you.Hope you get this one, as this is a personal
email directed to you. My wife and I won a Jackpot Lotteryof $11.3 million
in July and have voluntarily decided to donate the sum of $500,000.00 USD
to you as part of our own charity project to improve the lot of 10 lucky
individuals all over the world. If you have received this email then you
are one of the lucky recipients and all you have to do is get back with us
so that we can send your details to the payout bank.Please note that you
have to contact my private email for more
informations(allen-violetlarge11-W+jws2TpwOvR7s880joybQ@public.gmane.org)
You can verify this by visiting the web pages below.
http://www.dailymail.co.uk/news/article-1326473/Canadian-couple-Allen-Violet-Large-away-entire-11-2m-lottery-win.html
Goodluck,
Allen and Violet Large
allen-violetlarge11-W+jws2TpwOvR7s880joybQ@public.gmane.org
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown),
@ 2014-05-22 0:06 Christian Organization
0 siblings, 0 replies; 19+ messages in thread
From: Christian Organization @ 2014-05-22 0:06 UTC (permalink / raw)
Good day,
We are Christian organization, we give loan to those who are dedicated
Christians, contact us at mercantilefinanceloanservice@yahoo.com
Regard
Mercantile
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown)
[not found] ` <1480763910.146593.1414958012342.JavaMail.yahoo-o8Yl8dfWkGi9yjMHE8D8k1Z8N9CAUha/QQ4Iyu8u01E@public.gmane.org>
@ 2014-11-02 19:54 ` MRS GRACE MANDA
0 siblings, 0 replies; 19+ messages in thread
From: MRS GRACE MANDA @ 2014-11-02 19:54 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 71 bytes --]
This is Mrs Grace Manda ( Please I need your Help is Urgent).
[-- Attachment #2: Mrs Grace Manda.rtf --]
[-- Type: application/rtf, Size: 35796 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* (unknown),
@ 2015-03-12 11:49 pepa6.es-sh/6fXdz2Rs
0 siblings, 0 replies; 19+ messages in thread
From: pepa6.es-sh/6fXdz2Rs @ 2015-03-12 11:49 UTC (permalink / raw)
Proposal,
Respond to my personal email; mrs.zhangxiao1962@outlook.
com
Yours Sincerely.
Mrs. Zhang Xiao (Accounts book Keeper)
Angang
Steel Company Limited
396 Nan Zhong Hua Lu, Tie Dong District Anshan,
Liaoning 114021, China.
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2015-03-12 12:06 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 5:43 (unknown) Fredrik Pettersson
-- strict thread matches above, loose matches on Subject: below --
2015-03-12 11:49 (unknown), pepa6.es-sh/6fXdz2Rs
[not found] <1570038211.167595.1414613146892.JavaMail.yahoo@jws10056.mail.ne1.yahoo.com>
[not found] ` <1835234304.171617.1414613165674.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <1938862685.172387.1414613200459.JavaMail.yahoo@jws100180.mail.ne1.yahoo.com>
[not found] ` <705402329.170339.1414613213653.JavaMail.yahoo@jws10087.mail.ne1.yahoo.com>
[not found] ` <760168749.169371.1414613227586.JavaMail.yahoo@jws10082.mail.ne1.yahoo.com>
[not found] ` <1233923671.167957.1414613439879.JavaMail.yahoo@jws10091.mail.ne1.yahoo.com>
[not found] ` <925985882.172122.1414613520734.JavaMail.yahoo@jws100207.mail.ne1.yahoo.com>
[not found] ` <1216694778.172990.1414613570775.JavaMail.yahoo@jws100152.mail.ne1.yahoo.com>
[not found] ` <1213035306.169838.1414613612716.JavaMail.yahoo@jws10097.mail.ne1.yahoo.com>
[not found] ` <2058591563.172973.1414613668636.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <1202030640.175493 .1414613712352.JavaMail.yahoo@jws10036.mail.ne1.yahoo.com>
[not found] ` <1111049042.175610.1414613739099.JavaMail.yahoo@jws100165.mail.ne1.yahoo.com>
[not found] ` <574125160.175950.1414613784216.JavaMail.yahoo@jws100158.mail.ne1.yahoo.com>
[not found] ` <1726966600.175552.1414613846198.JavaMail.yahoo@jws100190.mail.ne1.yahoo.com>
[not found] ` <976499752.219775.1414613888129.JavaMail.yahoo@jws100101.mail.ne1.yahoo.com>
[not found] ` <1400960529.171566.1414613936238.JavaMail.yahoo@jws10059.mail.ne1.yahoo.com>
[not found] ` <1333619289.175040.1414613999304.JavaMail.yahoo@jws100196.mail.ne1.yahoo.com>
[not found] ` <1038759122.176173.1414614054070.JavaMail.yahoo@jws100138.mail.ne1.yahoo.com>
[not found] ` <1109995533.176150.1414614101940.JavaMail.yahoo@jws100140.mail.ne1.yahoo.com>
[not found] ` <809474730.174920.1414614143971.JavaMail.yahoo@jws100154.mail.ne1.yahoo.com>
[not found] ` <1234226428.170349.1414614189490.JavaMail .yahoo@jws10056.mail.ne1.yahoo.com>
[not found] ` <1122464611.177103.1414614228916.JavaMail.yahoo@jws100161.mail.ne1.yahoo.com>
[not found] ` <1350859260.174219.1414614279095.JavaMail.yahoo@jws100176.mail.ne1.yahoo.com>
[not found] ` <1730751880.171557.1414614322033.JavaMail.yahoo@jws10060.mail.ne1.yahoo.com>
[not found] ` <642429550.177328.1414614367628.JavaMail.yahoo@jws100165.mail.ne1.yahoo.com>
[not found] ` <1400780243.20511.1414614418178.JavaMail.yahoo@jws100162.mail.ne1.yahoo.com>
[not found] ` <2025652090.173204.1414614462119.JavaMail.yahoo@jws10087.mail.ne1.yahoo.com>
[not found] ` <859211720.180077.1414614521867.JavaMail.yahoo@jws100147.mail.ne1.yahoo.com>
[not found] ` <258705675.173585.1414614563057.JavaMail.yahoo@jws10078.mail.ne1.yahoo.com>
[not found] ` <1773234186.173687.1414614613736.JavaMail.yahoo@jws10078.mail.ne1.yahoo.com>
[not found] ` <1132079010.173033.1414614645153.JavaMail.yahoo@jws10066.mail.ne1.ya hoo.com>
[not found] ` <1972302405.176488.1414614708676.JavaMail.yahoo@jws100166.mail.ne1.yahoo.com>
[not found] ` <1713123000.176308.1414614771694.JavaMail.yahoo@jws10045.mail.ne1.yahoo.com>
[not found] ` <299800233.173413.1414614817575.JavaMail.yahoo@jws10066.mail.ne1.yahoo.com>
[not found] ` <494469968.179875.1414614903152.JavaMail.yahoo@jws100144.mail.ne1.yahoo.com>
[not found] ` <2136945987.171995.1414614942776.JavaMail.yahoo@jws10091.mail.ne1.yahoo.com>
[not found] ` <257674219.177708.1414615022592.JavaMail.yahoo@jws100181.mail.ne1.yahoo.com>
[not found] ` <716927833.181664.1414615075308.JavaMail.yahoo@jws100145.mail.ne1.yahoo.com>
[not found] ` <874940984.178797.1414615132802.JavaMail.yahoo@jws100157.mail.ne1.yahoo.com>
[not found] ` <1283488887.176736.1414615187657.JavaMail.yahoo@jws100183.mail.ne1.yahoo.com>
[not found] ` <777665713.175887.1414615236293.JavaMail.yahoo@jws10083.mail.ne1.yahoo.com>
[not found] ` <585395776.176325.1 414615298260.JavaMail.yahoo@jws10033.mail.ne1.yahoo.com>
[not found] ` <178352191.221832.1414615355071.JavaMail.yahoo@jws100104.mail.ne1.yahoo.com>
[not found] ` <108454213.176606.1414615522058.JavaMail.yahoo@jws10053.mail.ne1.yahoo.com>
[not found] ` <1617229176.177502.1414615563724.JavaMail.yahoo@jws10030.mail.ne1.yahoo.com>
[not found] ` <324334617.178254.1414615625247.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <567135865.82376.1414615664442.JavaMail.yahoo@jws100136.mail.ne1.yahoo.com>
[not found] ` <764758300.179669.1414615711821.JavaMail.yahoo@jws100107.mail.ne1.yahoo.com>
[not found] ` <1072855470.183388.1414615775798.JavaMail.yahoo@jws100147.mail.ne1.yahoo.com>
[not found] ` <2134283632.173314.1414615831322.JavaMail.yahoo@jws10094.mail.ne1.yahoo.com>
[not found] ` <1454491902.178612.1414615875076.JavaMail.yahoo@jws100209.mail.ne1.yahoo.com>
[not found] ` <1480763910.146593.1414958012342.JavaMail.yahoo-o8Yl8dfWkGi9yjMHE8D8k1Z8N9CAUha/QQ4Iyu8u01E@public.gmane.org>
2014-11-02 19:54 ` (unknown) MRS GRACE MANDA
2014-05-22 0:06 (unknown), Christian Organization
2012-08-29 15:24 (unknown), Allen and Violet Large
2011-10-30 22:33 (unknown), Mrs Mellisa Lewis.
2011-04-25 14:16 (unknown) Christoph Neuhaus
2011-03-16 17:12 (unknown) Silver gears
2010-11-16 13:59 (unknown), , Ming-Yang Lee
2010-07-17 8:06 (unknown), Grant Mayor
2010-06-02 15:54 (unknown), andros
2010-05-28 18:30 (unknown) Maurice Volaski
2010-05-12 14:44 (unknown), andros
2009-07-27 16:23 (unknown) vivianofferplc013-+MseY0pMZYIAvxtiuMwx3w
2009-01-06 10:02 (unknown) Eric Sesterhenn
2008-07-27 17:40 (unknown) Linus Torvalds
2008-02-20 16:39 (unknown), Sagar Borikar
2007-12-10 9:27 (unknown) George Cameron
2007-06-07 17:05 [PATCH] locks: provide a file lease method enabling cluster-coherent leases J. Bruce Fields
2007-06-08 22:14 ` (unknown), J. Bruce Fields
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).