All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fscache cleanup and fix
@ 2013-08-27 23:08 Milosz Tanski
  2013-08-27 23:08 ` [PATCH 1/2] ceph: Do not leak fscache workqueue Milosz Tanski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Milosz Tanski @ 2013-08-27 23:08 UTC (permalink / raw)
  To: ceph-devel; +Cc: sage, zheng.z.yan

Sage,

These are the changes you requested. I eliminated the use of ifdefs in the C
code. It's all self contained in cache.[ch] and in the case of it being
disabled becomes a nop.

Also, I found a small bug where we would not free the invalidate queue on
unmount. It's split into it's own commit.

Finally, I saw that you had a hard time building it without the kernel flag
enabled. So I made sure to test a config with fscache for Ceph disabled right
before sping things.

The commits are from my branch (which is based on top of the main testing
branch) from my repo:

    https://adfin@bitbucket.org/adfin/linux-fs.git branch: wip-ceph-fscache

Best,
- Milosz

Milosz Tanski (2):
  ceph: Do not leak fscache workqueue
  ceph: fscache cleanup

 fs/ceph/cache.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 fs/ceph/cache.h | 68 +++++++++++++++++++------------------------
 fs/ceph/inode.c | 61 +-------------------------------------
 fs/ceph/super.c | 22 ++++----------
 fs/ceph/super.h |  1 -
 5 files changed, 115 insertions(+), 127 deletions(-)

-- 
1.8.1.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-02 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 23:08 [PATCH 0/2] Fscache cleanup and fix Milosz Tanski
2013-08-27 23:08 ` [PATCH 1/2] ceph: Do not leak fscache workqueue Milosz Tanski
2013-08-27 23:09 ` [PATCH 2/2] ceph: fscache cleanup Milosz Tanski
2013-08-27 23:35 ` [PATCH 0/2] Fscache cleanup and fix Sage Weil
2013-09-02 17:44   ` Milosz Tanski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.