Re: [Cluster-devel] [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio

2023-03-30 Thread Dave Kleikamp
step closer to marking bio_add_page() as __must_check. Signed-off-by: Johannes Thumshirn Reviewed-by: Damien Le Moal Acked-by: Dave Kleikamp --- fs/jfs/jfs_logmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/jfs/jfs_logmgr.c b/fs/jfs/jfs_logmgr.c index

Re: [Cluster-devel] [Jfs-discussion] [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS

2019-06-11 Thread Dave Kleikamp
On 6/10/19 11:45 PM, Darrick J. Wong wrote: > From: Darrick J. Wong > > Create a generic checking function for the incoming FS_IOC_SETFLAGS flag > values so that we can standardize the implementations that follow ext4's > flag values. > > Signed-off-by: Darrick J. Wong -- clip -- > diff --gi

Re: [Cluster-devel] [PATCH 11/12] jfs: Convert to private i_dquot field

2014-11-04 Thread Dave Kleikamp
On 11/04/2014 05:19 AM, Jan Kara wrote: > CC: jfs-discuss...@lists.sourceforge.net > Signed-off-by: Jan Kara Acked-by: Dave Kleikamp > --- > fs/jfs/jfs_incore.h | 3 +++ > fs/jfs/super.c | 9 + > 2 files changed, 12 insertions(+) > > diff --git a/fs/j

Re: [Cluster-devel] [PATCH 11/12] jfs: Convert to private i_dquot field

2014-10-10 Thread Dave Kleikamp
You can add my Acked-by: Dave Kleikamp On 10/10/2014 10:40 AM, Jan Kara wrote: > On Fri 10-10-14 10:33:02, Dave Kleikamp wrote: >> On 10/10/2014 09:55 AM, Jan Kara wrote: >>> CC: Dave Kleikamp >>> CC: jfs-discuss...@lists.sourceforge.net >>> Signed-o

Re: [Cluster-devel] [PATCH 11/12] jfs: Convert to private i_dquot field

2014-10-10 Thread Dave Kleikamp
On 10/10/2014 09:55 AM, Jan Kara wrote: > CC: Dave Kleikamp > CC: jfs-discuss...@lists.sourceforge.net > Signed-off-by: Jan Kara > --- > fs/jfs/jfs_incore.h | 3 +++ > fs/jfs/super.c | 13 + > 2 files changed, 16 insertions(+) > > diff --git a/f

Re: [Cluster-devel] [PATCH 01/12] quota: Allow each filesystem to specify which quota types it supports

2014-10-10 Thread Dave Kleikamp
On 10/10/2014 09:54 AM, Jan Kara wrote: > Currently all filesystems supporting VFS quota support user and group > quotas. With introduction of project quotas this is going to change so > make sure filesystem isn't called for quota type it doesn't support by > introduction of a bitmask determining w

Re: [Cluster-devel] [Jfs-discussion] [PATCH 15/18] jfs: use generic posix ACL infrastructure

2013-12-02 Thread Dave Kleikamp
On 12/01/2013 05:59 AM, Christoph Hellwig wrote: > Copy the scheme I introduced to btrfs many years ago to only use the > xattr handler for ACLs, but pass plain attrs straight through. Looks good. > > Signed-off-by: Christoph Hellwig Reviewed-by: Dave Kleikamp > ---

[Cluster-devel] [PATCH V9 28/33] gfs2: Convert aio_read/write ops to read/write_iter

2013-10-16 Thread Dave Kleikamp
Signed-off-by: Dave Kleikamp Cc: Steven Whitehouse Cc: cluster-devel@redhat.com --- fs/gfs2/file.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 0621b46..28f4628 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c

[Cluster-devel] [PATCH V8 28/33] gfs2: Convert aio_read/write ops to read/write_iter

2013-07-25 Thread Dave Kleikamp
Signed-off-by: Dave Kleikamp Cc: Steven Whitehouse Cc: cluster-devel@redhat.com --- fs/gfs2/file.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 72c3866..23cbdd4 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c

[Cluster-devel] [PATCH V7 -next 11/33] dio: Convert direct_IO to use iov_iter

2013-03-08 Thread Dave Kleikamp
Change the direct_IO aop to take an iov_iter argument rather than an iovec. This will get passed down through most filesystems so that only the __blockdev_direct_IO helper need be aware of whether user or kernel memory is being passed to the function. Signed-off-by: Dave Kleikamp Cc: Eric Van

[Cluster-devel] [PATCH V7 -next 28/33] gfs2: Convert aio_read/write ops to read/write_iter

2013-03-08 Thread Dave Kleikamp
Signed-off-by: Dave Kleikamp Cc: Steven Whitehouse Cc: cluster-devel@redhat.com --- fs/gfs2/file.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 1b78c78..5f15ffe 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c

[Cluster-devel] [PATCH V6 09/30] dio: Convert direct_IO to use iov_iter

2013-01-29 Thread Dave Kleikamp
Change the direct_IO aop to take an iov_iter argument rather than an iovec. This will get passed down through most filesystems so that only the __blockdev_direct_IO helper need be aware of whether user or kernel memory is being passed to the function. Signed-off-by: Dave Kleikamp Cc: Eric Van

[Cluster-devel] [PATCH V6 26/30] gfs2: Convert aio_read/write ops to read/write_iter

2013-01-29 Thread Dave Kleikamp
Signed-off-by: Dave Kleikamp Cc: Steven Whitehouse Cc: cluster-devel@redhat.com --- fs/gfs2/file.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 991ab2d..63af1a6 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c

Re: [Cluster-devel] [PATCH V5 26/30] gfs2: Convert aio_read/write ops to read/write_iter

2013-01-10 Thread Dave Kleikamp
On 01/10/2013 04:10 AM, Steven Whitehouse wrote: > Hi, > > On Wed, 2013-01-09 at 13:58 -0600, Dave Kleikamp wrote: >> Signed-off-by: Dave Kleikamp >> Cc: Steven Whitehouse >> Cc: cluster-devel@redhat.com >> --- >> fs/gfs2/file.c | 21 ++--

[Cluster-devel] [PATCH V5 26/30] gfs2: Convert aio_read/write ops to read/write_iter

2013-01-09 Thread Dave Kleikamp
Signed-off-by: Dave Kleikamp Cc: Steven Whitehouse Cc: cluster-devel@redhat.com --- fs/gfs2/file.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 991ab2d..63af1a6 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c