Re: [PATCH 1/2] btrfs: add quota override attribute

2017-05-05 Thread David Sterba
On Sun, Apr 23, 2017 at 09:48:34PM -0700, Sargun Dhillon wrote: > On Sun, Apr 23, 2017 at 8:42 PM, Qu Wenruo wrote: > > At 04/22/2017 07:12 AM, Sargun Dhillon wrote: > >> > >> This patch introduces the quota override flag to btrfs_fs_info, and > >> a change to quota limit

Re: [PATCH 1/2] btrfs: add quota override attribute

2017-04-23 Thread Qu Wenruo
At 04/24/2017 12:48 PM, Sargun Dhillon wrote: On Sun, Apr 23, 2017 at 8:42 PM, Qu Wenruo wrote: At 04/22/2017 07:12 AM, Sargun Dhillon wrote: This patch introduces the quota override flag to btrfs_fs_info, and a change to quota limit checking code to temporarily

Re: [PATCH 1/2] btrfs: add quota override attribute

2017-04-23 Thread Sargun Dhillon
On Sun, Apr 23, 2017 at 8:42 PM, Qu Wenruo wrote: > > > At 04/22/2017 07:12 AM, Sargun Dhillon wrote: >> >> This patch introduces the quota override flag to btrfs_fs_info, and >> a change to quota limit checking code to temporarily allow for quota >> to be overridden for

Re: [PATCH 1/2] btrfs: add quota override attribute

2017-04-23 Thread Qu Wenruo
At 04/22/2017 07:12 AM, Sargun Dhillon wrote: This patch introduces the quota override flag to btrfs_fs_info, and a change to quota limit checking code to temporarily allow for quota to be overridden for processes with cap_sys_resource. It's useful for administrative programs, such as log

[PATCH 1/2] btrfs: add quota override attribute

2017-04-21 Thread Sargun Dhillon
This patch introduces the quota override flag to btrfs_fs_info, and a change to quota limit checking code to temporarily allow for quota to be overridden for processes with cap_sys_resource. It's useful for administrative programs, such as log rotation, that may need to temporarily use more disk