Re: [PATCH v4 0/2] ls: use statx() when it's available

2020-02-03 Thread Pádraig Brady
On 31/10/2019 11:04, Jeff Layton wrote: On Thu, 2019-10-24 at 10:16 +0100, Pádraig Brady wrote: On 09/10/2019 22:23, Pádraig Brady wrote: On 09/10/2019 11:14, Jeff Layton wrote: On Wed, 2019-10-09 at 10:19 +0100, Pádraig Brady wrote: On 19/09/19 16:59, Jeff Layton wrote: v4: - set

Re: [PATCH v4 0/2] ls: use statx() when it's available

2019-10-31 Thread Jeff Layton
On Thu, 2019-10-24 at 10:16 +0100, Pádraig Brady wrote: > On 09/10/2019 22:23, Pádraig Brady wrote: > > On 09/10/2019 11:14, Jeff Layton wrote: > > > On Wed, 2019-10-09 at 10:19 +0100, Pádraig Brady wrote: > > > > On 19/09/19 16:59, Jeff Layton wrote: > > > > > v4: > > > > > - set appropriate

Re: [PATCH v4 0/2] ls: use statx() when it's available

2019-10-24 Thread Pádraig Brady
On 09/10/2019 22:23, Pádraig Brady wrote: On 09/10/2019 11:14, Jeff Layton wrote: On Wed, 2019-10-09 at 10:19 +0100, Pádraig Brady wrote: On 19/09/19 16:59, Jeff Layton wrote: v4: - set appropriate STATX_* bits for time_type, sort_type and print_block_size v3: - syntax cleanups. make

Re: [PATCH v4 0/2] ls: use statx() when it's available

2019-10-09 Thread Pádraig Brady
On 09/10/2019 11:14, Jeff Layton wrote: On Wed, 2019-10-09 at 10:19 +0100, Pádraig Brady wrote: On 19/09/19 16:59, Jeff Layton wrote: v4: - set appropriate STATX_* bits for time_type, sort_type and print_block_size v3: - syntax cleanups. make syntax-check now passes v2: - add wrappers for

Re: [PATCH v4 0/2] ls: use statx() when it's available

2019-10-09 Thread Jeff Layton
On Wed, 2019-10-09 at 10:19 +0100, Pádraig Brady wrote: > On 19/09/19 16:59, Jeff Layton wrote: > > v4: > > - set appropriate STATX_* bits for time_type, sort_type and > > print_block_size > > > > v3: > > - syntax cleanups. make syntax-check now passes > > > > v2: > > - add wrappers for

Re: [PATCH v4 0/2] ls: use statx() when it's available

2019-10-09 Thread Pádraig Brady
On 19/09/19 16:59, Jeff Layton wrote: v4: - set appropriate STATX_* bits for time_type, sort_type and print_block_size v3: - syntax cleanups. make syntax-check now passes v2: - add wrappers for stat_for_ino and fstat_for_ino, don't factor out loop detection - style cleanups Sorry for the

Re: [PATCH v4 0/2] ls: use statx() when it's available

2019-10-01 Thread Jeff Layton
On Fri, 2019-09-20 at 00:53 +0100, Pádraig Brady wrote: > This looks good upon quick review. > I will try to merge over the next couple of days. > > thanks! > Pádraig Ping? Any idea when you'll get a chance to review and merge this? Thanks, -- Jeff Layton

Re: [PATCH v4 0/2] ls: use statx() when it's available

2019-09-19 Thread Pádraig Brady
This looks good upon quick review. I will try to merge over the next couple of days. thanks! Pádraig

[PATCH v4 0/2] ls: use statx() when it's available

2019-09-19 Thread Jeff Layton
v4: - set appropriate STATX_* bits for time_type, sort_type and print_block_size v3: - syntax cleanups. make syntax-check now passes v2: - add wrappers for stat_for_ino and fstat_for_ino, don't factor out loop detection - style cleanups Limiting the distribution list on this posting since