From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhijith Das Date: Fri, 1 Nov 2013 14:52:03 -0400 (EDT) Subject: [Cluster-devel] [GFS2 PATCH 0/3] reflink support and generic list_lru for quotas In-Reply-To: <1683691433.14925339.1383331461032.JavaMail.root@redhat.com> Message-ID: <663970381.14948753.1383331923598.JavaMail.root@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, This is a set of three patches to add reflink support to the quota data cache and to use the generic list_lru for quotas. [PATCH 1/3] GFS2: Use reflink for quota data cache [PATCH 2/3] GFS2: Rename quota qd_lru_lock qd_lock [PATCH 3/3] GFS2: Use generic list_lru for quota Cheers! --Abhi Signed-off-by: Abhi Das